public interface esriGeometrySuccess
extends java.io.Serializable
Description: 'Success codes returned by some methods.' 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 |
S_GEOMETRY_DEGENERATE
A geometric construction or geometric property query succeeded but the resulting geometry is degenerate in some way.
|
static int |
S_GEOMETRY_EMPTY_GEOMETRY
A (successful) operation on an empty geometry was performed.
|
static int |
S_GEOMETRY_GEOMETRY_NOT_PROJECTED
The geometry could not be projected and has been set empty.
|
static int |
S_GEOMETRY_PROJECTION_HINT_CLIP_GCS_ONLY
Projections have to consider clipping with the GCS horizon only.
|
static int |
S_GEOMETRY_PROJECTION_HINT_CLIP_PCS_AND_GCS
Projections have to consider clipping with the PCS and GCS horizon.
|
static int |
S_GEOMETRY_PROJECTION_HINT_CLIP_PCS_ONLY
Projections have to consider clipping with the PCS horizon only.
|
static final int S_GEOMETRY_DEGENERATE
static final int S_GEOMETRY_EMPTY_GEOMETRY
static final int S_GEOMETRY_GEOMETRY_NOT_PROJECTED
static final int S_GEOMETRY_PROJECTION_HINT_CLIP_PCS_ONLY
static final int S_GEOMETRY_PROJECTION_HINT_CLIP_GCS_ONLY
static final int S_GEOMETRY_PROJECTION_HINT_CLIP_PCS_AND_GCS