| Package | Description |
|---|---|
| org.locationtech.geowave.format.stanag4676.parser.model |
| Modifier and Type | Method and Description |
|---|---|
List<LineageRelation> |
Track.getTrackRelations()
Provides a list of related tracks
|
List<LineageRelation> |
TrackEvent.getTrackRelations()
Provides a list of related tracks
|
| Modifier and Type | Method and Description |
|---|---|
void |
Track.addTrackRelation(LineageRelation relation)
Adds a track relation
|
void |
TrackEvent.addTrackRelation(LineageRelation relation)
Adds a track relation to this track
|
| Modifier and Type | Method and Description |
|---|---|
void |
Track.setTrackRelations(List<LineageRelation> trackRelations) |
void |
TrackEvent.setTrackRelations(List<LineageRelation> trackRelations) |
Copyright © 2013–2020. All rights reserved.