|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.trackinganalyst.ITrackRendererProxy
Description: 'Provides access to properties specific to temporal track rendering capabilities.' 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 ITrackRendererProxy
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.ITrackRenderer |
|---|
IID, IIDeec8c537_b875_40da_a88d_80fc4b34ba29 |
| Constructor Summary | |
|---|---|
|
ITrackRendererProxy()
Deprecated. For internal use only |
|
ITrackRendererProxy(java.lang.Object obj)
Deprecated. |
protected |
ITrackRendererProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ITrackRendererProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ITrackRendererProxy(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. |
int |
getHistory()
Deprecated. Indicates the number of history events composing the track that will be used to represent the track line. |
IUID |
getPropPageTrackRenderer()
Deprecated. Provides the Class ID of the property page associated with the track renderer. |
IUID |
getPropPageTracksAdvancedRenderer()
Deprecated. Provides the Class ID of the property page associated with the advanced renderer of the tracks. |
boolean |
isNeedsMostCurrentEvents()
Deprecated. Indicates whether a list of the most current events is needed so they might be rendered differently than the older events. |
boolean |
isSmoothTracks()
Deprecated. Indicates if the track symbology is smooth or not. |
boolean |
isTrackAdvRendererEnabled()
Deprecated. Indicates whether the tracks are rendered by the track advanced renderer. |
boolean |
isTrackRendererEnabled()
Deprecated. Indicates whether the track events are rendered by the track line renderer. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setHistory(int pNumEvents)
Deprecated. Indicates the number of history events composing the track that will be used to represent the track line. |
void |
setPropPageTrackRenderer(IUID ppiPPClassID)
Deprecated. Provides the Class ID of the property page associated with the track renderer. |
void |
setPropPageTracksAdvancedRenderer(IUID ppiPPClassID)
Deprecated. Provides the Class ID of the property page associated with the advanced renderer of the tracks. |
void |
setSmoothTracks(boolean pvbSmooth)
Deprecated. Indicates if the track symbology is smooth or not. |
void |
setTrackAdvRendererEnabled(boolean pvbEnabled)
Deprecated. Indicates whether the tracks are rendered by the track advanced renderer. |
void |
setTrackRendererEnabled(boolean pvbIsTrackEnabled)
Deprecated. Indicates whether the track events are rendered by the track line renderer. |
| 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 ITrackRendererProxy(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.IOExceptionpublic ITrackRendererProxy()
public ITrackRendererProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ITrackRendererProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected ITrackRendererProxy(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.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public boolean isNeedsMostCurrentEvents()
throws java.io.IOException,
AutomationException
isNeedsMostCurrentEvents in interface ITrackRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHistory()
throws java.io.IOException,
AutomationException
getHistory in interface ITrackRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHistory(int pNumEvents)
throws java.io.IOException,
AutomationException
setHistory in interface ITrackRendererpNumEvents - The pNumEvents (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSmoothTracks()
throws java.io.IOException,
AutomationException
isSmoothTracks in interface ITrackRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSmoothTracks(boolean pvbSmooth)
throws java.io.IOException,
AutomationException
setSmoothTracks in interface ITrackRendererpvbSmooth - The pvbSmooth (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isTrackRendererEnabled()
throws java.io.IOException,
AutomationException
isTrackRendererEnabled in interface ITrackRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTrackRendererEnabled(boolean pvbIsTrackEnabled)
throws java.io.IOException,
AutomationException
setTrackRendererEnabled in interface ITrackRendererpvbIsTrackEnabled - The pvbIsTrackEnabled (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IUID getPropPageTrackRenderer()
throws java.io.IOException,
AutomationException
getPropPageTrackRenderer in interface ITrackRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPropPageTrackRenderer(IUID ppiPPClassID)
throws java.io.IOException,
AutomationException
setPropPageTrackRenderer in interface ITrackRendererppiPPClassID - A reference to a com.esri.arcgis.system.IUID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IUID getPropPageTracksAdvancedRenderer()
throws java.io.IOException,
AutomationException
getPropPageTracksAdvancedRenderer in interface ITrackRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPropPageTracksAdvancedRenderer(IUID ppiPPClassID)
throws java.io.IOException,
AutomationException
setPropPageTracksAdvancedRenderer in interface ITrackRendererppiPPClassID - A reference to a com.esri.arcgis.system.IUID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isTrackAdvRendererEnabled()
throws java.io.IOException,
AutomationException
isTrackAdvRendererEnabled in interface ITrackRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTrackAdvRendererEnabled(boolean pvbEnabled)
throws java.io.IOException,
AutomationException
setTrackAdvRendererEnabled in interface ITrackRendererpvbEnabled - The pvbEnabled (in)
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 | ||||||||