Package | Description |
---|---|
gov.nasa.worldwind.ogc.kml.impl | |
gov.nasa.worldwind.render | |
gov.nasa.worldwindx.examples.lineofsight |
Examples of how to perform line of sight calculations in WorldWind.
|
gov.nasa.worldwindx.examples.shapebuilder |
Modifier and Type | Class and Description |
---|---|
class |
KMLExtrudedPolygonImpl |
Modifier and Type | Method and Description |
---|---|
protected void |
ExtrudedPolygon.ShapeData.copySideTextureReferences(ExtrudedPolygon shape) |
Constructor and Description |
---|
ShapeData(DrawContext dc,
ExtrudedPolygon shape)
Constructs an instance using the boundaries of a specified extruded polygon.
|
Modifier and Type | Field and Description |
---|---|
protected ExtrudedPolygon |
ExtrudedPolygonIntersection.AppFrame.polygon |
Modifier and Type | Method and Description |
---|---|
protected ExtrudedPolygon |
LinesOfSight.ShapeLoaderThread.makeShape(gov.nasa.worldwind.formats.shapefile.ShapefileRecord record) |
Modifier and Type | Field and Description |
---|---|
protected ExtrudedPolygon |
ExtrudedPolygonEditor.polygon |
protected ExtrudedPolygon |
ExtrudedPolygonBuilder.PolygonEntry.polygon |
Modifier and Type | Method and Description |
---|---|
ExtrudedPolygon |
ExtrudedPolygonBuilder.ExtrudedPolygonFactory.createPolygon(WorldWindow wwd,
boolean fitShapeToViewport) |
ExtrudedPolygon |
ExtrudedPolygonEditor.getPolygon() |
ExtrudedPolygon |
ExtrudedPolygonBuilder.PolygonEntry.getPolygon() |
Modifier and Type | Method and Description |
---|---|
protected ExtrudedPolygonBuilder.PolygonEntry |
ExtrudedPolygonBuilder.PolygonBuilderController.getEntryFor(ExtrudedPolygon polygon) |
protected void |
RigidShapeBuilder.ExtrudedPolygonFactory.initializePolygon(WorldWindow wwd,
ExtrudedPolygon polygon,
boolean fitShapeToViewport) |
protected void |
ExtrudedPolygonBuilder.ExtrudedPolygonFactory.initializePolygon(WorldWindow wwd,
ExtrudedPolygon polygon,
boolean fitShapeToViewport) |
void |
ExtrudedPolygonEditor.setPolygon(ExtrudedPolygon polygon) |
Constructor and Description |
---|
PolygonEntry(ExtrudedPolygon polygon) |