| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.core.geometry.Proximity2DResult
public class Proximity2DResult

Proximity operators are used to find the distance between two geometries or the distance from a given point to the nearest point on another geometry.
| Method Summary | |
|---|---|
 Point | 
getCoordinate()
Returns the closest coordinate for OperatorProximity2D.getNearestCoordinate or the vertex coordinates for the OperatorProximity2D.getNearestVertex and OperatorProximity2D.getNearestVertices.  | 
 double | 
getDistance()
Returns the distance to the closest vertex or coordinate.  | 
 int | 
getVertexIndex()
Returns the vertex index.  | 
 boolean | 
isEmpty()
Returns TRUE if the Proximity2DResult is empty.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public boolean isEmpty()
public Point getCoordinate()
public int getVertexIndex()
public double getDistance()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||