|
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.EXGeographicBoundingBox
public class EXGeographicBoundingBox
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 |
|---|
protected double eastBoundLongitude
protected double northBoundLatitude
protected double southBoundLatitude
protected double westBoundLongitude
| Constructor Detail |
|---|
public EXGeographicBoundingBox()
| Method Detail |
|---|
public double getEastBoundLongitude()
public double getNorthBoundLatitude()
public double getSouthBoundLatitude()
public double getWestBoundLongitude()
public void setEastBoundLongitude(double value)
public void setNorthBoundLatitude(double value)
public void setSouthBoundLatitude(double value)
public void setWestBoundLongitude(double value)
|
NASA World Wind WMS | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||