|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 Coordinate s
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 Coordinate s (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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |