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 GlobeStateKeyShapeDataCache.ShapeDataCacheEntry. globeStateKeyIdentifies 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. entriesThis cache's map of entries.Methods in gov.nasa.worldwind.cache that return GlobeStateKey Modifier and Type Method Description GlobeStateKeyShapeDataCache.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 voidShapeDataCache.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 classEllipsoidalGlobe.StateKeyMethods in gov.nasa.worldwind.globes that return GlobeStateKey Modifier and Type Method Description GlobeStateKeyEllipsoidalGlobe. getGlobeStateKey()GlobeStateKeyEllipsoidalGlobe. getGlobeStateKey(DrawContext dc)GlobeStateKeyFlatGlobe. getGlobeStateKey()GlobeStateKeyFlatGlobe. getGlobeStateKey(DrawContext dc)GlobeStateKeyGlobe. getGlobeStateKey()Returns a typed state key identifying this globe's current configuration.GlobeStateKeyGlobe. 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 GlobeStateKeyColladaMeshShape.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. orderedRenderablesDeprecated. -
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
-