| Package | Description |
|---|---|
| org.locationtech.geowave.format.stanag4676.parser.model |
| Modifier and Type | Method and Description |
|---|---|
static TrackStatus |
TrackStatus.fromString(String value) |
TrackStatus |
Track.getStatus() |
TrackStatus |
TrackEvent.getStatus() |
static TrackStatus |
TrackStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrackStatus[] |
TrackStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Track.setStatus(TrackStatus status) |
void |
TrackEvent.setStatus(TrackStatus status) |
Copyright © 2013–2019. All rights reserved.