NASA World Wind WMS

Uses of Class
gov.nasa.worldwind.servers.wms.xml.BoundingBox

Packages that use BoundingBox
gov.nasa.worldwind.servers.wms.xml   
 

Uses of BoundingBox in gov.nasa.worldwind.servers.wms.xml
 

Fields in gov.nasa.worldwind.servers.wms.xml with type parameters of type BoundingBox
protected  List<BoundingBox> Layer.boundingBox
           
 

Methods in gov.nasa.worldwind.servers.wms.xml that return BoundingBox
 BoundingBox ObjectFactory.createBoundingBox()
          Create an instance of BoundingBox
 

Methods in gov.nasa.worldwind.servers.wms.xml that return types with arguments of type BoundingBox
 List<BoundingBox> Layer.getBoundingBox()
          Gets the value of the boundingBox property.
 


NASA World Wind WMS