|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITemporalLegendGroup
COM Interface 'ITemporalLegendGroup'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDb75d7088_1333_11d5_b7c9_00010265adc5
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
addClass(ILegendClass legendClass)
Adds a new legend class to the group at the end of list. |
void |
clearClasses()
Removes all classes from the group. |
ILegendClass |
esri_getClass(int index)
Legend class at the specified index. |
int |
getClassCount()
Number of legend classes in the group. |
java.lang.String |
getColorRampName()
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()
Text description of the temporal legend group. |
java.lang.String |
getHeading()
String heading. |
ITemporalLegendClass |
getTemporalLegendClass(int nRangeNdx)
Temporal Legend Class at specified index from this group. |
void |
insertClass(int index,
ILegendClass legendClass)
Inserts a new legend class into the group at the specified index. |
int |
intersects(java.lang.Object pvTimeValue,
ISymbol[] ppiSymbol,
IColor[] ppiSymbolColor,
double[] pdSymbolSize)
Determines whether a given timestamp value is contained within one of the group's temporal classes. |
boolean |
isEditable()
Indicates if the group can be edited. |
boolean |
isSuppress()
Controls whether or not to use the temporal legend classes during intersect or time period computation for a temporal query. |
boolean |
isVisible()
Indicates if the group is displayed. |
void |
moveClass(int nCurrentIndex,
int nDestinationIndex)
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)
Removes the legend class from the group at the specified index. |
void |
setColorRampName(java.lang.String pbstrColorRampName)
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)
Text description of the temporal legend group. |
void |
setEditable(boolean editable)
Indicates if the group can be edited. |
void |
setHeading(java.lang.String heading)
String heading. |
void |
setReference(java.lang.Object varReference)
Sets temporal reference information for the temporal legend group. |
void |
setSuppress(boolean pbSuppress)
Controls whether or not to use the temporal legend classes during intersect or time period computation for a temporal query. |
void |
setVisible(boolean visible)
Indicates if the group is displayed. |
void |
update()
Updates the temporal legend with new values. |
void |
verify(boolean[] bNoProblems)
Checks ranges within a group to determine if group is ordered properly and has correct offsets. |
| Field Detail |
|---|
static final int IIDb75d7088_1333_11d5_b7c9_00010265adc5
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
boolean isVisible()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setVisible(boolean visible)
throws java.io.IOException,
AutomationException
visible - The visible (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isEditable()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEditable(boolean editable)
throws java.io.IOException,
AutomationException
editable - The editable (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getHeading()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHeading(java.lang.String heading)
throws java.io.IOException,
AutomationException
heading - The heading (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getClassCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ILegendClass esri_getClass(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addClass(ILegendClass legendClass)
throws java.io.IOException,
AutomationException
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.
void insertClass(int index,
ILegendClass legendClass)
throws java.io.IOException,
AutomationException
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.
void removeClass(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void clearClasses()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getColorRampName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setColorRampName(java.lang.String pbstrColorRampName)
throws java.io.IOException,
AutomationException
pbstrColorRampName - The pbstrColorRampName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getDescription()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDescription(java.lang.String pbstrDescription)
throws java.io.IOException,
AutomationException
pbstrDescription - The pbstrDescription (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ITemporalLegendClass getTemporalLegendClass(int nRangeNdx)
throws java.io.IOException,
AutomationException
nRangeNdx - The nRangeNdx (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isSuppress()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSuppress(boolean pbSuppress)
throws java.io.IOException,
AutomationException
pbSuppress - The pbSuppress (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReference(java.lang.Object varReference)
throws java.io.IOException,
AutomationException
varReference - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int intersects(java.lang.Object pvTimeValue,
ISymbol[] ppiSymbol,
IColor[] ppiSymbolColor,
double[] pdSymbolSize)
throws java.io.IOException,
AutomationException
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.
void update()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void moveClass(int nCurrentIndex,
int nDestinationIndex)
throws java.io.IOException,
AutomationException
nCurrentIndex - The nCurrentIndex (in)nDestinationIndex - The nDestinationIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void verify(boolean[] bNoProblems)
throws java.io.IOException,
AutomationException
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 | ||||||||