NASA World Wind

gov.nasa.worldwind.render
Interface SurfaceObject

All Superinterfaces:
AVList
All Known Subinterfaces:
SurfaceShape
All Known Implementing Classes:
AbstractSurfaceObject, AbstractSurfaceRenderable, AbstractSurfaceShape, SectorSelector.RegionShape, SurfaceCircle, SurfaceConcaveShape, SurfaceEllipse, SurfaceIcon, SurfaceIcons, SurfacePolygon, SurfacePolyline, SurfaceQuad, SurfaceSector, SurfaceSquare

public interface SurfaceObject
extends AVList


Method Summary
 long getLastModifiedTime()
           
 Iterable<? extends Sector> getSectors(DrawContext dc, double texelSizeRadians)
           
 boolean isVisible()
           
 void renderToRegion(DrawContext dc, Sector sector, int x, int y, int width, int height)
           
 void setVisible(boolean visible)
           
 
Methods inherited from interface gov.nasa.worldwind.avlist.AVList
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getEntries, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
 

Method Detail

getLastModifiedTime

long getLastModifiedTime()

getSectors

Iterable<? extends Sector> getSectors(DrawContext dc,
                                      double texelSizeRadians)

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

Hosted by docs.bugaco.com