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
| 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 |
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)
|
|