com.esri.arcgis.trackinganalyst
Interface tascTrackingAnalystErrors

All Superinterfaces:
java.io.Serializable

public interface tascTrackingAnalystErrors
extends java.io.Serializable

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

Description: 'Tracking Analyst General 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_SOURCE_LAYER_NOT_SELECTED
          Source layer for the location trigger is not selected.
static int E_TEMPORALREFERENCE_INVALIDTEMPORALMODE
          Invalid temporal mode.
 

Field Detail

E_TEMPORALREFERENCE_INVALIDTEMPORALMODE

static final int E_TEMPORALREFERENCE_INVALIDTEMPORALMODE
Invalid temporal mode.

See Also:
Constant Field Values

E_SOURCE_LAYER_NOT_SELECTED

static final int E_SOURCE_LAYER_NOT_SELECTED
Source layer for the location trigger is not selected.

See Also:
Constant Field Values