Uses of Class
gov.nasa.worldwind.render.AbstractShape
- 
Packages that use AbstractShape Package Description gov.nasa.worldwind.ogc.collada.impl Provides classes for rendering COLLADA documents.gov.nasa.worldwind.ogc.kml.impl gov.nasa.worldwind.render gov.nasa.worldwindx.applications.antenna gov.nasa.worldwindx.examples gov.nasa.worldwindx.examples.shapebuilder gov.nasa.worldwindx.examples.util 
- 
- 
Uses of AbstractShape in gov.nasa.worldwind.ogc.collada.implSubclasses of AbstractShape in gov.nasa.worldwind.ogc.collada.impl Modifier and Type Class Description classColladaMeshShapeShape to render a COLLADA line or triangle mesh.
- 
Uses of AbstractShape in gov.nasa.worldwind.ogc.kml.implSubclasses of AbstractShape in gov.nasa.worldwind.ogc.kml.impl Modifier and Type Class Description classKMLExtrudedPolygonImplclassKMLGroundOverlayPolygonImplImplementation ofPolygonto render KML GroundOverlay.classKMLLineStringPlacemarkImplclassKMLPolygonImpl
- 
Uses of AbstractShape in gov.nasa.worldwind.renderSubclasses of AbstractShape in gov.nasa.worldwind.render Modifier and Type Class Description classAbstractGeneralShapeA shape that is positioned and oriented independently of its defining geometry.classBoxA general box volume defined by a center position and three axis radii.classConeA general cone volume defined by a center position, a height and a radius, or alternatively, by three axis radii.classCylinderA general cylinder volume defined by a center position, height and radius, or alternatively, by three axis radii.classEllipsoidA general ellipsoid volume defined by a center position and the three ellipsoid axis radii.classExtrudedPolygonA multi-sided 3D shell formed by a base polygon in latitude and longitude extruded from the terrain to either a specified height or an independent height per location.classPathDisplays a line or curve between positions.classPolygon/** A 3D polygon.classPyramidA general pyramid volume defined by a center position, a height, and two axis lengths.classRigidShapeA general rigid volume defined by a center position and the three axis radii.classWedgeA general cylinder volume defined by a center position, height and radius, or alternatively, by three axis radii.Constructors in gov.nasa.worldwind.render with parameters of type AbstractShape Constructor Description AbstractShape(AbstractShape source)
- 
Uses of AbstractShape in gov.nasa.worldwindx.applications.antennaSubclasses of AbstractShape in gov.nasa.worldwindx.applications.antenna Modifier and Type Class Description classAntennaAxesProvides axes forAntennaModel.classAntennaModelModels antenna gain.
- 
Uses of AbstractShape in gov.nasa.worldwindx.examplesSubclasses of AbstractShape in gov.nasa.worldwindx.examples Modifier and Type Class Description classRadarVolumeDisplays a volume defined by a near and far grid of positions.
- 
Uses of AbstractShape in gov.nasa.worldwindx.examples.shapebuilderFields in gov.nasa.worldwindx.examples.shapebuilder declared as AbstractShape Modifier and Type Field Description protected AbstractShapeRigidShapeBuilder.AbstractShapeEntry. shapeMethods in gov.nasa.worldwindx.examples.shapebuilder that return AbstractShape Modifier and Type Method Description AbstractShapeRigidShapeBuilder.AbstractShapeFactory. createShape(WorldWindow wwd, boolean fitShapeToViewport)AbstractShapeRigidShapeBuilder.ExtrudedPolygonFactory. createShape(WorldWindow wwd, boolean fitShapeToViewport)AbstractShapeRigidShapeBuilder.AbstractShapeEntry. getShape()Methods in gov.nasa.worldwindx.examples.shapebuilder with parameters of type AbstractShape Modifier and Type Method Description AbstractShapeEditorRigidShapeBuilder.AbstractShapeFactory. createEditor(AbstractShape shape)AbstractShapeEditorRigidShapeBuilder.BoxFactory. createEditor(AbstractShape shape)AbstractShapeEditorRigidShapeBuilder.ConeFactory. createEditor(AbstractShape shape)AbstractShapeEditorRigidShapeBuilder.CylinderFactory. createEditor(AbstractShape shape)AbstractShapeEditorRigidShapeBuilder.EllipsoidFactory. createEditor(AbstractShape shape)AbstractShapeEditorRigidShapeBuilder.ExtrudedPolygonFactory. createEditor(AbstractShape shape)AbstractShapeEditorRigidShapeBuilder.PyramidFactory. createEditor(AbstractShape shape)AbstractShapeEditorRigidShapeBuilder.WedgeFactory. createEditor(AbstractShape shape)protected RigidShapeBuilder.AbstractShapeEntryRigidShapeBuilder.AbstractShapeBuilderController. getEntryFor(AbstractShape shape)abstract voidAbstractShapeEditor. setShape(AbstractShape shape)voidExtrudedPolygonEditor. setShape(AbstractShape shape)voidRigidShapeEditor. setShape(AbstractShape shape)Constructors in gov.nasa.worldwindx.examples.shapebuilder with parameters of type AbstractShape Constructor Description AbstractShapeEntry(AbstractShape shape, AbstractShapeEditor editor)
- 
Uses of AbstractShape in gov.nasa.worldwindx.examples.utilSubclasses of AbstractShape in gov.nasa.worldwindx.examples.util Modifier and Type Class Description classDirectedPathAPaththat draws arrowheads between the path positions to indicate direction.Methods in gov.nasa.worldwindx.examples.util with parameters of type AbstractShape Modifier and Type Method Description protected PositionBalloonController. computeIntersection(AbstractShape shape, java.awt.Point screenPoint)Compute the intersection of a line through a screen point and a shape.
 
-