| Package | Description |
|---|---|
| org.locationtech.geowave.format.stanag4676.parser.model |
| Modifier and Type | Field and Description |
|---|---|
ModalityType |
TrackIdentity.source
the source(s) used to determine/estimate the classification
|
ModalityType |
TrackManagement.sourceModality
Information about the modality from which a track is computed.
|
ModalityType |
TrackPoint.trackPointSource
information related to the source of the track point data.
|
| Modifier and Type | Method and Description |
|---|---|
static ModalityType |
ModalityType.fromString(String value) |
ModalityType |
TrackIdentity.getSource() |
ModalityType |
TrackManagement.getSourceModality() |
ModalityType |
TrackPoint.getTrackPointSource() |
static ModalityType |
ModalityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModalityType[] |
ModalityType.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.setSource(ModalityType source) |
void |
TrackManagement.setSourceModality(ModalityType sourceModality) |
void |
TrackPoint.setTrackPointSource(ModalityType trackPointSource) |
Copyright © 2013–2022. All rights reserved.