|
NASA World Wind WMS | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.worldwind.servers.wms.xml.BoundingBox
public class BoundingBox
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 |
---|
protected String crs
protected double maxx
protected double maxy
protected double minx
protected double miny
protected Double resx
protected Double resy
Constructor Detail |
---|
public BoundingBox()
Method Detail |
---|
public String getCRS()
String
public double getMaxx()
public double getMaxy()
public double getMinx()
public double getMiny()
public Double getResx()
Double
public Double getResy()
Double
public void setCRS(String value)
value
- allowed object is
String
public void setMaxx(double value)
public void setMaxy(double value)
public void setMinx(double value)
public void setMiny(double value)
public void setResx(Double value)
value
- allowed object is
Double
public void setResy(Double value)
value
- allowed object is
Double
|
NASA World Wind WMS | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |