com.esri.arcgis.trackinganalyst
Interface enumTemporalLegendType

All Superinterfaces:
Serializable

public interface enumTemporalLegendType
extends Serializable

Temporal Legend Types.

Product Availability

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


Field Summary
static int enumExcludedFutureRange
          Not Implemented.
static int enumExcludedNormalRange
          Not Implemented.
static int enumFutureRange
          Future range.
static int enumNormalRange
          Normal or Past range.
 

Field Detail

enumNormalRange

static final int enumNormalRange
Normal or Past range.

See Also:
Constant Field Values

enumFutureRange

static final int enumFutureRange
Future range.

See Also:
Constant Field Values

enumExcludedNormalRange

static final int enumExcludedNormalRange
Not Implemented.

See Also:
Constant Field Values

enumExcludedFutureRange

static final int enumExcludedFutureRange
Not Implemented.

See Also:
Constant Field Values