| Package | Description |
|---|---|
| gov.nasa.worldwind.geom | |
| gov.nasa.worldwind.render | |
| gov.nasa.worldwind.tracks |
| Modifier and Type | Method and Description |
|---|---|
static Sector |
Sector.boundingSector(Iterator<TrackPoint> positions) |
| Modifier and Type | Method and Description |
|---|---|
protected Vec4 |
TrackRenderer.computeSurfacePoint(DrawContext dc,
TrackPoint tp) |
| Modifier and Type | Method and Description |
|---|---|
protected Vec4 |
TrackRenderer.draw(DrawContext dc,
Iterator<TrackPoint> trackPositions) |
Vec4 |
TrackRenderer.pick(DrawContext dc,
Iterator<TrackPoint> trackPositions,
Point pickPoint,
Layer layer) |
Vec4 |
TrackRenderer.render(DrawContext dc,
Iterator<TrackPoint> trackPositions) |
| Modifier and Type | Class and Description |
|---|---|
class |
TrackPointImpl |
| Modifier and Type | Method and Description |
|---|---|
TrackPoint |
TrackPointIterator.next() |
TrackPoint |
TrackPointIteratorImpl.next() |
| Modifier and Type | Method and Description |
|---|---|
List<TrackPoint> |
TrackSegment.getPoints() |