Package | Description |
---|---|
org.locationtech.geowave.format.stanag4676.parser.model |
Modifier and Type | Field and Description |
---|---|
IdentityAmplification |
TrackIdentity.amplification
identity amplifying/modifying descriptors of a track.
|
Modifier and Type | Method and Description |
---|---|
static IdentityAmplification |
IdentityAmplification.fromString(String value) |
IdentityAmplification |
TrackIdentity.getAmplification() |
static IdentityAmplification |
IdentityAmplification.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentityAmplification[] |
IdentityAmplification.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.setAmplification(IdentityAmplification amplification) |
Copyright © 2013–2022. All rights reserved.