|
|||||||||
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.ITemporalLegendGroupProxy
Description: 'Provides access to properties and methods needed to manage the temporal legend group of classes.' 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 ITemporalLegendGroupProxy
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.ITemporalLegendGroup |
---|
IID, IIDb75d7088_1333_11d5_b7c9_00010265adc5 |
Constructor Summary | |
---|---|
|
ITemporalLegendGroupProxy()
Deprecated. For internal use only |
|
ITemporalLegendGroupProxy(java.lang.Object obj)
Deprecated. |
protected |
ITemporalLegendGroupProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ITemporalLegendGroupProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ITemporalLegendGroupProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addClass(ILegendClass legendClass)
Deprecated. Adds a new legend class to the group at the end of list. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
clearClasses()
Deprecated. Removes all classes from the group. |
ILegendClass |
esri_getClass(int index)
Deprecated. Legend class at the specified index. |
int |
getClassCount()
Deprecated. Number of legend classes in the group. |
java.lang.String |
getColorRampName()
Deprecated. Esri pre-defined color ramp last used by the temporal renderer property page to update this object; this value is used to create default temporal legend class symbology colors. |
java.lang.String |
getDescription()
Deprecated. Text description of the temporal legend group. |
java.lang.String |
getHeading()
Deprecated. String heading. |
ITemporalLegendClass |
getTemporalLegendClass(int nRangeNdx)
Deprecated. Temporal Legend Class at specified index from this group. |
void |
insertClass(int index,
ILegendClass legendClass)
Deprecated. Inserts a new legend class into the group at the specified index. |
int |
intersects(java.lang.Object pvTimeValue,
ISymbol[] ppiSymbol,
IColor[] ppiSymbolColor,
double[] pdSymbolSize)
Deprecated. Determines whether a given timestamp value is contained within one of the group's temporal classes. |
boolean |
isEditable()
Deprecated. Indicates if the group can be edited. |
boolean |
isSuppress()
Deprecated. Controls whether or not to use the temporal legend classes during intersect or time period computation for a temporal query. |
boolean |
isVisible()
Deprecated. Indicates if the group is displayed. |
void |
moveClass(int nCurrentIndex,
int nDestinationIndex)
Deprecated. Moves a temporal legend class from its current position to a new destination within the temporal legend group's legend class container. |
void |
removeClass(int index)
Deprecated. Removes the legend class from the group at the specified index. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setColorRampName(java.lang.String pbstrColorRampName)
Deprecated. Esri pre-defined color ramp last used by the temporal renderer property page to update this object; this value is used to create default temporal legend class symbology colors. |
void |
setDescription(java.lang.String pbstrDescription)
Deprecated. Text description of the temporal legend group. |
void |
setEditable(boolean editable)
Deprecated. Indicates if the group can be edited. |
void |
setHeading(java.lang.String heading)
Deprecated. String heading. |
void |
setReference(java.lang.Object varReference)
Deprecated. Sets temporal reference information for the temporal legend group. |
void |
setSuppress(boolean pbSuppress)
Deprecated. Controls whether or not to use the temporal legend classes during intersect or time period computation for a temporal query. |
void |
setVisible(boolean visible)
Deprecated. Indicates if the group is displayed. |
void |
update()
Deprecated. Updates the temporal legend with new values. |
void |
verify(boolean[] bNoProblems)
Deprecated. Checks ranges within a group to determine if group is ordered properly and has correct offsets. |
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 ITemporalLegendGroupProxy(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 ITemporalLegendGroupProxy()
public ITemporalLegendGroupProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ITemporalLegendGroupProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ITemporalLegendGroupProxy(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 boolean isVisible() throws java.io.IOException, AutomationException
isVisible
in interface ITemporalLegendGroup
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVisible(boolean visible) throws java.io.IOException, AutomationException
setVisible
in interface ITemporalLegendGroup
visible
- The visible (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isEditable() throws java.io.IOException, AutomationException
isEditable
in interface ITemporalLegendGroup
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEditable(boolean editable) throws java.io.IOException, AutomationException
setEditable
in interface ITemporalLegendGroup
editable
- The editable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getHeading() throws java.io.IOException, AutomationException
getHeading
in interface ITemporalLegendGroup
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHeading(java.lang.String heading) throws java.io.IOException, AutomationException
setHeading
in interface ITemporalLegendGroup
heading
- The heading (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getClassCount() throws java.io.IOException, AutomationException
getClassCount
in interface ITemporalLegendGroup
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILegendClass esri_getClass(int index) throws java.io.IOException, AutomationException
esri_getClass
in interface ITemporalLegendGroup
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addClass(ILegendClass legendClass) throws java.io.IOException, AutomationException
addClass
in interface ITemporalLegendGroup
legendClass
- A reference to a com.esri.arcgis.carto.ILegendClass (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void insertClass(int index, ILegendClass legendClass) throws java.io.IOException, AutomationException
insertClass
in interface ITemporalLegendGroup
index
- The index (in)legendClass
- A reference to a com.esri.arcgis.carto.ILegendClass (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeClass(int index) throws java.io.IOException, AutomationException
removeClass
in interface ITemporalLegendGroup
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clearClasses() throws java.io.IOException, AutomationException
clearClasses
in interface ITemporalLegendGroup
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getColorRampName() throws java.io.IOException, AutomationException
getColorRampName
in interface ITemporalLegendGroup
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setColorRampName(java.lang.String pbstrColorRampName) throws java.io.IOException, AutomationException
setColorRampName
in interface ITemporalLegendGroup
pbstrColorRampName
- The pbstrColorRampName (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 ITemporalLegendGroup
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDescription(java.lang.String pbstrDescription) throws java.io.IOException, AutomationException
setDescription
in interface ITemporalLegendGroup
pbstrDescription
- The pbstrDescription (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITemporalLegendClass getTemporalLegendClass(int nRangeNdx) throws java.io.IOException, AutomationException
getTemporalLegendClass
in interface ITemporalLegendGroup
nRangeNdx
- The nRangeNdx (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSuppress() throws java.io.IOException, AutomationException
isSuppress
in interface ITemporalLegendGroup
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSuppress(boolean pbSuppress) throws java.io.IOException, AutomationException
setSuppress
in interface ITemporalLegendGroup
pbSuppress
- The pbSuppress (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 ITemporalLegendGroup
varReference
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int intersects(java.lang.Object pvTimeValue, ISymbol[] ppiSymbol, IColor[] ppiSymbolColor, double[] pdSymbolSize) throws java.io.IOException, AutomationException
intersects
in interface ITemporalLegendGroup
pvTimeValue
- A Variant (in)ppiSymbol
- A reference to a com.esri.arcgis.display.ISymbol (in/out: use single element array)ppiSymbolColor
- A reference to a com.esri.arcgis.display.IColor (in/out: use single element array)pdSymbolSize
- The pdSymbolSize (in/out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void update() throws java.io.IOException, AutomationException
update
in interface ITemporalLegendGroup
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void moveClass(int nCurrentIndex, int nDestinationIndex) throws java.io.IOException, AutomationException
moveClass
in interface ITemporalLegendGroup
nCurrentIndex
- The nCurrentIndex (in)nDestinationIndex
- The nDestinationIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void verify(boolean[] bNoProblems) throws java.io.IOException, AutomationException
verify
in interface ITemporalLegendGroup
bNoProblems
- The bNoProblems (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 |