Uses of Class
org.geotools.geometry.iso.io.wkt.Coordinate

Packages that use Coordinate
org.geotools.geometry.iso.io.wkt An implementation of GeoAPI Geometry interfaces from ISO 19107. 
 

Uses of Coordinate in org.geotools.geometry.iso.io.wkt
 

Methods in org.geotools.geometry.iso.io.wkt with parameters of type Coordinate
 double Coordinate.distance(Coordinate p)
           
 boolean Coordinate.equals2D(Coordinate other)
          Returns whether the planar projections of the two Coordinates are equal.
 boolean Coordinate.equals3D(Coordinate other)
          Returns true if other has the same values for x, y and z.
 void Coordinate.setCoordinate(Coordinate other)
          Sets this Coordinates (x,y,z) values to that of other .
 

Constructors in org.geotools.geometry.iso.io.wkt with parameters of type Coordinate
Coordinate(Coordinate c)
          Constructs a Coordinate having the same (x,y,z) values as other.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.