NASA World Wind WMS

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

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

public class BoundingBox
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">
       <attribute name="CRS" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="maxx" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="maxy" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="minx" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="miny" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="resx" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="resy" type="{http://www.w3.org/2001/XMLSchema}double" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String crs
           
protected  double maxx
           
protected  double maxy
           
protected  double minx
           
protected  double miny
           
protected  Double resx
           
protected  Double resy
           
 
Constructor Summary
BoundingBox()
           
 
Method Summary
 String getCRS()
          Gets the value of the crs property.
 double getMaxx()
          Gets the value of the maxx property.
 double getMaxy()
          Gets the value of the maxy property.
 double getMinx()
          Gets the value of the minx property.
 double getMiny()
          Gets the value of the miny property.
 Double getResx()
          Gets the value of the resx property.
 Double getResy()
          Gets the value of the resy property.
 void setCRS(String value)
          Sets the value of the crs property.
 void setMaxx(double value)
          Sets the value of the maxx property.
 void setMaxy(double value)
          Sets the value of the maxy property.
 void setMinx(double value)
          Sets the value of the minx property.
 void setMiny(double value)
          Sets the value of the miny property.
 void setResx(Double value)
          Sets the value of the resx property.
 void setResy(Double value)
          Sets the value of the resy property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

crs

protected String crs

maxx

protected double maxx

maxy

protected double maxy

minx

protected double minx

miny

protected double miny

resx

protected Double resx

resy

protected Double resy
Constructor Detail

BoundingBox

public BoundingBox()
Method Detail

getCRS

public String getCRS()
Gets the value of the crs property.

Returns:
possible object is String

getMaxx

public double getMaxx()
Gets the value of the maxx property.


getMaxy

public double getMaxy()
Gets the value of the maxy property.


getMinx

public double getMinx()
Gets the value of the minx property.


getMiny

public double getMiny()
Gets the value of the miny property.


getResx

public Double getResx()
Gets the value of the resx property.

Returns:
possible object is Double

getResy

public Double getResy()
Gets the value of the resy property.

Returns:
possible object is Double

setCRS

public void setCRS(String value)
Sets the value of the crs property.

Parameters:
value - allowed object is String

setMaxx

public void setMaxx(double value)
Sets the value of the maxx property.


setMaxy

public void setMaxy(double value)
Sets the value of the maxy property.


setMinx

public void setMinx(double value)
Sets the value of the minx property.


setMiny

public void setMiny(double value)
Sets the value of the miny property.


setResx

public void setResx(Double value)
Sets the value of the resx property.

Parameters:
value - allowed object is Double

setResy

public void setResy(Double value)
Sets the value of the resy property.

Parameters:
value - allowed object is Double

NASA World Wind WMS