public class M extends Position
| Modifier | Constructor and Description |
|---|---|
|
M()
Constructs an empty instance
|
protected |
M(double... coords)
Constructs an instance from the specified coordinates.
|
|
M(double value)
Constructs an instance with the specified longitude and latitude
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCoordinateDimension() |
double |
getValue() |
equals, getCoordinate, getCoordinate, getCoordinate, hashCode, isEmpty, toArray, toStringpublic M()
public M(double value)
value - the vertical valueprotected M(double... coords)
coords - public double getValue()
public int getCoordinateDimension()
getCoordinateDimension in class PositionCopyright © 2021 geolatte.org. All rights reserved.