| Package | Description |
|---|---|
| org.locationtech.geowave.format.stanag4676.parser.model |
| Modifier and Type | Method and Description |
|---|---|
List<TrackClassification> |
Track.getClassifications()
Provides classification information about this track
|
List<TrackClassification> |
TrackEvent.getClassifications()
Provides classification information about this track
|
| Modifier and Type | Method and Description |
|---|---|
void |
Track.addClassification(TrackClassification classification)
sets the classification information about this track
|
void |
TrackEvent.addClassification(TrackClassification classification)
sets the classification information about this track
|
| Modifier and Type | Method and Description |
|---|---|
void |
Track.setClassifications(List<TrackClassification> classifications) |
void |
TrackEvent.setClassifications(List<TrackClassification> classifications) |
Copyright © 2013–2020. All rights reserved.