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