net.opengis.sld._1_2
Class GetMapType

java.lang.Object
  extended by net.opengis.sld._1_2.GetMapType

public class GetMapType
extends Object

Classe Java pour GetMapType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="GetMapType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/sld/1.2}StyledLayerDescriptor"/>
         <element name="CRS" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="BoundingBox" type="{http://www.opengis.net/ows/2.0}BoundingBoxType"/>
         <element name="Output" type="{http://www.opengis.net/sld/1.2}OutputType"/>
         <element name="Exceptions" type="{http://www.opengis.net/sld/1.2}ExceptionsType" minOccurs="0"/>
         <element name="Time" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Elevation" type="{http://www.opengis.net/sld/1.2}ElevationType" minOccurs="0"/>
       </sequence>
       <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" fixed="1.3.0" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  BoundingBoxType boundingBox
           
protected  String crs
           
protected  ElevationType elevation
           
protected  ExceptionsType exceptions
           
protected  OutputType output
           
protected  StyledLayerDescriptorElement styledLayerDescriptor
           
protected  XMLGregorianCalendar time
           
static String VERSION
           
 
Constructor Summary
GetMapType()
           
 
Method Summary
 BoundingBoxType getBoundingBox()
          Obtient la valeur de la propriété boundingBox.
 String getCRS()
          Obtient la valeur de la propriété crs.
 ElevationType getElevation()
          Obtient la valeur de la propriété elevation.
 ExceptionsType getExceptions()
          Obtient la valeur de la propriété exceptions.
 OutputType getOutput()
          Obtient la valeur de la propriété output.
 StyledLayerDescriptorElement getStyledLayerDescriptor()
          Obtient la valeur de la propriété styledLayerDescriptor.
 XMLGregorianCalendar getTime()
          Obtient la valeur de la propriété time.
 boolean isSetBoundingBox()
           
 boolean isSetCRS()
           
 boolean isSetElevation()
           
 boolean isSetExceptions()
           
 boolean isSetOutput()
           
 boolean isSetStyledLayerDescriptor()
           
 boolean isSetTime()
           
 void setBoundingBox(BoundingBoxType value)
          Définit la valeur de la propriété boundingBox.
 void setCRS(String value)
          Définit la valeur de la propriété crs.
 void setElevation(ElevationType value)
          Définit la valeur de la propriété elevation.
 void setExceptions(ExceptionsType value)
          Définit la valeur de la propriété exceptions.
 void setOutput(OutputType value)
          Définit la valeur de la propriété output.
 void setStyledLayerDescriptor(StyledLayerDescriptorElement value)
          Définit la valeur de la propriété styledLayerDescriptor.
 void setTime(XMLGregorianCalendar value)
          Définit la valeur de la propriété time.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

styledLayerDescriptor

protected StyledLayerDescriptorElement styledLayerDescriptor

crs

protected String crs

boundingBox

protected BoundingBoxType boundingBox

output

protected OutputType output

exceptions

protected ExceptionsType exceptions

time

protected XMLGregorianCalendar time

elevation

protected ElevationType elevation

VERSION

public static final String VERSION
See Also:
Constant Field Values
Constructor Detail

GetMapType

public GetMapType()
Method Detail

getStyledLayerDescriptor

public StyledLayerDescriptorElement getStyledLayerDescriptor()
Obtient la valeur de la propriété styledLayerDescriptor.

Returns:
possible object is StyledLayerDescriptorElement

setStyledLayerDescriptor

public void setStyledLayerDescriptor(StyledLayerDescriptorElement value)
Définit la valeur de la propriété styledLayerDescriptor.

Parameters:
value - allowed object is StyledLayerDescriptorElement

isSetStyledLayerDescriptor

public boolean isSetStyledLayerDescriptor()

getCRS

public String getCRS()
Obtient la valeur de la propriété crs.

Returns:
possible object is String

setCRS

public void setCRS(String value)
Définit la valeur de la propriété crs.

Parameters:
value - allowed object is String

isSetCRS

public boolean isSetCRS()

getBoundingBox

public BoundingBoxType getBoundingBox()
Obtient la valeur de la propriété boundingBox.

Returns:
possible object is BoundingBoxType

setBoundingBox

public void setBoundingBox(BoundingBoxType value)
Définit la valeur de la propriété boundingBox.

Parameters:
value - allowed object is BoundingBoxType

isSetBoundingBox

public boolean isSetBoundingBox()

getOutput

public OutputType getOutput()
Obtient la valeur de la propriété output.

Returns:
possible object is OutputType

setOutput

public void setOutput(OutputType value)
Définit la valeur de la propriété output.

Parameters:
value - allowed object is OutputType

isSetOutput

public boolean isSetOutput()

getExceptions

public ExceptionsType getExceptions()
Obtient la valeur de la propriété exceptions.

Returns:
possible object is ExceptionsType

setExceptions

public void setExceptions(ExceptionsType value)
Définit la valeur de la propriété exceptions.

Parameters:
value - allowed object is ExceptionsType

isSetExceptions

public boolean isSetExceptions()

getTime

public XMLGregorianCalendar getTime()
Obtient la valeur de la propriété time.

Returns:
possible object is XMLGregorianCalendar

setTime

public void setTime(XMLGregorianCalendar value)
Définit la valeur de la propriété time.

Parameters:
value - allowed object is XMLGregorianCalendar

isSetTime

public boolean isSetTime()

getElevation

public ElevationType getElevation()
Obtient la valeur de la propriété elevation.

Returns:
possible object is ElevationType

setElevation

public void setElevation(ElevationType value)
Définit la valeur de la propriété elevation.

Parameters:
value - allowed object is ElevationType

isSetElevation

public boolean isSetElevation()


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