public interface PointAccess
| Modifier and Type | Method and Description |
|---|---|
void |
ensureNode(int nodeId)
This method ensures that the node with the specified index exists i.e.
|
int |
getDimension() |
double |
getEle(int nodeId)
Returns the elevation of the specified nodeId.
|
double |
getLat(int nodeId) |
double |
getLon(int nodeId) |
boolean |
is3D() |
default void |
setNode(int nodeId,
double lat,
double lon) |
void |
setNode(int nodeId,
double lat,
double lon,
double ele)
This method ensures that the node with the specified index exists and prepares access to it.
|
boolean is3D()
int getDimension()
void ensureNode(int nodeId)
default void setNode(int nodeId,
double lat,
double lon)
void setNode(int nodeId,
double lat,
double lon,
double ele)
This methods sets the latitude, longitude and elevation to the specified value.
double getLat(int nodeId)
double getLon(int nodeId)
double getEle(int nodeId)
Copyright © 2012–2023. All rights reserved.