com.esri.arcgis.trackinganalyst
Interface tascTMSWorkspaceError

All Superinterfaces:
java.io.Serializable

public interface tascTMSWorkspaceError
extends java.io.Serializable

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

Description: 'TMS Workspace 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_AMSWORKSPACE_CONNECTED
          Connected to tracking server.
static int E_AMSWORKSPACE_INVALIDCONNPROPS
          Invalid connection properties.
static int E_AMSWORKSPACE_INVALIDFEATURECLASSNAME
          Feature Class Name is not within workspace.
static int E_AMSWORKSPACE_INVALIDSERVER
          Invalid tracking server name.
static int E_AMSWORKSPACE_INVALIDTABLENAME
          Table Name is not within workspace.
static int E_AMSWORKSPACE_NOTCONNECTED
          Not connected to tracking server.
static int E_AMSWORKSPACE_OUTOFBOUNDS
          Invalid index for connection property.
static int E_AMSWORKSPACE_UNABLETOCONNECTED
          Unable to connected to tracking server.
static int E_AMSWORKSPACEFACTORY_CONNECTIONFILEEXISTS
          Connection Properties file already exists.
static int E_TEMPORALDATASET_UNINITIALIZEDDATASET
          Dataset was not initialized.
static int E_TEMPORALFEATURE_UNEDITABLE_COLUMN
          Read-Only Column.
static int E_TEMPORALFEATURE_UNINITIALIZED_FEATURE
          Feature object was not initialized.
static int E_TEMPORALFEATURECLASS_INVALIDCOLINDEX
          Column index is out of range.
static int E_TEMPORALFEATURECLASS_NOCOLUMNSDEFINED
          Table Definition does not define any columns.
static int E_TEMPORALFEATURECLASS_SPATIALLYDISJOINT
          Feature is spatial disjoint from query parameters.
static int E_TEMPORALQF_INVALIDTIME
          Invalid Time format.
static int E_TEMPORALTABLE_DUPLICATEFIELD
          Duplicate field name found.
static int E_TEMPORALTABLE_INVALIDNUMCOLS
          Table is inconsistent with expected number of columns.
static int E_TEMPORALTABLE_PURGEPERCENTINVALID
          Purge percentage is not > 0.0 or < 1.0 .
static int E_TEMPORALTABLE_REQUIREDFIELD
          Required Field not found.
static int E_TEMPORALTABLE_TABLEOBJEXISTS
          Table already exists.
static int E_TEMPORALTABLE_UNABLETOCREATEROW
          Unable to create row object.
static int E_TEMPORALTABLE_UNABLETOCREATETABLE
          Unable to create database table.
static int E_TEMPORALTABLE_UNSUPORTEDMESSAGE
          Unable to process unsupported message.
static int E_TEMPORALTABLE_UNSUPPORTED_GEO_FORMAT
          Unsupported Geometry.
 

Field Detail

E_AMSWORKSPACE_CONNECTED

static final int E_AMSWORKSPACE_CONNECTED
Connected to tracking server.

See Also:
Constant Field Values

E_AMSWORKSPACE_NOTCONNECTED

static final int E_AMSWORKSPACE_NOTCONNECTED
Not connected to tracking server.

See Also:
Constant Field Values

E_AMSWORKSPACE_UNABLETOCONNECTED

static final int E_AMSWORKSPACE_UNABLETOCONNECTED
Unable to connected to tracking server.

See Also:
Constant Field Values

E_AMSWORKSPACE_INVALIDSERVER

static final int E_AMSWORKSPACE_INVALIDSERVER
Invalid tracking server name.

See Also:
Constant Field Values

E_AMSWORKSPACE_INVALIDCONNPROPS

static final int E_AMSWORKSPACE_INVALIDCONNPROPS
Invalid connection properties.

See Also:
Constant Field Values

E_AMSWORKSPACE_OUTOFBOUNDS

static final int E_AMSWORKSPACE_OUTOFBOUNDS
Invalid index for connection property.

See Also:
Constant Field Values

