| Package | Description |
|---|---|
| org.locationtech.geowave.format.stanag4676.parser.model |
| Modifier and Type | Class and Description |
|---|---|
class |
MotionEventPoint |
| Modifier and Type | Method and Description |
|---|---|
List<TrackPoint> |
Track.getPoints()
A list of the TrackPoints which comprise this track
|
TreeMap<Long,TrackPoint> |
TrackEvent.getPoints()
A list of the TrackPoints which comprise this track
|
| Modifier and Type | Method and Description |
|---|---|
void |
Track.addPoint(TrackPoint point)
Adds a TrackPoint to the list of TrackPoints comprise this track
|
void |
TrackEvent.addPoint(TrackPoint point)
Adds a TrackPoint to the list of TrackPoints comprise this track
|
| Modifier and Type | Method and Description |
|---|---|
void |
Track.setPoints(List<TrackPoint> points)
Sets the list of TrackPoints which comprise this track
|
void |
TrackEvent.setPoints(TreeMap<Long,TrackPoint> points)
Sets the list of TrackPoints which comprise this track
|
Copyright © 2013–2019. All rights reserved.