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
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 © 2011. All Rights Reserved.