|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface esriSpatialReferenceError
Describes why a parameter to a method is incorrect, or why a method could not be completed.
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_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 |
S_SPATIALREFERENCE_OK
The spatial reference was created successfully. |
Field Detail |
---|
static final int S_SPATIALREFERENCE_OK
static final int E_SPATIALREFERENCE_NOPRECISION
static final int E_SPATIALREFERENCE_INVALID_PARAMETER
static final int E_SPATIALREFERENCE_CANTDEFINESR
static final int E_SPATIALREFERENCE_PRECISIONTOOHIGH
static final int E_SPATIALREFERENCE_INSUFFICIENTPRECISION
static final int E_SPATIALREFERENCE_NOTAPRJFILE
static final int E_SPATIALREFERENCE_NOTAGCS
static final int E_SPATIALREFERENCE_NOTAPCS
static final int E_SPATIALREFERENCE_NOTAUNIT
static final int E_SPATIALREFERENCE_EMPTYUNIT
static final int E_SPATIALREFERENCE_CANTDEFINEAUTH
static final int E_SPATIALREFERENCE_BADVCSID
static final int E_SPATIALREFERENCE_NOMPRECISION
static final int E_SPATIALREFERENCE_NOZPRECISION
static final int E_SPATIALREFERENCE_CANTLOADXFORMFILE
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |