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 |
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 |
---|---|
ShapeDataCache.ShapeDataCacheEntry |
ShapeDataCache.getEntry(Globe globe)
Retrieves a specified entry from the cache.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<ShapeDataCache.ShapeDataCacheEntry> |
ShapeDataCache.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
ShapeDataCache.addEntry(ShapeDataCache.ShapeDataCacheEntry entry)
Adds a specified entry to the cache or replaces an entry associated with the same globe.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
ColladaMeshShape.ShapeData
This class holds globe-specific data for this shape.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
KMLRegion.RegionData
RegionData holds a Region's computed data used during a single call to Region.isActive ,
and is unique to a particular Globe . |
Modifier and Type | Class and 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
The
ShapeData 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.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
RadarVolume.ShapeData
This class holds globe-specific data for this shape.
|