Uses of Class
gov.nasa.worldwind.cache.ShapeDataCache.ShapeDataCacheEntry
-
Packages that use ShapeDataCache.ShapeDataCacheEntry Package Description gov.nasa.worldwind.cache gov.nasa.worldwind.ogc.collada.impl Provides classes for rendering COLLADA documents.gov.nasa.worldwind.ogc.kml Provides classes for parsing KML and KMZ files and streams.gov.nasa.worldwind.render gov.nasa.worldwindx.applications.antenna gov.nasa.worldwindx.examples -
-
Uses of ShapeDataCache.ShapeDataCacheEntry in gov.nasa.worldwind.cache
Fields in gov.nasa.worldwind.cache with type parameters of type ShapeDataCache.ShapeDataCacheEntry 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 ShapeDataCache.ShapeDataCacheEntry Modifier and Type Method Description ShapeDataCache.ShapeDataCacheEntry
ShapeDataCache. getEntry(Globe globe)
Retrieves a specified entry from the cache.Methods in gov.nasa.worldwind.cache that return types with arguments of type ShapeDataCache.ShapeDataCacheEntry Modifier and Type Method Description java.util.Iterator<ShapeDataCache.ShapeDataCacheEntry>
ShapeDataCache. iterator()
Methods in gov.nasa.worldwind.cache with parameters of type ShapeDataCache.ShapeDataCacheEntry Modifier and Type Method Description void
ShapeDataCache. addEntry(ShapeDataCache.ShapeDataCacheEntry entry)
Adds a specified entry to the cache or replaces an entry associated with the same globe. -
Uses of ShapeDataCache.ShapeDataCacheEntry in gov.nasa.worldwind.ogc.collada.impl
Subclasses of ShapeDataCache.ShapeDataCacheEntry in gov.nasa.worldwind.ogc.collada.impl Modifier and Type Class Description protected static class
ColladaMeshShape.ShapeData
This class holds globe-specific data for this shape. -
Uses of ShapeDataCache.ShapeDataCacheEntry in gov.nasa.worldwind.ogc.kml
Subclasses of ShapeDataCache.ShapeDataCacheEntry in gov.nasa.worldwind.ogc.kml Modifier and Type Class Description protected static class
KMLRegion.RegionData
RegionData
holds a Region's computed data used during a single call toRegion.isActive
, and is unique to a particularGlobe
. -
Uses of ShapeDataCache.ShapeDataCacheEntry in gov.nasa.worldwind.render
Subclasses of ShapeDataCache.ShapeDataCacheEntry in gov.nasa.worldwind.render Modifier and Type Class Description protected static class
AbstractGeneralShape.ShapeData
This class holds globe-specific data for this shape.protected static class
AbstractShape.AbstractShapeData
Holds the globe-dependent data captured in this shape's data cache.protected static class
ExtrudedPolygon.ShapeData
TheShapeData
class holds globe-specific data for this shape.protected static class
MultiResolutionPath.MultiResolutionPathData
Deprecated.Subclass of PathData that adds the capability to map which ordinal number corresponds to each rendered position.protected static class
Path.PathData
Maintains globe-dependent computed data such as Cartesian vertices and extents.protected static class
Polygon.ShapeData
This class holds globe-specific data for this shape.protected static class
RigidShape.ShapeData
Maintains globe-dependent computed data such as Cartesian vertices and extents. -
Uses of ShapeDataCache.ShapeDataCacheEntry in gov.nasa.worldwindx.applications.antenna
Subclasses of ShapeDataCache.ShapeDataCacheEntry in gov.nasa.worldwindx.applications.antenna Modifier and Type Class Description protected static class
AntennaAxes.ShapeData
This class holds globe-specific data for this shape.protected static class
AntennaModel.ShapeData
This class holds globe-specific data for this shape. -
Uses of ShapeDataCache.ShapeDataCacheEntry in gov.nasa.worldwindx.examples
Subclasses of ShapeDataCache.ShapeDataCacheEntry in gov.nasa.worldwindx.examples Modifier and Type Class Description protected static class
RadarVolume.ShapeData
This class holds globe-specific data for this shape.
-