Package | Description |
---|---|
gov.nasa.worldwind.cache | |
gov.nasa.worldwind.globes |
Provides classes for representing the shape and terrain of a planet.
|
gov.nasa.worldwind.layers | |
gov.nasa.worldwind.ogc.collada.impl |
Provides classes for rendering COLLADA documents.
|
gov.nasa.worldwind.render | |
gov.nasa.worldwind.render.airspaces |
Modifier and Type | Field and Description |
---|---|
protected GlobeStateKey |
ShapeDataCache.ShapeDataCacheEntry.globeStateKey
Identifies the associated globe's state at the time the entry was created.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.HashMap<GlobeStateKey,ShapeDataCache.ShapeDataCacheEntry> |
ShapeDataCache.entries
This cache's map of entries.
|
Modifier and Type | Method and Description |
---|---|
GlobeStateKey |
ShapeDataCache.ShapeDataCacheEntry.getGlobeStateKey()
Indicates this entry's globe state key, captured when this entry was constructed or when explicitly set.
|
Modifier and Type | Method and Description |
---|---|
void |
ShapeDataCache.ShapeDataCacheEntry.setGlobeStateKey(GlobeStateKey globeStateKey)
Specifies this entry's globe state key.
|
Modifier and Type | Class and Description |
---|---|
protected class |
EllipsoidalGlobe.StateKey |
Modifier and Type | Method and Description |
---|---|
GlobeStateKey |
Globe.getGlobeStateKey()
Returns a typed state key identifying this globe's current configuration.
|
GlobeStateKey |
FlatGlobe.getGlobeStateKey() |
GlobeStateKey |
EllipsoidalGlobe.getGlobeStateKey() |
GlobeStateKey |
Globe.getGlobeStateKey(DrawContext dc)
Returns a typed state key identifying this globe's current configuration.
|
GlobeStateKey |
FlatGlobe.getGlobeStateKey(DrawContext dc) |
GlobeStateKey |
EllipsoidalGlobe.getGlobeStateKey(DrawContext dc) |
Modifier and Type | Field and Description |
---|---|
protected java.util.HashMap<GlobeStateKey,java.util.Set<WWIcon>> |
IconLayer.lastActiveIconsLists |
Modifier and Type | Field and Description |
---|---|
protected GlobeStateKey |
ColladaMeshShape.ExtentCacheKey.globeStateKey |
Modifier and Type | Field and Description |
---|---|
protected java.util.HashMap<GlobeStateKey,AbstractBrowserBalloon.OrderedBrowserBalloon> |
AbstractBrowserBalloon.orderedRenderables |
Modifier and Type | Field and Description |
---|---|
protected java.util.HashMap<GlobeStateKey,AbstractAirspace.AirspaceInfo> |
AbstractAirspace.airspaceInfo |