Package gov.nasa.worldwind.render
Interface GeographicExtent
-
- All Superinterfaces:
Renderable
- All Known Implementing Classes:
AbstractGeneralShape,AbstractShape,AntennaAxes,AntennaModel,Box,ColladaMeshShape,Cone,Cylinder,DirectedPath,Ellipsoid,ExtrudedPolygon,KMLExtrudedPolygonImpl,KMLGroundOverlayPolygonImpl,KMLLineStringPlacemarkImpl,KMLPolygonImpl,Path,Polygon,Pyramid,RadarVolume,RigidShape,Wedge
public interface GeographicExtent extends Renderable
An interface for objects that can provide an extent in latitude and longitude.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SectorgetSector()Returns the object's geographic extent.-
Methods inherited from interface gov.nasa.worldwind.render.Renderable
render
-
-
-
-
Method Detail
-
getSector
Sector getSector()
Returns the object's geographic extent.- Returns:
- the object's geographic extent.
-
-