net.opengis.wms
Class EXGeographicBoundingBox

java.lang.Object
  extended by net.opengis.wms.EXGeographicBoundingBox

public class EXGeographicBoundingBox
extends Object

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

westBoundLongitude

protected double westBoundLongitude

eastBoundLongitude

protected double eastBoundLongitude

southBoundLatitude

protected double southBoundLatitude

northBoundLatitude

protected double northBoundLatitude
Constructor Detail

EXGeographicBoundingBox

public EXGeographicBoundingBox()
Method Detail

getWestBoundLongitude

public double getWestBoundLongitude()
Obtient la valeur de la propriété westBoundLongitude.


setWestBoundLongitude

public void setWestBoundLongitude(double value)
Définit la valeur de la propriété westBoundLongitude.


isSetWestBoundLongitude

public boolean isSetWestBoundLongitude()

getEastBoundLongitude

public double getEastBoundLongitude()
Obtient la valeur de la propriété eastBoundLongitude.


setEastBoundLongitude

public void setEastBoundLongitude(double value)
Définit la valeur de la propriété eastBoundLongitude.


isSetEastBoundLongitude

public boolean isSetEastBoundLongitude()

getSouthBoundLatitude

public double getSouthBoundLatitude()
Obtient la valeur de la propriété southBoundLatitude.


setSouthBoundLatitude

public void setSouthBoundLatitude(double value)
Définit la valeur de la propriété southBoundLatitude.


isSetSouthBoundLatitude

public boolean isSetSouthBoundLatitude()

getNorthBoundLatitude

public double getNorthBoundLatitude()
Obtient la valeur de la propriété northBoundLatitude.


setNorthBoundLatitude

public void setNorthBoundLatitude(double value)
Définit la valeur de la propriété northBoundLatitude.


isSetNorthBoundLatitude

public boolean isSetNorthBoundLatitude()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.