|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.trackinganalyst.ITxActiveTrackProxy
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 =
public class ITxActiveTrackProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.trackinganalyst.ITxActiveTrack |
---|
IID, IID97801c2b_6eda_446e_88a9_1ed1450313f6 |
Constructor Summary | |
---|---|
|
ITxActiveTrackProxy()
Deprecated. For internal use only |
|
ITxActiveTrackProxy(java.lang.Object obj)
Deprecated. |
protected |
ITxActiveTrackProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ITxActiveTrackProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ITxActiveTrackProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
ILayer |
getActiveTrack(java.lang.String[] activeTrackName,
IMap[] map)
Deprecated. The Layer containing the active track and the track name on a given map. |
void |
getFollowPlaybackRate(double[] playbackRate,
int[] units)
Deprecated. The playback time between periodic recentering of the most current feature in the active track. |
IPoint |
getFollowPoint()
Deprecated. The most recent follow location. |
double |
getFollowRate()
Deprecated. The time between periodic recentering of the most current feature in the active track. |
ISymbol |
getFollowSymbol()
Deprecated. The symbol used to mark the position of the most current feature in the active track. |
double |
getFollowThreshold()
Deprecated. The percent of visible area to keep the followed feature within. |
boolean |
isFollow()
Deprecated. Indicates whether or not the display should stay centered on the active track. |
boolean |
isUseFollowRate()
Deprecated. Indicates whether or not to follow based on elapsed time. |
boolean |
recenter()
Deprecated. Center the active view around the most current feature of the active track. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setActiveTrack(java.lang.String activeTrackName,
IMap map,
ILayer layer)
Deprecated. The Layer containing the active track and the track name on a given map. |
void |
setFollow(boolean follow)
Deprecated. Indicates whether or not the display should stay centered on the active track. |
void |
setFollowPlaybackRate(double playbackRate,
int units)
Deprecated. The playback time between periodic recentering of the most current feature in the active track. |
void |
setFollowRate(double followRate)
Deprecated. The time between periodic recentering of the most current feature in the active track. |
void |
setFollowSymbol(ISymbol followSymbol)
Deprecated. The symbol used to mark the position of the most current feature in the active track. |
void |
setFollowThreshold(double screenPercent)
Deprecated. The percent of visible area to keep the followed feature within. |
void |
setUseFollowRate(boolean useFollowRate)
Deprecated. Indicates whether or not to follow based on elapsed time. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public ITxActiveTrackProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public ITxActiveTrackProxy()
public ITxActiveTrackProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ITxActiveTrackProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ITxActiveTrackProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public ILayer getActiveTrack(java.lang.String[] activeTrackName, IMap[] map) throws java.io.IOException, AutomationException
getActiveTrack
in interface ITxActiveTrack
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.public void setActiveTrack(java.lang.String activeTrackName, IMap map, ILayer layer) throws java.io.IOException, AutomationException
setActiveTrack
in interface ITxActiveTrack
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.public boolean isFollow() throws java.io.IOException, AutomationException
isFollow
in interface ITxActiveTrack
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFollow(boolean follow) throws java.io.IOException, AutomationException
setFollow
in interface ITxActiveTrack
follow
- The follow (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISymbol getFollowSymbol() throws java.io.IOException, AutomationException
getFollowSymbol
in interface ITxActiveTrack
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFollowSymbol(ISymbol followSymbol) throws java.io.IOException, AutomationException
setFollowSymbol
in interface ITxActiveTrack
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.public double getFollowThreshold() throws java.io.IOException, AutomationException
getFollowThreshold
in interface ITxActiveTrack
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFollowThreshold(double screenPercent) throws java.io.IOException, AutomationException
setFollowThreshold
in interface ITxActiveTrack
screenPercent
- The screenPercent (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getFollowRate() throws java.io.IOException, AutomationException
getFollowRate
in interface ITxActiveTrack
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFollowRate(double followRate) throws java.io.IOException, AutomationException
setFollowRate
in interface ITxActiveTrack
followRate
- The followRate (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseFollowRate() throws java.io.IOException, AutomationException
isUseFollowRate
in interface ITxActiveTrack
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseFollowRate(boolean useFollowRate) throws java.io.IOException, AutomationException
setUseFollowRate
in interface ITxActiveTrack
useFollowRate
- The useFollowRate (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getFollowPlaybackRate(double[] playbackRate, int[] units) throws java.io.IOException, AutomationException
getFollowPlaybackRate
in interface ITxActiveTrack
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.public void setFollowPlaybackRate(double playbackRate, int units) throws java.io.IOException, AutomationException
setFollowPlaybackRate
in interface ITxActiveTrack
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.public IPoint getFollowPoint() throws java.io.IOException, AutomationException
getFollowPoint
in interface ITxActiveTrack
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean recenter() throws java.io.IOException, AutomationException
recenter
in interface ITxActiveTrack
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 |