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. entriesThis cache's map of entries.Methods in gov.nasa.worldwind.cache that return ShapeDataCache.ShapeDataCacheEntry Modifier and Type Method Description ShapeDataCache.ShapeDataCacheEntryShapeDataCache. 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 voidShapeDataCache. 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 classColladaMeshShape.ShapeDataThis 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 classKMLRegion.RegionDataRegionDataholds 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 classAbstractGeneralShape.ShapeDataThis class holds globe-specific data for this shape.protected static classAbstractShape.AbstractShapeDataHolds the globe-dependent data captured in this shape's data cache.protected static classExtrudedPolygon.ShapeDataTheShapeDataclass holds globe-specific data for this shape.protected static classMultiResolutionPath.MultiResolutionPathDataDeprecated.Subclass of PathData that adds the capability to map which ordinal number corresponds to each rendered position.protected static classPath.PathDataMaintains globe-dependent computed data such as Cartesian vertices and extents.protected static classPolygon.ShapeDataThis class holds globe-specific data for this shape.protected static classRigidShape.ShapeDataMaintains 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 classAntennaAxes.ShapeDataThis class holds globe-specific data for this shape.protected static classAntennaModel.ShapeDataThis 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 classRadarVolume.ShapeDataThis class holds globe-specific data for this shape.
-