NASA World Wind

gov.nasa.worldwind.geom
Class SurfacePolygon

java.lang.Object
  extended by gov.nasa.worldwind.geom.SurfaceShape
      extended by gov.nasa.worldwind.geom.SurfacePolygon
All Implemented Interfaces:
Disposable, Renderable
Direct Known Subclasses:
SurfacePolyline, SurfaceQuadrilateral

public class SurfacePolygon
extends SurfaceShape


Constructor Summary
SurfacePolygon(Iterable<LatLon> positions)
           
SurfacePolygon(Iterable<LatLon> positions, Color color, Color borderColor)
           
 
Method Summary
protected  BufferedImage drawShape(BufferedImage image)
           
 
Methods inherited from class gov.nasa.worldwind.geom.SurfaceShape
dispose, getBorderColor, getNumEdgeIntervals, getPaint, getPositions, getSector, getStroke, getTextureSize, isAntiAlias, isDrawBorder, isDrawInterior, render, setAntiAlias, setBorderColor, setDrawBorder, setDrawInterior, setNumEdgeIntervals, setPaint, setStroke, setTextureSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SurfacePolygon

public SurfacePolygon(Iterable<LatLon> positions)

SurfacePolygon

public SurfacePolygon(Iterable<LatLon> positions,
                      Color color,
                      Color borderColor)
Method Detail

drawShape

protected final BufferedImage drawShape(BufferedImage image)
Specified by:
drawShape in class SurfaceShape

NASA World Wind