com.esri.arcgis.trackinganalyst
Interface enumTemporalSymbolizationMethod

All Superinterfaces:
Serializable

public interface enumTemporalSymbolizationMethod
extends Serializable

Temporal Symbolization Options.

Product Availability

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


Field Summary
static int enumColor
          Color Temporal Rendering.
static int enumMarker
          Symbol Temporal Rendering.
static int enumMarkerSize
          Symbol Size Temporal Rendering.
static int enumNone
          No Modification Temporal Rendering.
static int enumTransparency
          Not Implemented.
 

Field Detail

enumNone

static final int enumNone
No Modification Temporal Rendering.

See Also:
Constant Field Values

enumColor

static final int enumColor
Color Temporal Rendering.

See Also:
Constant Field Values

enumTransparency

static final int enumTransparency
Not Implemented.

See Also:
Constant Field Values

enumMarkerSize

static final int enumMarkerSize
Symbol Size Temporal Rendering.

See Also:
Constant Field Values

enumMarker

static final int enumMarker
Symbol Temporal Rendering.

See Also:
Constant Field Values