Uses of Class
gov.nasa.worldwind.render.Polygon
- 
Packages that use Polygon Package Description gov.nasa.worldwind.ogc.kml.impl gov.nasa.worldwind.render gov.nasa.worldwindx.examples.kml Examples of importing and exporting files in the Keyhole Markup Language (KML).gov.nasa.worldwindx.examples.lineofsight Examples of how to perform line of sight calculations in WorldWind.
- 
- 
Uses of Polygon in gov.nasa.worldwind.ogc.kml.implSubclasses of Polygon in gov.nasa.worldwind.ogc.kml.impl Modifier and Type Class Description classKMLGroundOverlayPolygonImplImplementation ofPolygonto render KML GroundOverlay.classKMLPolygonImpl
- 
Uses of Polygon in gov.nasa.worldwind.renderConstructors in gov.nasa.worldwind.render with parameters of type Polygon Constructor Description ShapeData(DrawContext dc, Polygon shape)Construct a cache entry using the boundaries of this shape.
- 
Uses of Polygon in gov.nasa.worldwindx.examples.kmlMethods in gov.nasa.worldwindx.examples.kml that return Polygon Modifier and Type Method Description protected static PolygonExportKML. makePolygon()
- 
Uses of Polygon in gov.nasa.worldwindx.examples.lineofsightFields in gov.nasa.worldwindx.examples.lineofsight declared as Polygon Modifier and Type Field Description protected PolygonPolygonIntersection.AppFrame. polygon
 
-