com.esri.arcgis.trackinganalyst
Interface ITemporalLegendClass2

All Superinterfaces:
ITemporalLegendClass, java.io.Serializable
All Known Implementing Classes:
ITemporalLegendClass2Proxy, TemporalLegendClass

public interface ITemporalLegendClass2
extends ITemporalLegendClass, java.io.Serializable

COM Interface 'ITemporalLegendClass2'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID9a974de5_dd87_43cb_928e_eae5c62f83ad
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.trackinganalyst.ITemporalLegendClass
IIDb75d6fb8_1333_11d5_b7c9_00010265adc5
 
Method Summary
 int getTemporalSymbolizationMethod()
          The symbol attributes that will be changed.
 void setTemporalSymbolizationMethod(int temporalSymbolizationMethod)
          The symbol attributes that will be changed.
 
Methods inherited from interface com.esri.arcgis.trackinganalyst.ITemporalLegendClass
getDescription, getFormat, getLabel, getPeriod, getStartingOffset, getSymbol, getSymbolColor, getSymbolSize, getTimeUnits, getType, intersects, setDescription, setFormat, setLabel, setPeriod, setReference, setStartingOffset, setSymbolByRef, setTimeUnits, setType
 

Field Detail

IID9a974de5_dd87_43cb_928e_eae5c62f83ad

static final int IID9a974de5_dd87_43cb_928e_eae5c62f83ad
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getTemporalSymbolizationMethod

int getTemporalSymbolizationMethod()
                                   throws java.io.IOException,
                                          AutomationException
The symbol attributes that will be changed.

Returns:
A com.esri.arcgis.trackinganalyst.enumTemporalSymbolizationMethod constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTemporalSymbolizationMethod

void setTemporalSymbolizationMethod(int temporalSymbolizationMethod)
                                    throws java.io.IOException,
                                           AutomationException
The symbol attributes that will be changed.

Parameters:
temporalSymbolizationMethod - A com.esri.arcgis.trackinganalyst.enumTemporalSymbolizationMethod constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.