com.esri.sde.sdk.geom
Interface Point

All Superinterfaces:
Geometry
All Known Implementing Classes:
SePoint

public interface Point
extends Geometry

The Point interface defines the methods for a class whose instances create a zero-dimensional geometric object which represents a single location in coordinate space.


Method Summary
 double X()
          Returns the x-coordinate value.
 double Y()
          Returns the y-coordinate value.
 
Methods inherited from interface com.esri.sde.sdk.geom.Geometry
asBinary, asText, boundary, buffer, contains, convexhull, crosses, difference, dimension, disjoint, distance, envelope, envelopesIntersect, equal, exterior, geometryType, interior, intersect, intersection, is3D, isEmpty, isMeasured, isSimple, isValid, locateAlong, locateBetween, numPoints, overlap, srid, symmetricDiff, touch, union, within
 

Method Detail

X

double X()
Returns the x-coordinate value.


Y

double Y()
Returns the y-coordinate value.