| Package | Description |
|---|---|
| org.locationtech.geowave.format.stanag4676.parser.model |
| Modifier and Type | Method and Description |
|---|---|
List<MotionImagery> |
Track.getMotionImages()
Provides video (motion imagery) information about this track
|
List<MotionImagery> |
TrackEvent.getMotionImages()
Provides video (motion imagery) information about this track
|
| Modifier and Type | Method and Description |
|---|---|
void |
Track.addMotionImagery(MotionImagery image) |
void |
TrackEvent.addMotionImagery(MotionImagery image)
Adds motion imagery to this track
|
| Modifier and Type | Method and Description |
|---|---|
void |
Track.setMotionImages(List<MotionImagery> motionImages) |
void |
TrackEvent.setMotionImages(List<MotionImagery> motionImages) |
Copyright © 2013–2020. All rights reserved.