public interface esriGeometryHitPartType
extends java.io.Serializable
Description: 'Describes the parts of a geometry that can be located by their proximity to a query point. Specified as a parameter to the HitTest method.' 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 |
esriGeometryPartBoundary
Locates a point anywhere on the boundary of a polygon, or anywhere on a polyline, that is closest to the query point.
|
static int |
esriGeometryPartCentroid
Locates the geometric centroid of a polygon or the center of an envelope closest to the query point.
|
static int |
esriGeometryPartEndpoint
Locates an endpoint of the polyline closest to the query point.
|
static int |
esriGeometryPartMidpoint
Locates a midpoint of a segment belonging to a polygon or polyline that is closest to the query point.
|
static int |
esriGeometryPartNone
Not used.
|
static int |
esriGeometryPartSurface
Locates a point anywhere on the surface of a polygon or multipatch that is closest to the query ray.
|
static int |
esriGeometryPartVertex
Locates a vertex of the geometry closest to the query point.
|
static final int esriGeometryPartNone
static final int esriGeometryPartVertex
static final int esriGeometryPartBoundary
static final int esriGeometryPartMidpoint
static final int esriGeometryPartCentroid
static final int esriGeometryPartEndpoint
static final int esriGeometryPartSurface