Uses of Interface
gov.nasa.worldwind.globes.GlobeStateKey
-
Packages that use GlobeStateKey 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 -
-
Uses of GlobeStateKey in gov.nasa.worldwind.cache
Fields in gov.nasa.worldwind.cache declared as GlobeStateKey Modifier and Type Field Description protected GlobeStateKey
ShapeDataCache.ShapeDataCacheEntry. globeStateKey
Identifies the associated globe's state at the time the entry was created.Fields in gov.nasa.worldwind.cache with type parameters of type GlobeStateKey Modifier and Type Field Description protected java.util.HashMap<GlobeStateKey,ShapeDataCache.ShapeDataCacheEntry>
ShapeDataCache. entries
This cache's map of entries.Methods in gov.nasa.worldwind.cache that return GlobeStateKey Modifier and Type Method Description GlobeStateKey
ShapeDataCache.ShapeDataCacheEntry. getGlobeStateKey()
Indicates this entry's globe state key, captured when this entry was constructed or when explicitly set.Methods in gov.nasa.worldwind.cache with parameters of type GlobeStateKey Modifier and Type Method Description void
ShapeDataCache.ShapeDataCacheEntry. setGlobeStateKey(GlobeStateKey globeStateKey)
Specifies this entry's globe state key. -
Uses of GlobeStateKey in gov.nasa.worldwind.globes
Classes in gov.nasa.worldwind.globes that implement GlobeStateKey Modifier and Type Class Description protected class
EllipsoidalGlobe.StateKey
Methods in gov.nasa.worldwind.globes that return GlobeStateKey Modifier and Type Method Description GlobeStateKey
EllipsoidalGlobe. getGlobeStateKey()
GlobeStateKey
EllipsoidalGlobe. getGlobeStateKey(DrawContext dc)
GlobeStateKey
FlatGlobe. getGlobeStateKey()
GlobeStateKey
FlatGlobe. getGlobeStateKey(DrawContext dc)
GlobeStateKey
Globe. getGlobeStateKey()
Returns a typed state key identifying this globe's current configuration.GlobeStateKey
Globe. getGlobeStateKey(DrawContext dc)
Returns a typed state key identifying this globe's current configuration. -
Uses of GlobeStateKey in gov.nasa.worldwind.layers
Fields in gov.nasa.worldwind.layers with type parameters of type GlobeStateKey Modifier and Type Field Description protected java.util.HashMap<GlobeStateKey,java.util.Set<WWIcon>>
IconLayer. lastActiveIconsLists
-
Uses of GlobeStateKey in gov.nasa.worldwind.ogc.collada.impl
Fields in gov.nasa.worldwind.ogc.collada.impl declared as GlobeStateKey Modifier and Type Field Description protected GlobeStateKey
ColladaMeshShape.ExtentCacheKey. globeStateKey
-
Uses of GlobeStateKey in gov.nasa.worldwind.render
Fields in gov.nasa.worldwind.render with type parameters of type GlobeStateKey Modifier and Type Field Description protected java.util.HashMap<GlobeStateKey,AbstractBrowserBalloon.OrderedBrowserBalloon>
AbstractBrowserBalloon. orderedRenderables
Deprecated. -
Uses of GlobeStateKey in gov.nasa.worldwind.render.airspaces
Fields in gov.nasa.worldwind.render.airspaces with type parameters of type GlobeStateKey Modifier and Type Field Description protected java.util.HashMap<GlobeStateKey,AbstractAirspace.AirspaceInfo>
AbstractAirspace. airspaceInfo
-