2.1.3 Point
A Point is a 0-dimensional geometry and represents a single location in coordinate space. A Point has a xcoordinate value and a y-coordinate value.
The boundary of a Point is the empty set.
2.1.3.1 Methods
X( ):Double —The x-coordinate value for this Point.
Y( ):Double —The y-coordinate value for this Point.