com.esri.arcgis.carto
Interface esriGraphicFeatureServerErrors

All Superinterfaces:
java.io.Serializable

public interface esriGraphicFeatureServerErrors
extends java.io.Serializable

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

Description: 'GraphicFeatureServer Object 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 GFS_E_EDITOR_TRACKING_TIMESTAMPS_IN_UTC_AND_DATABASETIME_ERROR
          Map has datasets that record Editor Tracking time stamps in UTC and database time zones.
static int GFS_E_FEATURE_GEOMETRY_PUT_FAILED_FAILED_MISSING_Z_VALUES
          Feature geometry coould not be applied, because Layer is Z-Aware and input geometry is not Z-Aware.
static int GFS_E_FEATURE_UPDATE_FAILED_MISSING_M_VALUES
          Update on a Feature failed, because Layer is M-Aware and input geometry is not M-Aware.
static int GFS_E_LAYER_TABLE_NOT_EDITABLE
          Layer or table is not editable.
static int GFS_E_MISSING_EDITOR_TRACKING_TIMEZONE_ERROR
          Time zone missing for map that has datasets that record Editor Tracking time stamps in database time.
static int GFS_E_MISSING_PARAMETER
          A required parameter is missing.
static int GFS_E_NOLAYER_OR_TABLE_INITIALIZED
          No layer or table was initialized.
static int GFS_E_OID_RELATIONSHIP_NOT_ALLOWED_FOR_SYNC_ERROR
          Time zone missing for map that has datasets that record Editor Tracking time stamps in database time.
static int GFS_E_UNSUPPORTED_DATASOURCE_TYPE
          Datasource is unsupported.
 

Field Detail

GFS_E_MISSING_PARAMETER

static final int GFS_E_MISSING_PARAMETER
A required parameter is missing.

See Also:
Constant Field Values

GFS_E_UNSUPPORTED_DATASOURCE_TYPE

static final int GFS_E_UNSUPPORTED_DATASOURCE_TYPE
Datasource is unsupported.

See Also:
Constant Field Values

GFS_E_NOLAYER_OR_TABLE_INITIALIZED

static final int GFS_E_NOLAYER_OR_TABLE_INITIALIZED
No layer or table was initialized.

See Also:
Constant Field Values

GFS_E_LAYER_TABLE_NOT_EDITABLE

static final int GFS_E_LAYER_TABLE_NOT_EDITABLE
Layer or table is not editable.

See Also:
Constant Field Values

GFS_E_FEATURE_UPDATE_FAILED_MISSING_M_VALUES

static final int GFS_E_FEATURE_UPDATE_FAILED_MISSING_M_VALUES
Update on a Feature failed, because Layer is M-Aware and input geometry is not M-Aware.

See Also:
Constant Field Values

GFS_E_FEATURE_GEOMETRY_PUT_FAILED_FAILED_MISSING_Z_VALUES

static final int GFS_E_FEATURE_GEOMETRY_PUT_FAILED_FAILED_MISSING_Z_VALUES
Feature geometry coould not be applied, because Layer is Z-Aware and input geometry is not Z-Aware.

See Also:
Constant Field Values

GFS_E_EDITOR_TRACKING_TIMESTAMPS_IN_UTC_AND_DATABASETIME_ERROR

static final int GFS_E_EDITOR_TRACKING_TIMESTAMPS_IN_UTC_AND_DATABASETIME_ERROR
Map has datasets that record Editor Tracking time stamps in UTC and database time zones.

See Also:
Constant Field Values

GFS_E_MISSING_EDITOR_TRACKING_TIMEZONE_ERROR

static final int GFS_E_MISSING_EDITOR_TRACKING_TIMEZONE_ERROR
Time zone missing for map that has datasets that record Editor Tracking time stamps in database time.

See Also:
Constant Field Values

GFS_E_OID_RELATIONSHIP_NOT_ALLOWED_FOR_SYNC_ERROR

static final int GFS_E_OID_RELATIONSHIP_NOT_ALLOWED_FOR_SYNC_ERROR
Time zone missing for map that has datasets that record Editor Tracking time stamps in database time.

See Also:
Constant Field Values