com.vividsolutions.jtsexample.geom
Class ExtendedCoordinate
java.lang.Object
com.vividsolutions.jts.geom.Coordinate
com.vividsolutions.jtsexample.geom.ExtendedCoordinate
- All Implemented Interfaces:
- Serializable, Cloneable, Comparable
public class ExtendedCoordinate
- extends Coordinate
- Version:
- 1.7
- See Also:
- Serialized Form
Methods inherited from class com.vividsolutions.jts.geom.Coordinate |
clone, compareTo, distance, equals, equals2D, equals3D, getOrdinate, hashCode, hashCode, setCoordinate, setOrdinate |
ExtendedCoordinate
public ExtendedCoordinate()
- Default constructor
ExtendedCoordinate
public ExtendedCoordinate(double x,
double y,
double z,
double m)
ExtendedCoordinate
public ExtendedCoordinate(Coordinate coord)
ExtendedCoordinate
public ExtendedCoordinate(ExtendedCoordinate coord)
getM
public double getM()
setM
public void setM(double m)
toString
public String toString()
- Description copied from class:
Coordinate
- Returns a
String
of the form (x,y,z) .
- Overrides:
toString
in class Coordinate
- Returns:
- a
String
of the form (x,y,z)
Copyright © 2012. All Rights Reserved.