| Package | Description |
|---|---|
| org.locationtech.geowave.format.stanag4676.parser.model |
| Modifier and Type | Field and Description |
|---|---|
GeodeticPosition |
TrackPoint.location
The position of an object being tracked.
|
GeodeticPosition |
TrackPointDetail.location |
| Modifier and Type | Field and Description |
|---|---|
List<GeodeticPosition> |
Area.points
points is an ordered list defining an area 3 or more points define a polygon 2 points define a
circle, the first being the center of the circle and the second being a point along the
circumference.
|
| Modifier and Type | Method and Description |
|---|---|
GeodeticPosition |
TrackPoint.getLocation() |
GeodeticPosition |
TrackPointDetail.getLocation() |
| Modifier and Type | Method and Description |
|---|---|
List<GeodeticPosition> |
Area.getPoints() |
| Modifier and Type | Method and Description |
|---|---|
void |
TrackPoint.setLocation(GeodeticPosition location) |
void |
TrackPointDetail.setLocation(GeodeticPosition location) |
| Modifier and Type | Method and Description |
|---|---|
void |
Area.setPoints(List<GeodeticPosition> points) |
Copyright © 2013–2022. All rights reserved.