Package | Description |
---|---|
pt.lsts.imc |
Modifier and Type | Method and Description |
---|---|
static MapPoint |
MapPoint.clone(IMCMessage msg) |
static MapPoint |
MapPoint.create(java.lang.Object... values) |
MapPoint |
MapPoint.setAlt(double alt) |
MapPoint |
MapPoint.setLat(double lat) |
MapPoint |
MapPoint.setLon(double lon) |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<MapPoint> |
MapFeature.getFeature() |
Modifier and Type | Method and Description |
---|---|
MapFeature |
MapFeature.setFeature(java.util.Collection<MapPoint> feature) |
Constructor and Description |
---|
MapFeature(java.lang.String id,
MapFeature.FEATURE_TYPE feature_type,
short rgb_red,
short rgb_green,
short rgb_blue,
java.util.Collection<MapPoint> feature) |