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, hashCode, isEmpty, toArray, toString
public M()
public M(double value)
value
- the vertical valueprotected M(double... coords)
coords
- public double getValue()
public int getCoordinateDimension()
getCoordinateDimension
in class Position
Copyright © 2018 geolatte.org. All rights reserved.