NASA World Wind

gov.nasa.worldwind.render
Interface SurfaceObject

All Known Subinterfaces:
SurfaceShape
All Known Implementing Classes:
AbstractSurfaceObject, AbstractSurfaceShape, SectorSelector.RegionShape, SurfaceCircle, SurfaceConvexShape, SurfaceEllipse, SurfacePolygon, SurfacePolyline, SurfaceQuad, SurfaceSector, SurfaceSquare

public interface SurfaceObject


Method Summary
 long getLastModifiedTime()
           
 Iterable<? extends Sector> getSectors(DrawContext dc)
           
 boolean isVisible()
           
 void renderToRegion(DrawContext dc, Sector sector, int x, int y, int width, int height)
           
 void setVisible(boolean visible)
           
 

Method Detail

getLastModifiedTime

long getLastModifiedTime()

getSectors

Iterable<? extends Sector> getSectors(DrawContext dc)

isVisible

boolean isVisible()

renderToRegion

void renderToRegion(DrawContext dc,
                    Sector sector,
                    int x,
                    int y,
                    int width,
                    int height)

setVisible

void setVisible(boolean visible)

NASA World Wind