| Package | Description |
|---|---|
| pt.lsts.imc |
| Modifier and Type | Method and Description |
|---|---|
static PolygonVertex |
PolygonVertex.clone(IMCMessage msg) |
static PolygonVertex |
PolygonVertex.create(java.lang.Object... values) |
PolygonVertex |
PolygonVertex.setLat(double lat) |
PolygonVertex |
PolygonVertex.setLon(double lon) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector<PolygonVertex> |
CoverArea.getPolygon() |
| Modifier and Type | Method and Description |
|---|---|
CoverArea |
CoverArea.setPolygon(java.util.Collection<PolygonVertex> polygon) |
| Constructor and Description |
|---|
CoverArea(double lat,
double lon,
float z,
CoverArea.Z_UNITS z_units,
float speed,
CoverArea.SPEED_UNITS speed_units,
java.util.Collection<PolygonVertex> polygon,
java.lang.String custom) |