Uses of Class
com.esri.core.geometry.Proximity2DResult
Packages that use Proximity2DResult
-
Uses of Proximity2DResult in com.esri.core.geometry
Classes in com.esri.core.geometry that implement interfaces with type arguments of type Proximity2DResultMethods in com.esri.core.geometry that return Proximity2DResultModifier and TypeMethodDescriptionstatic Proximity2DResultGeometryEngine.getNearestCoordinate(Geometry geometry, Point inputPoint, boolean bTestPolygonInterior) Finds the coordinate of the geometry which is closest to the specified point.abstract Proximity2DResultOperatorProximity2D.getNearestCoordinate(Geometry geom, Point inputPoint, boolean bTestPolygonInterior) Returns the nearest coordinate on the Geometry to the given input point.abstract Proximity2DResultOperatorProximity2D.getNearestCoordinate(Geometry geom, Point inputPoint, boolean bTestPolygonInterior, boolean bCalculateLeftRightSide) Returns the nearest coordinate on the Geometry to the given input point.OperatorProximity2DLocal.getNearestCoordinate(Geometry geom, Point inputPoint, boolean bTestPolygonInterior) OperatorProximity2DLocal.getNearestCoordinate(Geometry geom, Point inputPoint, boolean bTestPolygonInterior, boolean bCalculateLeftRightSide) static Proximity2DResultGeometryEngine.getNearestVertex(Geometry geometry, Point inputPoint) Finds nearest vertex on the geometry which is closed to the specified point.abstract Proximity2DResultOperatorProximity2D.getNearestVertex(Geometry geom, Point inputPoint) Returns the nearest vertex of the Geometry to the given input point.OperatorProximity2DLocal.getNearestVertex(Geometry geom, Point inputPoint) 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.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.OperatorProximity2DLocal.getNearestVertices(Geometry geom, Point inputPoint, double searchRadius, int maxVertexCountToReturn) (package private) Proximity2DResultOperatorProximity2DLocal.multiPathGetNearestCoordinate(MultiPath geom, Point2D inputPoint, boolean bTestPolygonInterior, boolean bCalculateLeftRightSide) (package private) Proximity2DResultOperatorProximity2DLocal.multiVertexGetNearestVertex(MultiVertexGeometry geom, Point2D inputPoint) (package private) Proximity2DResult[]OperatorProximity2DLocal.multiVertexGetNearestVertices(MultiVertexGeometry geom, Point2D inputPoint, double searchRadius, int maxVertexCountToReturn) (package private) Proximity2DResultOperatorProximity2DLocal.pointGetNearestVertex(Point geom, Point2D input_point) (package private) Proximity2DResult[]OperatorProximity2DLocal.pointGetNearestVertices(Point geom, Point2D inputPoint, double searchRadius, int maxVertexCountToReturn) Methods in com.esri.core.geometry with parameters of type Proximity2DResultModifier and TypeMethodDescriptionintProximity2DResultComparator.compare(Proximity2DResult v1, Proximity2DResult v2)