com.esri.arcgis.location
Interface esriGeocodingError

All Superinterfaces:
Serializable

public interface esriGeocodingError
extends Serializable

Special error codes generated by geocoding.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int GEOCODING_E_CANNOT_CREATE_LOC_FILE
          The system cannot create a .loc file with that name.
static int GEOCODING_E_INTERSECTION_FIELDS_MISSING
          The locator does not specify any intersection fields.
static int GEOCODING_E_INVALID_LOCATOR_NAME
          This name is invalid for a locator.
static int GEOCODING_E_INVALID_PROPERTIES
          One or more of the locator's properties is invalid.
static int GEOCODING_E_LOCATOR_ALREADY_EXISTS
          A locator with that name already exists.
static int GEOCODING_E_LOCATOR_CLASS_NOT_SUPPORTED
          The locator class does not support this operation.
static int GEOCODING_E_LOCATOR_DOES_NOT_EXIST
          A locator with that name does not exist.
static int GEOCODING_E_LOCATOR_WKS_CANNOT_CREATE_LOCATOR
          The system cannot create locator in this workspace.
static int GEOCODING_E_NO_LICENSE
          This software is not licensed for this operation in SDE.
static int GEOCODING_E_NOT_LOCATOR_OWNER
          The user does not own the locator.
static int GEOCODING_E_OPTIONAL_INTERFACE_NOT_SUPPORTED
          Optional interface is not supported by this locator.
static int GEOCODING_E_REBUILD_NOT_SUPPORTED_FOR_LOCATOR
          The address locator cannot be rebuilt as it was created using a release of ArcGIS previous to ArcGIS 9.2.
static int GEOCODING_E_REFDATA_NOT_REGISTERED
          The reference data is not registered with the geodatabase.
static int GEOCODING_E_REMOTE_WKS_COPY_NOT_SUPPORTED_FOR_LOCATOR
          The address locator cannot be copied between local and remote workspaces.
static int GEOCODING_E_REQUIRED_LOCATION_FIELD_MISSING
          The input location is missing a required attribute.
static int GEOCODING_E_REVERSE_GEOCODE_NO_ADDRESS_FOUND
          Reverse geocoding cannot find address at the specified location.
static int GEOCODING_E_STREETMAP_NOT_ENABLED
          The StreetMap extension must be enabled for this operation.
static int GEOCODING_E_TABLE_HAS_CORRUPTED_LOCATOR
          The locator attached to this table is corrupted.
static int GEOCODING_E_TABLE_HAS_NO_OID
          The input table does not have a unique, registered OID attribute.
static int GEOCODING_E_TABLE_HAS_TOO_MANY_LOCATORS
          This table has too many attached locators.
static int GEOCODING_E_UICLASS_NOT_SUPPORTED
          The user interface class specified by the locator is not supported.
static int GEOCODING_E_UNSUPPORTED_SSA_DATA
          The LOCSSA shared library is trying to return an unsupported data format.
 

Field Detail

GEOCODING_E_REFDATA_NOT_REGISTERED

static final int GEOCODING_E_REFDATA_NOT_REGISTERED
The reference data is not registered with the geodatabase.

See Also:
Constant Field Values

GEOCODING_E_UICLASS_NOT_SUPPORTED

static final int GEOCODING_E_UICLASS_NOT_SUPPORTED
The user interface class specified by the locator is not supported.

See Also:
Constant Field Values

GEOCODING_E_INTERSECTION_FIELDS_MISSING

static final int GEOCODING_E_INTERSECTION_FIELDS_MISSING
The locator does not specify any intersection fields.

See Also:
Constant Field Values

GEOCODING_E_REQUIRED_LOCATION_FIELD_MISSING

static final int GEOCODING_E_REQUIRED_LOCATION_FIELD_MISSING
The input location is missing a required attribute.

See Also:
Constant Field Values

GEOCODING_E_LOCATOR_CLASS_NOT_SUPPORTED

static final int GEOCODING_E_LOCATOR_CLASS_NOT_SUPPORTED
The locator class does not support this operation.

