|
|||||||||
| 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.ITemporalLegendClassProxy
Description: 'Provides access to properties to manage temporal ranges.' 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 ITemporalLegendClassProxy
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.ITemporalLegendClass |
|---|
IID, IIDb75d6fb8_1333_11d5_b7c9_00010265adc5 |
| Constructor Summary | |
|---|---|
|
ITemporalLegendClassProxy()
Deprecated. For internal use only |
|
ITemporalLegendClassProxy(java.lang.Object obj)
Deprecated. |
protected |
ITemporalLegendClassProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ITemporalLegendClassProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ITemporalLegendClassProxy(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. |
java.lang.String |
getDescription()
Deprecated. Legend class description. |
ILegendClassFormat |
getFormat()
Deprecated. Optional. |
java.lang.String |
getLabel()
Deprecated. Legend class label. |
double |
getPeriod()
Deprecated. Indicates period setting for temporal data layer. |
double |
getStartingOffset()
Deprecated. Indicates initial offset setting for temporal data. |
ISymbol |
getSymbol()
Deprecated. Legend class symbol. |
IColor |
getSymbolColor()
Deprecated. Indicates symbol size setting for temporal events as they display on the map. |
double |
getSymbolSize()
Deprecated. Indicates symbol size setting for temporal events as they display on the map. |
int |
getTimeUnits()
Deprecated. Indicates unit of time used to define period of time window. |
int |
getType()
Deprecated. Identifies special drawing properties of a temporal legend class. |
boolean |
intersects(java.lang.Object vTimeValue)
Deprecated. Determines whether or not the Time Value intersects the Reference and TimeValue parameters. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setDescription(java.lang.String label)
Deprecated. Legend class description. |
void |
setFormat(ILegendClassFormat format)
Deprecated. Optional. |
void |
setLabel(java.lang.String label)
Deprecated. Legend class label. |
void |
setPeriod(double pVal)
Deprecated. Indicates period setting for temporal data layer. |
void |
setReference(java.lang.Object varReference)
Deprecated. Sets the temporal reference properties for the temporal legend class. |
void |
setStartingOffset(double pVal)
Deprecated. Indicates initial offset setting for temporal data. |
void |
setSymbolByRef(ISymbol symbol)
Deprecated. Legend class symbol. |
void |
setTimeUnits(int pVal)
Deprecated. Indicates unit of time used to define period of time window. |
void |
setType(int penumTemporalLegendType)
Deprecated. Identifies special drawing properties of a temporal legend class. |
| 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 ITemporalLegendClassProxy(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 ITemporalLegendClassProxy()
public ITemporalLegendClassProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ITemporalLegendClassProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected ITemporalLegendClassProxy(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 ISymbol getSymbol()
throws java.io.IOException,
AutomationException
getSymbol in interface ITemporalLegendClassjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSymbolByRef(ISymbol symbol)
throws java.io.IOException,
AutomationException
setSymbolByRef in interface ITemporalLegendClasssymbol - 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 java.lang.String getLabel()
throws java.io.IOException,
AutomationException
getLabel in interface ITemporalLegendClassjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLabel(java.lang.String label)
throws java.io.IOException,
AutomationException
setLabel in interface ITemporalLegendClasslabel - The label (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDescription()
throws java.io.IOException,
AutomationException
getDescription in interface ITemporalLegendClassjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDescription(java.lang.String label)
throws java.io.IOException,
AutomationException
setDescription in interface ITemporalLegendClasslabel - The label (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILegendClassFormat getFormat()
throws java.io.IOException,
AutomationException
getFormat in interface ITemporalLegendClassjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFormat(ILegendClassFormat format)
throws java.io.IOException,
AutomationException
setFormat in interface ITemporalLegendClassformat - A reference to a com.esri.arcgis.carto.ILegendClassFormat (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getStartingOffset()
throws java.io.IOException,
AutomationException
getStartingOffset in interface ITemporalLegendClassjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStartingOffset(double pVal)
throws java.io.IOException,
AutomationException
setStartingOffset in interface ITemporalLegendClasspVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getPeriod()
throws java.io.IOException,
AutomationException
getPeriod in interface ITemporalLegendClassjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPeriod(double pVal)
throws java.io.IOException,
AutomationException
setPeriod in interface ITemporalLegendClasspVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTimeUnits()
throws java.io.IOException,
AutomationException
getTimeUnits in interface ITemporalLegendClassjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTimeUnits(int pVal)
throws java.io.IOException,
AutomationException
setTimeUnits in interface ITemporalLegendClasspVal - 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 int getType()
throws java.io.IOException,
AutomationException
getType in interface ITemporalLegendClassjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setType(int penumTemporalLegendType)
throws java.io.IOException,
AutomationException
setType in interface ITemporalLegendClasspenumTemporalLegendType - A com.esri.arcgis.trackinganalyst.enumTemporalLegendType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean intersects(java.lang.Object vTimeValue)
throws java.io.IOException,
AutomationException
intersects in interface ITemporalLegendClassvTimeValue - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReference(java.lang.Object varReference)
throws java.io.IOException,
AutomationException
setReference in interface ITemporalLegendClassvarReference - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getSymbolSize()
throws java.io.IOException,
AutomationException
getSymbolSize in interface ITemporalLegendClassjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IColor getSymbolColor()
throws java.io.IOException,
AutomationException
getSymbolColor in interface ITemporalLegendClassjava.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 | ||||||||