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 |
getElevation(int id) |
double |
getLat(int id) |
double |
getLatitude(int id) |
double |
getLon(int id) |
double |
getLongitude(int id) |
boolean |
is3D() |
void |
setNode(int nodeId,
double lat,
double lon) |
void |
setNode(int nodeId,
double lat,
double lon,
double ele) |
public 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)
setNode in interface PointAccesspublic void setNode(int nodeId,
double lat,
double lon,
double ele)
setNode in interface PointAccesspublic double getLatitude(int id)
getLatitude in interface PointAccesspublic double getLat(int id)
getLat in interface PointAccesspublic double getLongitude(int id)
getLongitude in interface PointAccesspublic double getLon(int id)
getLon in interface PointAccesspublic double getElevation(int id)
getElevation in interface PointAccesspublic double getEle(int id)
getEle in interface PointAccesspublic void clear()
Copyright © 2012–2018. All rights reserved.