Package | Description |
---|---|
com.esri.core.geometry |
Modifier and Type | Method and Description |
---|---|
abstract Proximity2DResult |
OperatorProximity2D.getNearestCoordinate(Geometry geom,
Point inputPoint,
boolean bTestPolygonInterior)
Returns the nearest coordinate on the Geometry to the given input point.
|
static Proximity2DResult |
GeometryEngine.getNearestCoordinate(Geometry geometry,
Point inputPoint,
boolean bTestPolygonInterior)
Finds the coordinate of the geometry which is closest to the specified
point.
|
abstract Proximity2DResult |
OperatorProximity2D.getNearestCoordinate(Geometry geom,
Point inputPoint,
boolean bTestPolygonInterior,
boolean bCalculateLeftRightSide)
Returns the nearest coordinate on the Geometry to the given input point.
|
abstract Proximity2DResult |
OperatorProximity2D.getNearestVertex(Geometry geom,
Point inputPoint)
Returns the nearest vertex of the Geometry to the given input point.
|
static Proximity2DResult |
GeometryEngine.getNearestVertex(Geometry geometry,
Point inputPoint)
Finds nearest vertex on the geometry which is closed to the specified
point.
|
abstract Proximity2DResult[] |
OperatorProximity2D.getNearestVertices(Geometry geom,
Point inputPoint,
double searchRadius,
int maxVertexCountToReturn)
Returns vertices of the Geometry that are closer to the given point than
the given radius.
|
static Proximity2DResult[] |
GeometryEngine.getNearestVertices(Geometry geometry,
Point inputPoint,
double searchRadius,
int maxVertexCountToReturn)
Finds all vertices in the given distance from the specified point, sorted
from the closest to the furthest.
|
Copyright © 2018. All rights reserved.