com.esri.arcgis.trackinganalyst
Interface tascTemporalLayerError

All Superinterfaces:
Serializable

public interface tascTemporalLayerError
extends Serializable

Temporal Layer Error Codes.

Product Availability

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


Field Summary
static int E_TADYNAMICDISPLAYREFRESHCONTROLLER_INVALIDRANGE
          Invalid range for property.
static int E_TAEXTENSION_NOTENABLED
          Tracking Analyst Extension is not enabled.
static int E_TEMPORALLAYER_INVALIDDATASOURCE
          Invalid data source.
static int E_TEMPORALLAYER_TZINVALIDDS
          Unable to set timezone information for a server based data source.
static int E_TEMPORALRECORDSET_INVALIDFEATURECLASS
          Invalid or null feature class defined.
static int E_TEMPORALRECORDSET_TEMPORALCOLUMNUNDFINED
          Temporal Column has not been set.
static int E_TEMPORALRECORDSET_UNABLETOGETEXCLUSIVELOCK
          Unable to get exclusive lock on object.
static int E_TEMPORALRECORDSETCURSOR_FEATURESPATIALDISJOINT
          Feature Spatial Disjoint.
static int E_TEMPORALRECORDSETCURSOR_INVALIDCURSOR
          Cursor invalid.
static int E_TEMPORALRECORDSETCURSOR_INVALIDFEATURE
          Feature Not In ID Set.
 

Field Detail

E_TEMPORALRECORDSET_INVALIDFEATURECLASS

static final int E_TEMPORALRECORDSET_INVALIDFEATURECLASS
Invalid or null feature class defined.

See Also:
Constant Field Values

E_TEMPORALRECORDSET_UNABLETOGETEXCLUSIVELOCK

static final int E_TEMPORALRECORDSET_UNABLETOGETEXCLUSIVELOCK
Unable to get exclusive lock on object.

See Also:
Constant Field Values

E_TEMPORALRECORDSET_TEMPORALCOLUMNUNDFINED

static final int E_TEMPORALRECORDSET_TEMPORALCOLUMNUNDFINED
Temporal Column has not been set.

See Also:
Constant Field Values

E_TEMPORALRECORDSETCURSOR_INVALIDCURSOR

static final int E_TEMPORALRECORDSETCURSOR_INVALIDCURSOR
Cursor invalid.

See Also:
Constant Field Values

E_TEMPORALRECORDSETCURSOR_INVALIDFEATURE

static final int E_TEMPORALRECORDSETCURSOR_INVALIDFEATURE
Feature Not In ID Set.

See Also:
Constant Field Values

E_TEMPORALRECORDSETCURSOR_FEATURESPATIALDISJOINT

static final int E_TEMPORALRECORDSETCURSOR_FEATURESPATIALDISJOINT
Feature Spatial Disjoint.

See Also:
Constant Field Values

E_TADYNAMICDISPLAYREFRESHCONTROLLER_INVALIDRANGE

static final int E_TADYNAMICDISPLAYREFRESHCONTROLLER_INVALIDRANGE
Invalid range for property.

See Also:
Constant Field Values

E_TAEXTENSION_NOTENABLED

static final int E_TAEXTENSION_NOTENABLED
Tracking Analyst Extension is not enabled.

See Also:
Constant Field Values

E_TEMPORALLAYER_INVALIDDATASOURCE

static final int E_TEMPORALLAYER_INVALIDDATASOURCE
Invalid data source.

See Also:
Constant Field Values

E_TEMPORALLAYER_TZINVALIDDS

static final int E_TEMPORALLAYER_TZINVALIDDS
Unable to set timezone information for a server based data source.

See Also:
Constant Field Values