com.esri.arcgis.trackinganalyst
Interface ITemporalLegendClass2

All Superinterfaces:
ITemporalLegendClass, Serializable
All Known Implementing Classes:
TemporalLegendClass

public interface ITemporalLegendClass2
extends ITemporalLegendClass, Serializable

Provides access to properties to manage temporal ranges.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.


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
 

Method Detail

getTemporalSymbolizationMethod

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

setTemporalSymbolizationMethod

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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