|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.wms.EXGeographicBoundingBox
public class EXGeographicBoundingBox
Classe Java pour anonymous complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<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()
Obtient la valeur de la propriété eastBoundLongitude. |
double |
getNorthBoundLatitude()
Obtient la valeur de la propriété northBoundLatitude. |
double |
getSouthBoundLatitude()
Obtient la valeur de la propriété southBoundLatitude. |
double |
getWestBoundLongitude()
Obtient la valeur de la propriété westBoundLongitude. |
boolean |
isSetEastBoundLongitude()
|
boolean |
isSetNorthBoundLatitude()
|
boolean |
isSetSouthBoundLatitude()
|
boolean |
isSetWestBoundLongitude()
|
void |
setEastBoundLongitude(double value)
Définit la valeur de la propriété eastBoundLongitude. |
void |
setNorthBoundLatitude(double value)
Définit la valeur de la propriété northBoundLatitude. |
void |
setSouthBoundLatitude(double value)
Définit la valeur de la propriété southBoundLatitude. |
void |
setWestBoundLongitude(double value)
Définit la valeur de la propriété westBoundLongitude. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected double westBoundLongitude
protected double eastBoundLongitude
protected double southBoundLatitude
protected double northBoundLatitude
| Constructor Detail |
|---|
public EXGeographicBoundingBox()
| Method Detail |
|---|
public double getWestBoundLongitude()
public void setWestBoundLongitude(double value)
public boolean isSetWestBoundLongitude()
public double getEastBoundLongitude()
public void setEastBoundLongitude(double value)
public boolean isSetEastBoundLongitude()
public double getSouthBoundLatitude()
public void setSouthBoundLatitude(double value)
public boolean isSetSouthBoundLatitude()
public double getNorthBoundLatitude()
public void setNorthBoundLatitude(double value)
public boolean isSetNorthBoundLatitude()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||