NASA World Wind WMS

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

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

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

Fields in gov.nasa.worldwind.servers.wms.xml declared as EXGeographicBoundingBox
protected  EXGeographicBoundingBox Layer.exGeographicBoundingBox
           
 

Methods in gov.nasa.worldwind.servers.wms.xml that return EXGeographicBoundingBox
 EXGeographicBoundingBox ObjectFactory.createEXGeographicBoundingBox()
          Create an instance of EXGeographicBoundingBox
 EXGeographicBoundingBox Layer.getEXGeographicBoundingBox()
          Gets the value of the exGeographicBoundingBox property.
 

Methods in gov.nasa.worldwind.servers.wms.xml with parameters of type EXGeographicBoundingBox
 void Layer.setEXGeographicBoundingBox(EXGeographicBoundingBox value)
          Sets the value of the exGeographicBoundingBox property.
 


NASA World Wind WMS