Uses of Class
gov.nasa.worldwind.render.SurfacePolygon
-
Packages that use SurfacePolygon Package Description gov.nasa.worldwind.ogc.kml.impl gov.nasa.worldwind.render gov.nasa.worldwind.symbology.milstd2525.graphics.areas MIL-STD-2525 area graphics.gov.nasa.worldwind.symbology.milstd2525.graphics.lines MIL-STD-2525 line graphics. -
-
Uses of SurfacePolygon in gov.nasa.worldwind.ogc.kml.impl
Subclasses of SurfacePolygon in gov.nasa.worldwind.ogc.kml.impl Modifier and Type Class Description classKMLSurfacePolygonImpl -
Uses of SurfacePolygon in gov.nasa.worldwind.render
Constructors in gov.nasa.worldwind.render with parameters of type SurfacePolygon Constructor Description SurfacePolygon(SurfacePolygon source)Creates a shallow copy of the specified source shape. -
Uses of SurfacePolygon in gov.nasa.worldwind.symbology.milstd2525.graphics.areas
Fields in gov.nasa.worldwind.symbology.milstd2525.graphics.areas declared as SurfacePolygon Modifier and Type Field Description protected SurfacePolygonSectorRangeFan. arrowHeadPolygon to draw a filled arrow head on the Center Of Sector line.protected SurfacePolygonSearchArea. arrowHead1Polygon render an arrow head at the end of one of the graphic's legs.protected SurfacePolygonSearchArea. arrowHead2Polygon render an arrow head at the end of one of the graphic's legs.protected SurfacePolygonBasicArea. polygonprotected SurfacePolygonEncirclement. wavePolygonThe polygon with triangle wave.Methods in gov.nasa.worldwind.symbology.milstd2525.graphics.areas that return SurfacePolygon Modifier and Type Method Description protected SurfacePolygonBasicArea. createPolygon()protected SurfacePolygonSearchArea. createPolygon(java.util.List<? extends LatLon> positions)protected SurfacePolygonSectorRangeFan. createPolygon()Create and configure a SurfacePolygon to render the arrow head on the sector center line. -
Uses of SurfacePolygon in gov.nasa.worldwind.symbology.milstd2525.graphics.lines
Fields in gov.nasa.worldwind.symbology.milstd2525.graphics.lines declared as SurfacePolygon Modifier and Type Field Description protected SurfacePolygonPrincipleDirectionOfFire. thickLinePolygon used to render the "thick" line on the left leg of the graphic.Methods in gov.nasa.worldwind.symbology.milstd2525.graphics.lines that return SurfacePolygon Modifier and Type Method Description protected SurfacePolygonPrincipleDirectionOfFire. createPolygon(java.util.List<? extends LatLon> positions)
-