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