public class PillarInfo extends Object implements PointAccess
| Constructor and Description |
|---|
PillarInfo(boolean enabled3D,
Directory dir) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
ensureNode(int nodeId) |
int |
getDimension() |
double |
getEle(int id) |
double |
getLat(int id) |
double |
getLon(int id) |
boolean |
is3D() |
void |
setNode(int nodeId,
double lat,
double lon,
double ele) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetNodepublic PillarInfo(boolean enabled3D,
Directory dir)
public boolean is3D()
is3D in interface PointAccesspublic int getDimension()
getDimension in interface PointAccesspublic void ensureNode(int nodeId)
ensureNode in interface PointAccesspublic void setNode(int nodeId,
double lat,
double lon,
double ele)
setNode in interface PointAccesspublic double getLat(int id)
getLat in interface PointAccesspublic double getLon(int id)
getLon in interface PointAccesspublic double getEle(int id)
getEle in interface PointAccesspublic void clear()
Copyright © 2012–2022. All rights reserved.