|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITxActiveTrack
Provides the ability to set and work with an active track.
Method Summary | |
---|---|
ILayer |
getActiveTrack(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(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. |
Method Detail |
---|
ILayer getActiveTrack(String[] activeTrackName, IMap[] map) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setActiveTrack(String activeTrackName, IMap map, ILayer layer) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isFollow() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFollow(boolean follow) throws IOException, AutomationException
follow
- The follow (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISymbol getFollowSymbol() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFollowSymbol(ISymbol followSymbol) throws IOException, AutomationException
followSymbol
- A reference to a com.esri.arcgis.display.ISymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getFollowThreshold() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFollowThreshold(double screenPercent) throws IOException, AutomationException
screenPercent
- The screenPercent (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getFollowRate() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFollowRate(double followRate) throws IOException, AutomationException
followRate
- The followRate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseFollowRate() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseFollowRate(boolean useFollowRate) throws IOException, AutomationException
useFollowRate
- The useFollowRate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getFollowPlaybackRate(double[] playbackRate, int[] units) throws IOException, AutomationException
playbackRate
- The playbackRate (out: use single element array)units
- A com.esri.arcgis.trackinganalyst.enumTemporalUnits constant (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFollowPlaybackRate(double playbackRate, int units) throws IOException, AutomationException
playbackRate
- The playbackRate (in)units
- A com.esri.arcgis.trackinganalyst.enumTemporalUnits constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPoint getFollowPoint() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean recenter() throws IOException, AutomationException
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 |