Uses of Class
gov.nasa.worldwind.render.AbstractShape.AbstractShapeData
- 
Packages that use AbstractShape.AbstractShapeData Package Description gov.nasa.worldwind.ogc.collada.impl Provides classes for rendering COLLADA documents.gov.nasa.worldwind.render gov.nasa.worldwindx.applications.antenna gov.nasa.worldwindx.examples 
- 
- 
Uses of AbstractShape.AbstractShapeData in gov.nasa.worldwind.ogc.collada.implSubclasses of AbstractShape.AbstractShapeData in gov.nasa.worldwind.ogc.collada.impl Modifier and Type Class Description protected static classColladaMeshShape.ShapeDataThis class holds globe-specific data for this shape.Methods in gov.nasa.worldwind.ogc.collada.impl that return AbstractShape.AbstractShapeData Modifier and Type Method Description protected AbstractShape.AbstractShapeDataColladaMeshShape. createCacheEntry(DrawContext dc)Creates and returns a new cache entry specific to the subclass.
- 
Uses of AbstractShape.AbstractShapeData in gov.nasa.worldwind.renderSubclasses of AbstractShape.AbstractShapeData in gov.nasa.worldwind.render Modifier and Type Class Description protected static classAbstractGeneralShape.ShapeDataThis class holds globe-specific data for this shape.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.Fields in gov.nasa.worldwind.render declared as AbstractShape.AbstractShapeData Modifier and Type Field Description protected AbstractShape.AbstractShapeDataAbstractShape. currentDataIdentifies the active globe-dependent data for the current invocation ofAbstractShape.render(DrawContext).Methods in gov.nasa.worldwind.render that return AbstractShape.AbstractShapeData Modifier and Type Method Description protected abstract AbstractShape.AbstractShapeDataAbstractShape. createCacheEntry(DrawContext dc)Creates and returns a new cache entry specific to the subclass.protected AbstractShape.AbstractShapeDataExtrudedPolygon. createCacheEntry(DrawContext dc)protected AbstractShape.AbstractShapeDataMultiResolutionPath. createCacheEntry(DrawContext dc)Deprecated.Creates and returns a new cache entry specific to the subclass.protected AbstractShape.AbstractShapeDataPath. createCacheEntry(DrawContext dc)protected AbstractShape.AbstractShapeDataPolygon. createCacheEntry(DrawContext dc)protected AbstractShape.AbstractShapeDataRigidShape. createCacheEntry(DrawContext dc)protected AbstractShape.AbstractShapeDataAbstractShape. getCurrentData()Returns the data cache entry for the current rendering.
- 
Uses of AbstractShape.AbstractShapeData in gov.nasa.worldwindx.applications.antennaSubclasses of AbstractShape.AbstractShapeData 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.Methods in gov.nasa.worldwindx.applications.antenna that return AbstractShape.AbstractShapeData Modifier and Type Method Description protected AbstractShape.AbstractShapeDataAntennaAxes. createCacheEntry(DrawContext dc)protected AbstractShape.AbstractShapeDataAntennaModel. createCacheEntry(DrawContext dc)
- 
Uses of AbstractShape.AbstractShapeData in gov.nasa.worldwindx.examplesSubclasses of AbstractShape.AbstractShapeData in gov.nasa.worldwindx.examples Modifier and Type Class Description protected static classRadarVolume.ShapeDataThis class holds globe-specific data for this shape.Methods in gov.nasa.worldwindx.examples that return AbstractShape.AbstractShapeData Modifier and Type Method Description protected AbstractShape.AbstractShapeDataRadarVolume. createCacheEntry(DrawContext dc)
 
-