Uses of Class
com.esri.core.geometry.Proximity2DResult

Packages that use Proximity2DResult
com.esri.core.geometry Provides classes for different types of geometries, e.g. 
 

Uses of Proximity2DResult in com.esri.core.geometry
 

Methods in com.esri.core.geometry that return Proximity2DResult
static Proximity2DResult GeometryEngine.getNearestCoordinate(Geometry geometry, Point inputPoint, boolean bTestPolygonInterior)
          Finds the coordinate of the geometry which is closest to the specified point.
static Proximity2DResult GeometryEngine.getNearestVertex(Geometry geometry, Point inputPoint)
          Finds nearest vertex on the geometry which is closed to the specified point.
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 © 2012. All Rights Reserved.