public interface NodeAccess extends PointAccess
Modifier and Type | Method and Description |
---|---|
int |
getAdditionalNodeField(int nodeId) |
void |
setAdditionalNodeField(int nodeId,
int additionalValue)
Sets the additional value at the specified node index
|
ensureNode, getDimension, getEle, getElevation, getLat, getLatitude, getLon, getLongitude, is3D, setNode, setNode
int getAdditionalNodeField(int nodeId)
AssertionError
- if, and only if, the extendedStorage does not require an additional
node fieldvoid setAdditionalNodeField(int nodeId, int additionalValue)
AssertionError
- if, and only if, the extendedStorage does not require an additional
node fieldCopyright © 2012–2019. All rights reserved.