com.esri.arcgis.trackinganalyst
Interface tascTemporalLayerError

All Superinterfaces:
java.io.Serializable

public interface tascTemporalLayerError
extends java.io.Serializable

Constants from tascTemporalLayerError' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Temporal Layer Error Codes.' 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 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