public class BoundingBox
extends java.lang.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="SRS" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="minx" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="miny" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="maxx" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="maxy" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="resx" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="resy" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
maxx |
protected java.lang.String |
maxy |
protected java.lang.String |
minx |
protected java.lang.String |
miny |
protected java.lang.String |
resx |
protected java.lang.String |
resy |
protected java.lang.String |
srs |
| Constructor and Description |
|---|
BoundingBox() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMaxx()
Gets the value of the maxx property.
|
java.lang.String |
getMaxy()
Gets the value of the maxy property.
|
java.lang.String |
getMinx()
Gets the value of the minx property.
|
java.lang.String |
getMiny()
Gets the value of the miny property.
|
java.lang.String |
getResx()
Gets the value of the resx property.
|
java.lang.String |
getResy()
Gets the value of the resy property.
|
java.lang.String |
getSRS()
Gets the value of the srs property.
|
void |
setMaxx(java.lang.String value)
Sets the value of the maxx property.
|
void |
setMaxy(java.lang.String value)
Sets the value of the maxy property.
|
void |
setMinx(java.lang.String value)
Sets the value of the minx property.
|
void |
setMiny(java.lang.String value)
Sets the value of the miny property.
|
void |
setResx(java.lang.String value)
Sets the value of the resx property.
|
void |
setResy(java.lang.String value)
Sets the value of the resy property.
|
void |
setSRS(java.lang.String value)
Sets the value of the srs property.
|
protected java.lang.String srs
protected java.lang.String minx
protected java.lang.String miny
protected java.lang.String maxx
protected java.lang.String maxy
protected java.lang.String resx
protected java.lang.String resy
public java.lang.String getSRS()
Stringpublic void setSRS(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMinx()
Stringpublic void setMinx(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMiny()
Stringpublic void setMiny(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMaxx()
Stringpublic void setMaxx(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMaxy()
Stringpublic void setMaxy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getResx()
Stringpublic void setResx(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getResy()
Stringpublic void setResy(java.lang.String value)
value - allowed object is
StringCopyright © 2013. All Rights Reserved.