public class ExtendedCoordinate extends Coordinate
Coordinate.DimensionalComparatorNULL_ORDINATE, x, X, y, Y, z, Z| Constructor and Description |
|---|
ExtendedCoordinate()
Default constructor
|
ExtendedCoordinate(Coordinate coord) |
ExtendedCoordinate(double x,
double y,
double z,
double m) |
ExtendedCoordinate(ExtendedCoordinate coord) |
| Modifier and Type | Method and Description |
|---|---|
double |
getM() |
void |
setM(double m) |
String |
toString()
Returns a
String of the form (x,y,z) . |
clone, compareTo, distance, equals, equals2D, equals3D, getOrdinate, hashCode, hashCode, setCoordinate, setOrdinatepublic ExtendedCoordinate()
public ExtendedCoordinate(double x,
double y,
double z,
double m)
public ExtendedCoordinate(Coordinate coord)
public ExtendedCoordinate(ExtendedCoordinate coord)
public double getM()
public void setM(double m)
public String toString()
CoordinateString of the form (x,y,z) .toString in class CoordinateString of the form (x,y,z)Copyright © 2015. All rights reserved.