| Package | Description |
|---|---|
| org.locationtech.geowave.format.stanag4676.parser.model |
| Modifier and Type | Field and Description |
|---|---|
TrackPointType |
TrackPoint.trackPointType
Information of whether a track point is estimated, or predicted manually or automatically.
|
| Modifier and Type | Method and Description |
|---|---|
static TrackPointType |
TrackPointType.fromString(String value) |
TrackPointType |
TrackPoint.getTrackPointType() |
static TrackPointType |
TrackPointType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrackPointType[] |
TrackPointType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TrackPoint.setTrackPointType(TrackPointType trackPointType) |
Copyright © 2013–2019. All rights reserved.