Package | Description |
---|---|
gov.nasa.worldwind.geom | |
gov.nasa.worldwind.render | |
gov.nasa.worldwind.tracks |
Modifier and Type | Method and Description |
---|---|
static Sector |
Sector.boundingSector(java.util.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,
java.util.Iterator<TrackPoint> trackPositions) |
Vec4 |
TrackRenderer.pick(DrawContext dc,
java.util.Iterator<TrackPoint> trackPositions,
java.awt.Point pickPoint,
Layer layer) |
Vec4 |
TrackRenderer.render(DrawContext dc,
java.util.Iterator<TrackPoint> trackPositions) |
Modifier and Type | Class and Description |
---|---|
class |
TrackPointImpl |
Modifier and Type | Method and Description |
---|---|
TrackPoint |
TrackPointIteratorImpl.next() |
TrackPoint |
TrackPointIterator.next() |
Modifier and Type | Method and Description |
---|---|
java.util.List<TrackPoint> |
TrackSegment.getPoints() |