|
|||||||||
| 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.ITrackSymbologyRendererProxy
Description: 'Provides access to methods and properties needed to manage the temporal symbology rendering of events.' 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 ITrackSymbologyRendererProxy
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.ITrackSymbologyRenderer |
|---|
IID, IID061dd607_aa25_4c0c_845f_27bdbee14c68 |
| Constructor Summary | |
|---|---|
|
ITrackSymbologyRendererProxy()
Deprecated. For internal use only |
|
ITrackSymbologyRendererProxy(java.lang.Object obj)
Deprecated. |
protected |
ITrackSymbologyRendererProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ITrackSymbologyRendererProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ITrackSymbologyRendererProxy(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. |
boolean |
canRender(IFeatureClass featClass,
IDisplay display)
Deprecated. Indicates if the specified feature class can be rendered on the given display. |
void |
draw(IFeatureCursor cursor,
int drawPhase,
IDisplay display,
ITrackCancel trackCancel)
Deprecated. Draws features from the specified cursor on the given display. |
ISymbol |
getSymbolByFeature(IFeature feature)
Deprecated. Symbol used to draw the specified feature. |
IFeatureRenderer |
getTrackSymbologyRenderer()
Deprecated. Controls the temporal track symbology drawn on the map. |
boolean |
isRenderPhase(int drawPhase)
Deprecated. Indicates if renderer uses the specified draw phase. |
boolean |
isShowTrackSymbologyLegendGroup()
Deprecated. Indicates whether or not track symbology displays when drawing temporal events on the map. |
void |
prepareFilter(IFeatureClass fc,
IQueryFilter queryFilter)
Deprecated. Prepares the query filter for the rendering process. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setExclusionSetByRef(IFeatureIDSet rhs1)
Deprecated. An object reference to a temporary drawing exclusion set. |
void |
setShowTrackSymbologyLegendGroup(boolean pbShowTimeLegends)
Deprecated. Indicates whether or not track symbology displays when drawing temporal events on the map. |
void |
setTrackSymbologyRendererByRef(IFeatureRenderer ppiRenderer)
Deprecated. Controls the temporal track symbology drawn on the map. |
| 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 ITrackSymbologyRendererProxy(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 ITrackSymbologyRendererProxy()
public ITrackSymbologyRendererProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ITrackSymbologyRendererProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected ITrackSymbologyRendererProxy(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 canRender(IFeatureClass featClass,
IDisplay display)
throws java.io.IOException,
AutomationException
canRender in interface ITrackSymbologyRendererfeatClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)display - A reference to a com.esri.arcgis.display.IDisplay (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void prepareFilter(IFeatureClass fc,
IQueryFilter queryFilter)
throws java.io.IOException,
AutomationException
prepareFilter in interface ITrackSymbologyRendererfc - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)queryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void draw(IFeatureCursor cursor,
int drawPhase,
IDisplay display,
ITrackCancel trackCancel)
throws java.io.IOException,
AutomationException
draw in interface ITrackSymbologyRenderercursor - A reference to a com.esri.arcgis.geodatabase.IFeatureCursor (in)drawPhase - A com.esri.arcgis.system.esriDrawPhase constant (in)display - A reference to a com.esri.arcgis.display.IDisplay (in)trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISymbol getSymbolByFeature(IFeature feature)
throws java.io.IOException,
AutomationException
getSymbolByFeature in interface ITrackSymbologyRendererfeature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isRenderPhase(int drawPhase)
throws java.io.IOException,
AutomationException
isRenderPhase in interface ITrackSymbologyRendererdrawPhase - A com.esri.arcgis.system.esriDrawPhase constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExclusionSetByRef(IFeatureIDSet rhs1)
throws java.io.IOException,
AutomationException
setExclusionSetByRef in interface ITrackSymbologyRendererrhs1 - A reference to a com.esri.arcgis.carto.IFeatureIDSet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isShowTrackSymbologyLegendGroup()
throws java.io.IOException,
AutomationException
isShowTrackSymbologyLegendGroup in interface ITrackSymbologyRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShowTrackSymbologyLegendGroup(boolean pbShowTimeLegends)
throws java.io.IOException,
AutomationException
setShowTrackSymbologyLegendGroup in interface ITrackSymbologyRendererpbShowTimeLegends - The pbShowTimeLegends (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFeatureRenderer getTrackSymbologyRenderer()
throws java.io.IOException,
AutomationException
getTrackSymbologyRenderer in interface ITrackSymbologyRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTrackSymbologyRendererByRef(IFeatureRenderer ppiRenderer)
throws java.io.IOException,
AutomationException
setTrackSymbologyRendererByRef in interface ITrackSymbologyRendererppiRenderer - A reference to a com.esri.arcgis.carto.IFeatureRenderer (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 | ||||||||