|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.sld._1_2.GetMapType
public class GetMapType
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 |
|---|
protected StyledLayerDescriptorElement styledLayerDescriptor
protected String crs
protected BoundingBoxType boundingBox
protected OutputType output
protected ExceptionsType exceptions
protected XMLGregorianCalendar time
protected ElevationType elevation
public static final String VERSION
| Constructor Detail |
|---|
public GetMapType()
| Method Detail |
|---|
public StyledLayerDescriptorElement getStyledLayerDescriptor()
StyledLayerDescriptorElementpublic void setStyledLayerDescriptor(StyledLayerDescriptorElement value)
value - allowed object is
StyledLayerDescriptorElementpublic boolean isSetStyledLayerDescriptor()
public String getCRS()
Stringpublic void setCRS(String value)
value - allowed object is
Stringpublic boolean isSetCRS()
public BoundingBoxType getBoundingBox()
BoundingBoxTypepublic void setBoundingBox(BoundingBoxType value)
value - allowed object is
BoundingBoxTypepublic boolean isSetBoundingBox()
public OutputType getOutput()
OutputTypepublic void setOutput(OutputType value)
value - allowed object is
OutputTypepublic boolean isSetOutput()
public ExceptionsType getExceptions()
ExceptionsTypepublic void setExceptions(ExceptionsType value)
value - allowed object is
ExceptionsTypepublic boolean isSetExceptions()
public XMLGregorianCalendar getTime()
XMLGregorianCalendarpublic void setTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetTime()
public ElevationType getElevation()
ElevationTypepublic void setElevation(ElevationType value)
value - allowed object is
ElevationTypepublic boolean isSetElevation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||