See Also:
Constant Field Values

GEOCODING_E_TABLE_HAS_NO_OID

static final int GEOCODING_E_TABLE_HAS_NO_OID
The input table does not have a unique, registered OID attribute.

See Also:
Constant Field Values

GEOCODING_E_TABLE_HAS_TOO_MANY_LOCATORS

static final int GEOCODING_E_TABLE_HAS_TOO_MANY_LOCATORS
This table has too many attached locators.

See Also:
Constant Field Values

GEOCODING_E_TABLE_HAS_CORRUPTED_LOCATOR

static final int GEOCODING_E_TABLE_HAS_CORRUPTED_LOCATOR
The locator attached to this table is corrupted.

See Also:
Constant Field Values

GEOCODING_E_INVALID_PROPERTIES

static final int GEOCODING_E_INVALID_PROPERTIES
One or more of the locator's properties is invalid.

See Also:
Constant Field Values

GEOCODING_E_UNSUPPORTED_SSA_DATA

static final int GEOCODING_E_UNSUPPORTED_SSA_DATA
The LOCSSA shared library is trying to return an unsupported data format.

See Also:
Constant Field Values

GEOCODING_E_INVALID_LOCATOR_NAME

static final int GEOCODING_E_INVALID_LOCATOR_NAME
This name is invalid for a locator.

See Also:
Constant Field Values

GEOCODING_E_NOT_LOCATOR_OWNER

static final int GEOCODING_E_NOT_LOCATOR_OWNER
The user does not own the locator.

See Also:
Constant Field Values

GEOCODING_E_LOCATOR_ALREADY_EXISTS

static final int GEOCODING_E_LOCATOR_ALREADY_EXISTS
A locator with that name already exists.

See Also:
Constant Field Values

GEOCODING_E_CANNOT_CREATE_LOC_FILE

static final int GEOCODING_E_CANNOT_CREATE_LOC_FILE
The system cannot create a .loc file with that name.

See Also:
Constant Field Values

GEOCODING_E_NO_LICENSE

static final int GEOCODING_E_NO_LICENSE
This software is not licensed for this operation in SDE.

See Also:
Constant Field Values

GEOCODING_E_STREETMAP_NOT_ENABLED

static final int GEOCODING_E_STREETMAP_NOT_ENABLED
The StreetMap extension must be enabled for this operation.

See Also:
Constant Field Values

GEOCODING_E_OPTIONAL_INTERFACE_NOT_SUPPORTED

static final int GEOCODING_E_OPTIONAL_INTERFACE_NOT_SUPPORTED
Optional interface is not supported by this locator.

See Also:
Constant Field Values

GEOCODING_E_LOCATOR_WKS_CANNOT_CREATE_LOCATOR

static final int GEOCODING_E_LOCATOR_WKS_CANNOT_CREATE_LOCATOR
The system cannot create locator in this workspace.

See Also:
Constant Field Values

GEOCODING_E_REBUILD_NOT_SUPPORTED_FOR_LOCATOR

static final int GEOCODING_E_REBUILD_NOT_SUPPORTED_FOR_LOCATOR
The address locator cannot be rebuilt as it was created using a release of ArcGIS previous to ArcGIS 9.2.

See Also:
Constant Field Values

GEOCODING_E_LOCATOR_DOES_NOT_EXIST

static final int GEOCODING_E_LOCATOR_DOES_NOT_EXIST
A locator with that name does not exist.

See Also:
Constant Field Values

GEOCODING_E_REMOTE_WKS_COPY_NOT_SUPPORTED_FOR_LOCATOR

static final int GEOCODING_E_REMOTE_WKS_COPY_NOT_SUPPORTED_FOR_LOCATOR
The address locator cannot be copied between local and remote workspaces.

See Also:
Constant Field Values

GEOCODING_E_REVERSE_GEOCODE_NO_ADDRESS_FOUND

static final int GEOCODING_E_REVERSE_GEOCODE_NO_ADDRESS_FOUND
Reverse geocoding cannot find address at the specified location.

See Also:
Constant Field Values