Coordinate
only contains ordinate values and accessor methods. Coordinate
s are two-dimensional points, with an additional Z-ordinate. JTS does not support any operations on the Z-ordinate except the basic accessor functions. If an Z-ordinate value is not specified or not defined, constructed coordinates have a Z-ordinate of NaN
(which is also the value of NULL_ORDINATE
). The standard comparison functions ignore the Z-ordinate.
@version 1.7
Point
, which is a subclass of Geometry
. Unlike objects of type Point
(which contain additional information such as an envelope, a precision model, and spatial reference system information), a Coordinate
only contains ordinate values and accessor methods. Coordinate
s are two-dimensional points, with an additional z-ordinate. JTS does not support any operations on the z-ordinate except the basic accessor functions. Constructed coordinates will have a z-ordinate of NaN
. The standard comparison functions will ignore the z-ordinate.
@source $URL$
Coordinate
only contains ordinate values and accessor methods.
@author Hussain Al-Mutawa
@version 1.0
@since Sun Sep 18, 2011
|
|
|
|