|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITxActiveTrack
COM Interface 'ITxActiveTrack'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description: 'Provides the ability to set and work with an active track.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID97801c2b_6eda_446e_88a9_1ed1450313f6
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
ILayer |
getActiveTrack(java.lang.String[] activeTrackName,
IMap[] map)
The Layer containing the active track and the track name on a given map. |
void |
getFollowPlaybackRate(double[] playbackRate,
int[] units)
The playback time between periodic recentering of the most current feature in the active track. |
IPoint |
getFollowPoint()
The most recent follow location. |
double |
getFollowRate()
The time between periodic recentering of the most current feature in the active track. |
ISymbol |
getFollowSymbol()
The symbol used to mark the position of the most current feature in the active track. |
double |
getFollowThreshold()
The percent of visible area to keep the followed feature within. |
boolean |
isFollow()
Indicates whether or not the display should stay centered on the active track. |
boolean |
isUseFollowRate()
Indicates whether or not to follow based on elapsed time. |
boolean |
recenter()
Center the active view around the most current feature of the active track. |
void |
setActiveTrack(java.lang.String activeTrackName,
IMap map,
ILayer layer)
The Layer containing the active track and the track name on a given map. |
void |
setFollow(boolean follow)
Indicates whether or not the display should stay centered on the active track. |
void |
setFollowPlaybackRate(double playbackRate,
int units)
The playback time between periodic recentering of the most current feature in the active track. |
void |
setFollowRate(double followRate)
The time between periodic recentering of the most current feature in the active track. |
void |
setFollowSymbol(ISymbol followSymbol)
The symbol used to mark the position of the most current feature in the active track. |
void |
setFollowThreshold(double screenPercent)
The percent of visible area to keep the followed feature within. |
void |
setUseFollowRate(boolean useFollowRate)
Indicates whether or not to follow based on elapsed time. |
| Field Detail |
|---|
static final int IID97801c2b_6eda_446e_88a9_1ed1450313f6
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
ILayer getActiveTrack(java.lang.String[] activeTrackName,
IMap[] map)
throws java.io.IOException,
AutomationException
activeTrackName - The activeTrackName (out: use single element array)map - A reference to a com.esri.arcgis.carto.IMap (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setActiveTrack(java.lang.String activeTrackName,
IMap map,
ILayer layer)
throws java.io.IOException,
AutomationException
activeTrackName - The activeTrackName (in)map - A reference to a com.esri.arcgis.carto.IMap (in)layer - A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isFollow()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFollow(boolean follow)
throws java.io.IOException,
AutomationException
follow - The follow (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISymbol getFollowSymbol()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFollowSymbol(ISymbol followSymbol)
throws java.io.IOException,
AutomationException
followSymbol - A reference to a com.esri.arcgis.display.ISymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getFollowThreshold()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFollowThreshold(double screenPercent)
throws java.io.IOException,
AutomationException
screenPercent - The screenPercent (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getFollowRate()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFollowRate(double followRate)
throws java.io.IOException,
AutomationException
followRate - The followRate (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isUseFollowRate()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUseFollowRate(boolean useFollowRate)
throws java.io.IOException,
AutomationException
useFollowRate - The useFollowRate (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getFollowPlaybackRate(double[] playbackRate,
int[] units)
throws java.io.IOException,
AutomationException
playbackRate - The playbackRate (out: use single element array)units - A com.esri.arcgis.trackinganalyst.enumTemporalUnits constant (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFollowPlaybackRate(double playbackRate,
int units)
throws java.io.IOException,
AutomationException
playbackRate - The playbackRate (in)units - A com.esri.arcgis.trackinganalyst.enumTemporalUnits constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPoint getFollowPoint()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean recenter()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||