com.esri.arcgis.geometry
Interface esriSpatialReferenceError

All Superinterfaces:
java.io.Serializable

public interface esriSpatialReferenceError
extends java.io.Serializable

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

Description: 'Describes why a parameter to a method is incorrect, or why a method could not be completed.' 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_SPATIALREFERENCE_BADVCSID
          The specified WKID for a vertical coordinate system is not valid.
static int E_SPATIALREFERENCE_CANTDEFINEAUTH
          Can't assign authority metadata to this spatial reference object because it is empty.
static int E_SPATIALREFERENCE_CANTDEFINESR
          Not enough information has been supplied to construct this spatial reference.
static int E_SPATIALREFERENCE_CANTLOADXFORMFILE
          The data file for this datum transformation cannot be loaded.
static int E_SPATIALREFERENCE_EMPTYUNIT
          A WKID or a WKT must be specified for a Unit.
static int E_SPATIALREFERENCE_INSUFFICIENTPRECISION
          A low precision spatial reference cannot cover the specified extent at the input precision (ConstructLowPrecisionSpatialreference)).
static int E_SPATIALREFERENCE_INVALID_JSON_SR
          Invalid JSON SR
static int E_SPATIALREFERENCE_INVALID_PARAMETER
          This parameter is not appropriate for this projection.
static int E_SPATIALREFERENCE_NOMPRECISION
          The m precision information for this spatial reference system has not been defined.
static int E_SPATIALREFERENCE_NOPRECISION
          The xy precision information for this spatial reference system has not been defined.
static int E_SPATIALREFERENCE_NOTAGCS
          The specified WKID (factory code) or WKT (definition string) is not a Geographic Coordinate System.
static int E_SPATIALREFERENCE_NOTAPCS
          The specified WKID (factory code) or WKT (definition string) is not a Projected Coordinate System.
static int E_SPATIALREFERENCE_NOTAPRJFILE
          The input to CreateESRISpatialReference(Info)FromPRJ(File) is not a workstation PRJ file.
static int E_SPATIALREFERENCE_NOTAUNIT
          The specified WKID (factory code) or WKT (definition string) is not a linear or angular unit.
static int E_SPATIALREFERENCE_NOZPRECISION
          The z precision information for this spatial reference system has not been defined.
static int E_SPATIALREFERENCE_PRECISIONTOOHIGH
          The domain extent with the specified precision doesn't contain the domain extent of the source spatial reference (ConstructHighPrecisionSpatialReference).
static int E_SPATIALREFERENCE_WRONG_UNIT_TYPE
          Wrong unit type (expected linear unit, got angular unit, or vice versa)
static int S_SPATIALREFERENCE_OK
          The spatial reference was created successfully.
 

Field Detail

S_SPATIALREFERENCE_OK

static final int S_SPATIALREFERENCE_OK
The spatial reference was created successfully.

See Also:
Constant Field Values

E_SPATIALREFERENCE_NOPRECISION

static final int E_SPATIALREFERENCE_NOPRECISION
The xy precision information for this spatial reference system has not been defined.

See Also:
Constant Field Values

E_SPATIALREFERENCE_INVALID_PARAMETER

static final int E_SPATIALREFERENCE_INVALID_PARAMETER
This parameter is not appropriate for this projection.

See Also:
Constant Field Values

E_SPATIALREFERENCE_CANTDEFINESR

static final int E_SPATIALREFERENCE_CANTDEFINESR
Not enough information has been supplied to construct this spatial reference.

See Also:
Constant Field Values

E_SPATIALREFERENCE_PRECISIONTOOHIGH

static final int E_SPATIALREFERENCE_PRECISIONTOOHIGH
The domain extent with the specified precision doesn't contain the domain extent of the source spatial reference (ConstructHighPrecisionSpatialReference).

See Also:
Constant Field Values

E_SPATIALREFERENCE_INSUFFICIENTPRECISION

static final int E_SPATIALREFERENCE_INSUFFICIENTPRECISION
A low precision spatial reference cannot cover the specified extent at the input precision (ConstructLowPrecisionSpatialreference)).

See Also:
Constant Field Values

E_SPATIALREFERENCE_NOTAPRJFILE

static final int E_SPATIALREFERENCE_NOTAPRJFILE
The input to CreateESRISpatialReference(Info)FromPRJ(File) is not a workstation PRJ file.

See Also:
Constant Field Values

E_SPATIALREFERENCE_NOTAGCS

static final int E_SPATIALREFERENCE_NOTAGCS
The specified WKID (factory code) or WKT (definition string) is not a Geographic Coordinate System.

See Also:
Constant Field Values

E_SPATIALREFERENCE_NOTAPCS

static final int E_SPATIALREFERENCE_NOTAPCS
The specified WKID (factory code) or WKT (definition string) is not a Projected Coordinate System.

See Also:
Constant Field Values

E_SPATIALREFERENCE_NOTAUNIT

static final int E_SPATIALREFERENCE_NOTAUNIT
The specified WKID (factory code) or WKT (definition string) is not a linear or angular unit.

See Also:
Constant Field Values

E_SPATIALREFERENCE_EMPTYUNIT

static final int E_SPATIALREFERENCE_EMPTYUNIT
A WKID or a WKT must be specified for a Unit.

See Also:
Constant Field Values

E_SPATIALREFERENCE_CANTDEFINEAUTH

static final int E_SPATIALREFERENCE_CANTDEFINEAUTH
Can't assign authority metadata to this spatial reference object because it is empty.

See Also:
Constant Field Values

E_SPATIALREFERENCE_BADVCSID

static final int E_SPATIALREFERENCE_BADVCSID
The specified WKID for a vertical coordinate system is not valid.

See Also:
Constant Field Values

E_SPATIALREFERENCE_NOMPRECISION

static final int E_SPATIALREFERENCE_NOMPRECISION
The m precision information for this spatial reference system has not been defined.

See Also:
Constant Field Values

E_SPATIALREFERENCE_NOZPRECISION

static final int E_SPATIALREFERENCE_NOZPRECISION
The z precision information for this spatial reference system has not been defined.

See Also:
Constant Field Values

E_SPATIALREFERENCE_CANTLOADXFORMFILE

static final int E_SPATIALREFERENCE_CANTLOADXFORMFILE
The data file for this datum transformation cannot be loaded.

See Also:
Constant Field Values

E_SPATIALREFERENCE_INVALID_JSON_SR

static final int E_SPATIALREFERENCE_INVALID_JSON_SR
Invalid JSON SR

See Also:
Constant Field Values

E_SPATIALREFERENCE_WRONG_UNIT_TYPE

static final int E_SPATIALREFERENCE_WRONG_UNIT_TYPE
Wrong unit type (expected linear unit, got angular unit, or vice versa)

See Also:
Constant Field Values