public interface esriGeometryError
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static int |
E_GEOMETRY_AMBIGUOUSPARTTYPE
(0x80047F4c) The operation would result in the creation of a new part, but the type of part to be created was ambiguous.
|
static int |
E_GEOMETRY_AUTHORITY_TOO_LONG
(0x80047F6c) The authority parameter is too long.
|
static int |
E_GEOMETRY_BAD_SPLIT_DISTANCE
(0x80047F1c) The specified splitting distance is not included in the curve to be split.
|
static int |
E_GEOMETRY_BADRELATION
(0x80047F32) The Relate operator couldn't evalute the specified relation expression.
|
static int |
E_GEOMETRY_BEZIER_EXTEND_EMBEDDED
(0x80047F43) ExtendEmbedded not implemented for Bezier curves.
|
static int |
E_GEOMETRY_BUFFER_DISTANCE_ZERO
(0x80047F7e) Cannot buffer a geometry with a distance of zero.
|
static int |
E_GEOMETRY_BUFFER_DISTANCES
(0x80047F62) There was a problem obtaining a distance at which to buffer a geometry.
|
static int |
E_GEOMETRY_BUFFER_INVALID_BUFFER_DISTANCE
(0x80047F6b) The buffer distance must be a valid floating point number.
|
static int |
E_GEOMETRY_BUFFER_INVALID_END_OPTION
(0x80047F6a) The end option used by the BufferConstruction service must be one of: esriBufferFlat, esriBufferRound.
|
static int |
E_GEOMETRY_BUFFER_INVALID_SIDE_OPTION
(0x80047F69) The side option used by the BufferConstruction service must be one of: esriBufferLeft, esriBufferRight, esriBufferFull.
|
static int |
E_GEOMETRY_BUFFER_INVOLVES_BOTH_POLES
(0x80047F78) A buffer cannot currently cover both poles.
|
static int |
E_GEOMETRY_BUFFER_NEGATIVE_DISTANCE
(0x80047F7c) Cannot buffer points or polyines by a negative distance.
|
static int |
E_GEOMETRY_BUFFERCONSTRUCTION_INUSE
(0x80047F66) A client has attempted to re-enter a BufferConstruction object while its ConstructBuffers...
|
static int |
E_GEOMETRY_BUFFERFAILURE
(0x80047F67) An error occurred during the buffer operation.
|
static int |
E_GEOMETRY_BUFFEROUTOFBOUNDS
(0x80047F3b) The buffer coordinates are out of bounds.
|
static int |
E_GEOMETRY_CANNOT_DO_3D_OPERATIONS_ON_CURVES
(0x80047F72) Cannot do 3D operations on curve segments.
|
static int |
E_GEOMETRY_CANNOT_EXTRAPOLATE_BY_SEGMENT
(0x80047F5f) No segment available to determine extrapolation ratio.
|
static int |
E_GEOMETRY_CANT_CUT_POLYGON
(0x80047F31) A cut operation could not classify all parts of the polygon as being left or right of the cutting polyline.
|
static int |
E_GEOMETRY_CANT_EVALUATE_RELATION_MATRIX
(0x80047F74) Some combinations of geometries with vertical segments cannot be evaluated with a 9DEM relational expression.
|
static int |
E_GEOMETRY_CANT_QUERY_ON_VERTEX_ATTRIBUTES
(0x80047F25) Not used.
|
static int |
E_GEOMETRY_CANT_RESHAPE
(0x80047F1e) Not used.
|
static int |
E_GEOMETRY_CONSTRUCTPOINTUNION
(0x80047F42) Can't use ConstructUnion on a point.
|
static int |
E_GEOMETRY_DEGENERATEGEOMETRY
(0x80047F53) The operation could not be performed because the geometry is degenerate.
|
static int |
E_GEOMETRY_DUPLICATESEGMENTPOINTER
(0x80047F55) The same segment has been added to the geometry more than once.
|
static int |
E_GEOMETRY_EDITED_REGIONS_OVERLAP
(0x80047F5d) Cannot merge the two geometries.
|
static int |
E_GEOMETRY_EDITS_OVERLAP
(0x80047F60) Cannot merge the two geometries.
|
static int |
E_GEOMETRY_EMPTYGEOMETRY
(0x80047F02) An operation on an empty geometry was attempted - for example, trying to move or rotate one.
|
static int |
E_GEOMETRY_EQUAL_VERTEX_ATTRIBUTES
(0x80047F23) Not used.
|
static int |
E_GEOMETRY_EXTERIORPART
(0x80047F4f) An interior part must be specified.
|
static int |
E_GEOMETRY_FILLET_FAILED
(0x80047F2f) The fillet could not be constructed according to specs.
|
static int |
E_GEOMETRY_GEODESIC_BUFFER_COORD_OUT_OF_RANGE
(0x80047F79) The input was outside a +-360 longitude range or outside +-90 latitude.
|
static int |
E_GEOMETRY_HAS_NL_SEGMENTS
(0x80047F33) A geometry being exported to an Esri shapefile buffer contains non-linear segments.
|
static int |
E_GEOMETRY_ILLEGALWIN32EXPORT
(0x80047F41) Not used.
|
static int |
E_GEOMETRY_INCONSISTANT_DIMENSIONS
(0x80047F29) Input geometries do not have same dimensions.
|
static int |
E_GEOMETRY_INCONSISTANT_PARAMS
(0x80047F03) The input parameters could not be reasonably interpreted - for example, asking for the 2d result of a polyline/polygon intersection.
|
static int |
E_GEOMETRY_INCONSISTANT_SPATIAL_REFERENCE
(0x80047F15) Input geometries do not have same spatial reference.
|
static int |
E_GEOMETRY_INPUT_TYPE_INCORRECT
(0x80047F5c) The geometries must be polylines or polygons.
|
static int |
E_GEOMETRY_INPUT_TYPE_MISMATCH
(0x80047F5b) The geometries are not all of the same type.
|
static int |
E_GEOMETRY_INSUFFICIENT_CONTROLPOINTS
(0x80047F56) The number of control points is insufficient.
|
static int |
E_GEOMETRY_INTERIORPART
(0x80047F19) Not used.
|
static int |
E_GEOMETRY_INTERNALERROR
(0x80047F39) An internal error has occurred in the geometry system.
|
static int |
E_GEOMETRY_INVALID_ANGLE
(0x80047F0d) An arc construction operation was given an invalid angle.
|
static int |
E_GEOMETRY_INVALID_AXES
(0x80047F30) An elliptic arc construction operation was given invalid axes.
|
static int |
E_GEOMETRY_INVALID_CHORD
(0x80047F05) An arc construction operation was given an invalid chord distance.
|
static int |
E_GEOMETRY_INVALID_RADIUS
(0x80047F04) An arc construction operation was given an invalid radius.
|
static int |
E_GEOMETRY_INVALIDCONSTRUCTION
(0x80047F46) Not used.
|
static int |
E_GEOMETRY_INVALIDCOUNT
(0x80047F4e) The number of items specified is too high or too low in the given context.
|
static int |
E_GEOMETRY_INVALIDRINGORDER
(0x80047F4d) The ordering of rings and types is invalid.
|
static int |
E_GEOMETRY_INVALIDRINGTYPE
(0x80047F4b) The given ring is not of the required type within the multipatch.
|
static int |
E_GEOMETRY_INVALIDTRIANGLESTYPE
(0x80047F7f) Triangles part of a multipatch is invalid (For example triangles part must have number of vertices divisible by 3).
|
static int |
E_GEOMETRY_JSON_BAD_SHORTFORM_POINTS
(0x80047F7d) Cannot create points from short-form point array.
|
static int |
E_GEOMETRY_JSON_SYNTAX
(0x80047F7b) Syntax error in JSON geometry representation.
|
static int |
E_GEOMETRY_M_OUT_OF_BOUNDS
(0x80047F71) The m coordinates of this geometry are out of bounds.
|
static int |
E_GEOMETRY_NO_CURVES_IN_JSON
(0x80047F7a) Cannot convert polylines or polygons with curves to JSON format.
|
static int |
E_GEOMETRY_NO_VALID_VERTEX_ATTRIBUTES
(0x80047F26) Not used.
|
static int |
E_GEOMETRY_NONENVELOPE
(0x80047F06) Not used.
|
static int |
E_GEOMETRY_NONGEOMETRY
(0x80047F21) Something other than a geometry was encountered.
|
static int |
E_GEOMETRY_NONMULTIPATCH
(0x80047F49) Something other than a multipatch was encountered.
|
static int |
E_GEOMETRY_NONPART
(0x80047F07) Not used.
|
static int |
E_GEOMETRY_NONPATH
(0x80047F0e) Not used.
|
static int |
E_GEOMETRY_NONPOINT
(0x80047F10) Something other than a point was added to a multipoint.
|
static int |
E_GEOMETRY_NONPOLYGON
(0x80047F1f) Something other than a polygon was encountered.
|
static int |
E_GEOMETRY_NONPOLYLINE
(0x80047F20) Something other than a polyline was encountered.
|
static int |
E_GEOMETRY_NONSEGMENT
(0x80047F0f) Not used.
|
static int |
E_GEOMETRY_NONTRIANGLEFAN
(0x80047F51) The input interface does not belong to a triangle fan object.
|
static int |
E_GEOMETRY_NONTRIANGLESTRIP
(0x80047F50) The input interface does not belong to a triangle strip object.
|
static int |
E_GEOMETRY_NONVECTOR3D
(0x80047F52) The input interface does not belong to a 3-dimensional vector.
|
static int |
E_GEOMETRY_NOPENDINGMOVETO
(0x80047F3f) The SegmentGraphCursor has no unfinished MoveTo operation.
|
static int |
E_GEOMETRY_NOT_BEZIERCURVES
(0x80047F57) The participating segments must be Bezier curves.
|
static int |
E_GEOMETRY_NOT_ID_AWARE
(0x80047F40) The geometry is not ID-aware.
|
static int |
E_GEOMETRY_NOT_M_AWARE
(0x80047F35) The geometry is not M-aware.
|
static int |
E_GEOMETRY_NOT_M_SIMPLE
(0x80047F45) The geometry has undefined M values for some of its vertices.
|
static int |
E_GEOMETRY_NOT_SINGLEPART
(0x80047F73) The reshaping polyline must have one part.
|
static int |
E_GEOMETRY_NOT_Z_AWARE
(0x80047F34) The geometry is not Z-aware.
|
static int |
E_GEOMETRY_NOT_Z_SIMPLE
(0x80047F44) The geometry has undefined Z values for some of its vertices.
|
static int |
E_GEOMETRY_NOTSIMPLE
(0x80047F18) The operation cannot be performed on a non-simple geometry.
|
static int |
E_GEOMETRY_NULL
(0x80047F1d) A null geometry does not correspond to any Esri geometry type.
|
static int |
E_GEOMETRY_OPERATION_CANCELLED
(0x80047F63) The geometry operation was cancelled.
|
static int |
E_GEOMETRY_OUT_OF_BOUNDS
(0x80047F38) The coordinates of this geometry are out of bounds.
|
static int |
E_GEOMETRY_OUTOFMEMORY
(0x80047F3c) There is not enough memory.
|
static int |
E_GEOMETRY_PARAMETER_TOO_SMALL
(0x80047F6e) An input parameter is too small.
|
static int |
E_GEOMETRY_PART_ZS_ARE_NAN
(0x80047F5e) A polygon part has no defined zs.
|
static int |
E_GEOMETRY_PARTNOTFOUND
(0x80047F17) The part could not be found in the geometry.
|
static int |
E_GEOMETRY_PROJECTDATUM
(0x80047F2e) The project method cannot do a datum transformation directly on segments.
|
static int |
E_GEOMETRY_RELATIONSYNTAXERROR
(0x80047F3d) The relation expression string has a syntax error.
|
static int |
E_GEOMETRY_ROTATEENVELOPE
(0x80047F08) Envelopes cannot be rotated.
|
static int |
E_GEOMETRY_SEGMENTGRAPH_CANTLOAD
(0x80047F36) A SegmentGraph can only organize polyline and polygon objects.
|
static int |
E_GEOMETRY_SEGMENTGRAPH_CONSTRUCTERROR
(0x80047F37) The geometries could not be topologically structured.
|
static int |
E_GEOMETRY_SIMPLIFYFAILED
(0x80047F2c) Something went wrong in Polygon/Polyline simplification.
|
static int |
E_GEOMETRY_SR_M_MISMATCH
(0x80047F5a) The geometry is m-aware, but its spatial reference has no m domain or resolution defined.
|
static int |
E_GEOMETRY_SR_Z_MISMATCH
(0x80047F59) The geometry is z-aware, but its spatial reference has no z domain or resolution defined.
|
static int |
E_GEOMETRY_TOLERANCE_TOO_LARGE_FOR_EXTENT
(0x80047F68) The xy cluster tolerance was too large for the extent of the data.
|
static int |
E_GEOMETRY_TOOMANYPOINTS
(0x80047F3a) This operation produced too many points.
|
static int |
E_GEOMETRY_TRANSFORMATION_UNDEFINED
(0x80047F58) The transformation is undefined.
|
static int |
E_GEOMETRY_TRANSFORMENVELOPE
(0x80047F09) Envelopes cannot have arbitrary transformations applied to them.
|
static int |
E_GEOMETRY_UNDEFINED_SPATIAL_REFERENCE
(0x80047F27) The operation requires the presence of a spatial reference.
|
static int |
E_GEOMETRY_UNDEFINEDRING
(0x80047F4a) The multipatch contains a ring that is invalid or has an undefined type.
|
static int |
E_GEOMETRY_UNDERCONSTRAINED
(0x80047F0c) The parameters to a geometric construction did not provide enough information to complete the construction.
|
static int |
E_GEOMETRY_UNIT_CONVERSION
(0x80047F61) Cannot convert between linear and angular units.
|
static int |
E_GEOMETRY_UNKNOWNERROR
(0x80047F3e) An unknown error has occurred in the geometry system.
|
static int |
E_GEOMETRY_UNKNOWNTYPE
(0x80047F0b) The GeometryEnvironment did not know how to create a geometry of the specified type.
|
static int |
E_GEOMETRY_WKT_TOO_LONG
(0x80047F6d) The WKT(Z) parameter is too long.
|
static int |
E_GEOMETRY_WRONG_RELATION_AND_TYPE
(0x80047F65) The specified combination of relation and geometry types is not valid.
|
static int |
E_GEOMETRY_WRONGTYPE
(0x80047F0a) The geometry parameter was of the wrong type for the method.
|
static int |
E_GEOMETRY_Z_OUT_OF_BOUNDS
(0x80047F70) The z coordinates of this geometry are out of bounds.
|
static int |
E_GEOMETRY_ZM_OUT_OF_BOUNDS
(0x80047F6f) The z or m coordinates of this geometry are out of bounds.
|
static final int E_GEOMETRY_EMPTYGEOMETRY
static final int E_GEOMETRY_INCONSISTANT_PARAMS
static final int E_GEOMETRY_INVALID_RADIUS
static final int E_GEOMETRY_INVALID_CHORD
static final int E_GEOMETRY_NONENVELOPE
static final int E_GEOMETRY_NONPART
static final int E_GEOMETRY_ROTATEENVELOPE
static final int E_GEOMETRY_TRANSFORMENVELOPE
static final int E_GEOMETRY_WRONGTYPE
static final int E_GEOMETRY_UNKNOWNTYPE
static final int E_GEOMETRY_UNDERCONSTRAINED
static final int E_GEOMETRY_INVALID_ANGLE
static final int E_GEOMETRY_NONPATH
static final int E_GEOMETRY_NONSEGMENT
static final int E_GEOMETRY_NONPOINT
static final int E_GEOMETRY_INCONSISTANT_SPATIAL_REFERENCE
static final int E_GEOMETRY_PARTNOTFOUND
static final int E_GEOMETRY_NOTSIMPLE
static final int E_GEOMETRY_INTERIORPART
static final int E_GEOMETRY_BAD_SPLIT_DISTANCE
static final int E_GEOMETRY_NULL
static final int E_GEOMETRY_CANT_RESHAPE
static final int E_GEOMETRY_NONPOLYGON
static final int E_GEOMETRY_NONPOLYLINE
static final int E_GEOMETRY_NONGEOMETRY
static final int E_GEOMETRY_EQUAL_VERTEX_ATTRIBUTES
static final int E_GEOMETRY_CANT_QUERY_ON_VERTEX_ATTRIBUTES
static final int E_GEOMETRY_NO_VALID_VERTEX_ATTRIBUTES
static final int E_GEOMETRY_UNDEFINED_SPATIAL_REFERENCE
static final int E_GEOMETRY_INCONSISTANT_DIMENSIONS
static final int E_GEOMETRY_SIMPLIFYFAILED
static final int E_GEOMETRY_PROJECTDATUM
static final int E_GEOMETRY_FILLET_FAILED
static final int E_GEOMETRY_INVALID_AXES
static final int E_GEOMETRY_CANT_CUT_POLYGON
static final int E_GEOMETRY_BADRELATION
static final int E_GEOMETRY_HAS_NL_SEGMENTS
static final int E_GEOMETRY_NOT_Z_AWARE
static final int E_GEOMETRY_NOT_M_AWARE
static final int E_GEOMETRY_SEGMENTGRAPH_CANTLOAD
static final int E_GEOMETRY_SEGMENTGRAPH_CONSTRUCTERROR
static final int E_GEOMETRY_OUT_OF_BOUNDS
static final int E_GEOMETRY_INTERNALERROR
static final int E_GEOMETRY_TOOMANYPOINTS
static final int E_GEOMETRY_BUFFEROUTOFBOUNDS
static final int E_GEOMETRY_OUTOFMEMORY
static final int E_GEOMETRY_RELATIONSYNTAXERROR
static final int E_GEOMETRY_UNKNOWNERROR
static final int E_GEOMETRY_NOPENDINGMOVETO
static final int E_GEOMETRY_NOT_ID_AWARE
static final int E_GEOMETRY_ILLEGALWIN32EXPORT
static final int E_GEOMETRY_CONSTRUCTPOINTUNION
static final int E_GEOMETRY_BEZIER_EXTEND_EMBEDDED
static final int E_GEOMETRY_NOT_Z_SIMPLE
static final int E_GEOMETRY_NOT_M_SIMPLE
static final int E_GEOMETRY_INVALIDCONSTRUCTION
static final int E_GEOMETRY_NONMULTIPATCH
static final int E_GEOMETRY_UNDEFINEDRING
static final int E_GEOMETRY_INVALIDRINGTYPE
static final int E_GEOMETRY_AMBIGUOUSPARTTYPE
static final int E_GEOMETRY_INVALIDRINGORDER
static final int E_GEOMETRY_INVALIDCOUNT
static final int E_GEOMETRY_EXTERIORPART
static final int E_GEOMETRY_NONTRIANGLESTRIP
static final int E_GEOMETRY_NONTRIANGLEFAN
static final int E_GEOMETRY_NONVECTOR3D
static final int E_GEOMETRY_DEGENERATEGEOMETRY
static final int E_GEOMETRY_DUPLICATESEGMENTPOINTER
static final int E_GEOMETRY_INSUFFICIENT_CONTROLPOINTS
static final int E_GEOMETRY_NOT_BEZIERCURVES
static final int E_GEOMETRY_TRANSFORMATION_UNDEFINED
static final int E_GEOMETRY_SR_Z_MISMATCH
static final int E_GEOMETRY_SR_M_MISMATCH
static final int E_GEOMETRY_INPUT_TYPE_MISMATCH
static final int E_GEOMETRY_INPUT_TYPE_INCORRECT
static final int E_GEOMETRY_EDITED_REGIONS_OVERLAP
static final int E_GEOMETRY_PART_ZS_ARE_NAN
static final int E_GEOMETRY_CANNOT_EXTRAPOLATE_BY_SEGMENT
static final int E_GEOMETRY_EDITS_OVERLAP
static final int E_GEOMETRY_UNIT_CONVERSION
static final int E_GEOMETRY_BUFFER_DISTANCES
static final int E_GEOMETRY_OPERATION_CANCELLED
static final int E_GEOMETRY_WRONG_RELATION_AND_TYPE
static final int E_GEOMETRY_BUFFERCONSTRUCTION_INUSE
static final int E_GEOMETRY_BUFFERFAILURE
static final int E_GEOMETRY_TOLERANCE_TOO_LARGE_FOR_EXTENT
static final int E_GEOMETRY_BUFFER_INVALID_SIDE_OPTION
static final int E_GEOMETRY_BUFFER_INVALID_END_OPTION
static final int E_GEOMETRY_BUFFER_INVALID_BUFFER_DISTANCE
static final int E_GEOMETRY_AUTHORITY_TOO_LONG
static final int E_GEOMETRY_WKT_TOO_LONG
static final int E_GEOMETRY_PARAMETER_TOO_SMALL
static final int E_GEOMETRY_ZM_OUT_OF_BOUNDS
static final int E_GEOMETRY_Z_OUT_OF_BOUNDS
static final int E_GEOMETRY_M_OUT_OF_BOUNDS
static final int E_GEOMETRY_CANNOT_DO_3D_OPERATIONS_ON_CURVES
static final int E_GEOMETRY_NOT_SINGLEPART
static final int E_GEOMETRY_CANT_EVALUATE_RELATION_MATRIX
static final int E_GEOMETRY_BUFFER_INVOLVES_BOTH_POLES
static final int E_GEOMETRY_GEODESIC_BUFFER_COORD_OUT_OF_RANGE
static final int E_GEOMETRY_NO_CURVES_IN_JSON
static final int E_GEOMETRY_JSON_SYNTAX
static final int E_GEOMETRY_BUFFER_NEGATIVE_DISTANCE
static final int E_GEOMETRY_JSON_BAD_SHORTFORM_POINTS
static final int E_GEOMETRY_BUFFER_DISTANCE_ZERO
static final int E_GEOMETRY_INVALIDTRIANGLESTYPE