| Package | Description |
|---|---|
| org.locationtech.geowave.format.stanag4676.parser.model |
| Modifier and Type | Field and Description |
|---|---|
ObjectClassification |
TrackClassification.classification
an estimate of the classification of an object being tracked
|
| Modifier and Type | Method and Description |
|---|---|
static ObjectClassification |
ObjectClassification.fromString(String value) |
ObjectClassification |
TrackClassification.getClassification() |
static ObjectClassification |
ObjectClassification.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectClassification[] |
ObjectClassification.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ObjectClassification> |
MissionSummary.getClassifications()
Provides object classification information about this mission
|
| Modifier and Type | Method and Description |
|---|---|
void |
MissionSummary.addClassification(ObjectClassification classification)
sets the object classification information about this mission
|
void |
TrackClassification.setClassification(ObjectClassification classification) |
| Modifier and Type | Method and Description |
|---|---|
void |
MissionSummary.setClassifications(List<ObjectClassification> classifications) |
Copyright © 2013–2020. All rights reserved.