| Package | Description |
|---|---|
| org.locationtech.geowave.format.stanag4676.parser.model |
| Modifier and Type | Field and Description |
|---|---|
IffMode |
TrackIdentity.iffMode
The identification friend foe (IFF) information associated with the track.
|
| Modifier and Type | Method and Description |
|---|---|
static IffMode |
IffMode.fromString(String value) |
IffMode |
TrackIdentity.getIffMode() |
static IffMode |
IffMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IffMode[] |
IffMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TrackIdentity.setIffMode(IffMode iffMode) |
Copyright © 2013–2020. All rights reserved.