E_AMSWORKSPACE_INVALIDFEATURECLASSNAME

static final int E_AMSWORKSPACE_INVALIDFEATURECLASSNAME
Feature Class Name is not within workspace.

See Also:
Constant Field Values

E_AMSWORKSPACE_INVALIDTABLENAME

static final int E_AMSWORKSPACE_INVALIDTABLENAME
Table Name is not within workspace.

See Also:
Constant Field Values

E_AMSWORKSPACEFACTORY_CONNECTIONFILEEXISTS

static final int E_AMSWORKSPACEFACTORY_CONNECTIONFILEEXISTS
Connection Properties file already exists.

See Also:
Constant Field Values

E_TEMPORALFEATURECLASS_NOCOLUMNSDEFINED

static final int E_TEMPORALFEATURECLASS_NOCOLUMNSDEFINED
Table Definition does not define any columns.

See Also:
Constant Field Values

E_TEMPORALFEATURECLASS_INVALIDCOLINDEX

static final int E_TEMPORALFEATURECLASS_INVALIDCOLINDEX
Column index is out of range.

See Also:
Constant Field Values

E_TEMPORALFEATURECLASS_SPATIALLYDISJOINT

static final int E_TEMPORALFEATURECLASS_SPATIALLYDISJOINT
Feature is spatial disjoint from query parameters.

See Also:
Constant Field Values

E_TEMPORALDATASET_UNINITIALIZEDDATASET

static final int E_TEMPORALDATASET_UNINITIALIZEDDATASET
Dataset was not initialized.

See Also:
Constant Field Values

E_TEMPORALTABLE_DUPLICATEFIELD

static final int E_TEMPORALTABLE_DUPLICATEFIELD
Duplicate field name found.

See Also:
Constant Field Values

E_TEMPORALTABLE_REQUIREDFIELD

static final int E_TEMPORALTABLE_REQUIREDFIELD
Required Field not found.

See Also:
Constant Field Values

E_TEMPORALTABLE_INVALIDNUMCOLS

static final int E_TEMPORALTABLE_INVALIDNUMCOLS
Table is inconsistent with expected number of columns.

See Also:
Constant Field Values

E_TEMPORALTABLE_UNSUPORTEDMESSAGE

static final int E_TEMPORALTABLE_UNSUPORTEDMESSAGE
Unable to process unsupported message.

See Also:
Constant Field Values

E_TEMPORALTABLE_UNABLETOCREATEROW

static final int E_TEMPORALTABLE_UNABLETOCREATEROW
Unable to create row object.

See Also:
Constant Field Values

E_TEMPORALTABLE_TABLEOBJEXISTS

static final int E_TEMPORALTABLE_TABLEOBJEXISTS
Table already exists.

See Also:
Constant Field Values

E_TEMPORALTABLE_UNABLETOCREATETABLE

static final int E_TEMPORALTABLE_UNABLETOCREATETABLE
Unable to create database table.

See Also:
Constant Field Values

E_TEMPORALTABLE_PURGEPERCENTINVALID

static final int E_TEMPORALTABLE_PURGEPERCENTINVALID
Purge percentage is not > 0.0 or < 1.0 .

See Also:
Constant Field Values

E_TEMPORALTABLE_UNSUPPORTED_GEO_FORMAT

static final int E_TEMPORALTABLE_UNSUPPORTED_GEO_FORMAT
Unsupported Geometry.

See Also:
Constant Field Values

E_TEMPORALFEATURE_UNINITIALIZED_FEATURE

static final int E_TEMPORALFEATURE_UNINITIALIZED_FEATURE
Feature object was not initialized.

See Also:
Constant Field Values

E_TEMPORALFEATURE_UNEDITABLE_COLUMN

static final int E_TEMPORALFEATURE_UNEDITABLE_COLUMN
Read-Only Column.

See Also:
Constant Field Values

E_TEMPORALQF_INVALIDTIME

static final int E_TEMPORALQF_INVALIDTIME
Invalid Time format.

See Also:
Constant Field Values