NASA World Wind WMS

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

java.lang.Object
  extended by gov.nasa.worldwind.servers.wms.xml.EXGeographicBoundingBox

public class EXGeographicBoundingBox
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="westBoundLongitude" type="{http://www.opengis.net/wms}longitudeType"/>
         <element name="eastBoundLongitude" type="{http://www.opengis.net/wms}longitudeType"/>
         <element name="southBoundLatitude" type="{http://www.opengis.net/wms}latitudeType"/>
         <element name="northBoundLatitude" type="{http://www.opengis.net/wms}latitudeType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  double eastBoundLongitude
           
protected  double northBoundLatitude
           
protected  double southBoundLatitude
           
protected  double westBoundLongitude
           
 
Constructor Summary
EXGeographicBoundingBox()
           
 
Method Summary
 double getEastBoundLongitude()
          Gets the value of the eastBoundLongitude property.
 double getNorthBoundLatitude()
          Gets the value of the northBoundLatitude property.
 double getSouthBoundLatitude()
          Gets the value of the southBoundLatitude property.
 double getWestBoundLongitude()
          Gets the value of the westBoundLongitude property.
 void setEastBoundLongitude(double value)
          Sets the value of the eastBoundLongitude property.
 void setNorthBoundLatitude(double value)
          Sets the value of the northBoundLatitude property.
 void setSouthBoundLatitude(double value)
          Sets the value of the southBoundLatitude property.
 void setWestBoundLongitude(double value)
          Sets the value of the westBoundLongitude property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eastBoundLongitude

protected double eastBoundLongitude

northBoundLatitude

protected double northBoundLatitude

southBoundLatitude

protected double southBoundLatitude

westBoundLongitude

protected double westBoundLongitude
Constructor Detail

EXGeographicBoundingBox

public EXGeographicBoundingBox()
Method Detail

getEastBoundLongitude

public double getEastBoundLongitude()
Gets the value of the eastBoundLongitude property.


getNorthBoundLatitude

public double getNorthBoundLatitude()
Gets the value of the northBoundLatitude property.


getSouthBoundLatitude

public double getSouthBoundLatitude()
Gets the value of the southBoundLatitude property.


getWestBoundLongitude

public double getWestBoundLongitude()
Gets the value of the westBoundLongitude property.


setEastBoundLongitude

public void setEastBoundLongitude(double value)
Sets the value of the eastBoundLongitude property.


setNorthBoundLatitude

public void setNorthBoundLatitude(double value)
Sets the value of the northBoundLatitude property.


setSouthBoundLatitude

public void setSouthBoundLatitude(double value)
Sets the value of the southBoundLatitude property.


setWestBoundLongitude

public void setWestBoundLongitude(double value)
Sets the value of the westBoundLongitude property.


NASA World Wind WMS