net.opengis.ows_context
Class LayerType

java.lang.Object
  extended by net.opengis.ows._2.DescriptionType
      extended by net.opengis.ows._2.BasicIdentificationType
          extended by net.opengis.ows._2.IdentificationType
              extended by net.opengis.ows_context.AbstractResourceType
                  extended by net.opengis.ows_context.LayerType

public class LayerType
extends AbstractResourceType

Classe Java pour LayerType complex type.

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

 <complexType name="LayerType">
   <complexContent>
     <extension base="{http://www.opengis.net/ows-context}AbstractResourceType">
       <sequence>
         <element name="Server" type="{http://www.opengis.net/ows-context}ServerType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="DimensionList" type="{http://www.opengis.net/ows-context}DimensionListType" minOccurs="0"/>
         <element name="ResponseCRS" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ParameterList" type="{http://www.opengis.net/ows-context}ParameterListType" minOccurs="0"/>
         <element name="Depth" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Resx" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Resy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Resz" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="MaxFeatures" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element ref="{http://www.opengis.net/fes/2.1}Filter" minOccurs="0"/>
         <element name="InlineGeometry" type="{http://www.opengis.net/ows-context}InlineFeatureCollectionType" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}Document" maxOccurs="unbounded" minOccurs="0"/>
         <element name="VendorExtension" type="{http://www.opengis.net/ows-context}ExtensionType" minOccurs="0"/>
         <element name="StyleList" type="{http://www.opengis.net/ows-context}StyleListType" minOccurs="0"/>
         <element ref="{http://www.opengis.net/ows-context}Layer" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="queryable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="0" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String depth
           
protected  DimensionListType dimensionList
           
protected  List<DocumentType> document
           
protected  FilterType filter
           
protected  InlineFeatureCollectionType inlineGeometry
           
protected  List<LayerType> layer
           
protected  BigInteger maxFeatures
           
protected  ParameterListType parameterList
           
protected  Boolean queryable
           
protected  String responseCRS
           
protected  String resx
           
protected  String resy
           
protected  String resz
           
protected  List<ServerType> server
           
protected  StyleListType styleList
           
protected  ExtensionType vendorExtension
           
 
Fields inherited from class net.opengis.ows_context.AbstractResourceType
dataURL, extension, group, hidden, id, maxScaleDenominator, metadataURL, minScaleDenominator, name, opacity
 
Fields inherited from class net.opengis.ows._2.IdentificationType
availableCRS, boundingBox, outputFormat
 
Fields inherited from class net.opengis.ows._2.BasicIdentificationType
identifier, metadata
 
Fields inherited from class net.opengis.ows._2.DescriptionType
_abstract, keywords, title
 
Constructor Summary
LayerType()
           
 
Method Summary
 String getDepth()
          Obtient la valeur de la propriété depth.
 DimensionListType getDimensionList()
          Obtient la valeur de la propriété dimensionList.
 List<DocumentType> getDocument()
          Gets the value of the document property.
 FilterType getFilter()
          Obtient la valeur de la propriété filter.
 InlineFeatureCollectionType getInlineGeometry()
          Obtient la valeur de la propriété inlineGeometry.
 List<LayerType> getLayer()
          Gets the value of the layer property.
 BigInteger getMaxFeatures()
          Obtient la valeur de la propriété maxFeatures.
 ParameterListType getParameterList()
          Obtient la valeur de la propriété parameterList.
 String getResponseCRS()
          Obtient la valeur de la propriété responseCRS.
 String getResx()
          Obtient la valeur de la propriété resx.
 String getResy()
          Obtient la valeur de la propriété resy.
 String getResz()
          Obtient la valeur de la propriété resz.
 List<ServerType> getServer()
          Gets the value of the server property.
 StyleListType getStyleList()
          Obtient la valeur de la propriété styleList.
 ExtensionType getVendorExtension()
          Obtient la valeur de la propriété vendorExtension.
 boolean isQueryable()
          Obtient la valeur de la propriété queryable.
 boolean isSetDepth()
           
 boolean isSetDimensionList()
           
 boolean isSetDocument()
           
 boolean isSetFilter()
           
 boolean isSetInlineGeometry()
           
 boolean isSetLayer()
           
 boolean isSetMaxFeatures()
           
 boolean isSetParameterList()
           
 boolean isSetQueryable()
           
 boolean isSetResponseCRS()
           
 boolean isSetResx()
           
 boolean isSetResy()
           
 boolean isSetResz()
           
 boolean isSetServer()
           
 boolean isSetStyleList()
           
 boolean isSetVendorExtension()
           
 void setDepth(String value)
          Définit la valeur de la propriété depth.
 void setDimensionList(DimensionListType value)
          Définit la valeur de la propriété dimensionList.
 void setFilter(FilterType value)
          Définit la valeur de la propriété filter.
 void setInlineGeometry(InlineFeatureCollectionType value)
          Définit la valeur de la propriété inlineGeometry.
 void setMaxFeatures(BigInteger value)
          Définit la valeur de la propriété maxFeatures.
 void setParameterList(ParameterListType value)
          Définit la valeur de la propriété parameterList.
 void setQueryable(boolean value)
          Définit la valeur de la propriété queryable.
 void setResponseCRS(String value)
          Définit la valeur de la propriété responseCRS.
 void setResx(String value)
          Définit la valeur de la propriété resx.
 void setResy(String value)
          Définit la valeur de la propriété resy.
 void setResz(String value)
          Définit la valeur de la propriété resz.
 void setStyleList(StyleListType value)
          Définit la valeur de la propriété styleList.
 void setVendorExtension(ExtensionType value)
          Définit la valeur de la propriété vendorExtension.
 void unsetDocument()
           
 void unsetLayer()
           
 void unsetQueryable()
           
 void unsetServer()
           
 
Methods inherited from class net.opengis.ows_context.AbstractResourceType
getDataURL, getExtension, getGroup, getId, getMaxScaleDenominator, getMetadataURL, getMinScaleDenominator, getName, getOpacity, isHidden, isSetDataURL, isSetExtension, isSetGroup, isSetHidden, isSetId, isSetMaxScaleDenominator, isSetMetadataURL, isSetMinScaleDenominator, isSetName, isSetOpacity, setDataURL, setExtension, setGroup, setHidden, setId, setMaxScaleDenominator, setMetadataURL, setMinScaleDenominator, setName, setOpacity, unsetHidden
 
Methods inherited from class net.opengis.ows._2.IdentificationType
getAvailableCRS, getBoundingBox, getOutputFormat, isSetAvailableCRS, isSetBoundingBox, isSetOutputFormat, unsetAvailableCRS, unsetBoundingBox, unsetOutputFormat
 
Methods inherited from class net.opengis.ows._2.BasicIdentificationType
getIdentifier, getMetadata, isSetIdentifier, isSetMetadata, setIdentifier, unsetMetadata
 
Methods inherited from class net.opengis.ows._2.DescriptionType
getAbstract, getKeywords, getTitle, isSetAbstract, isSetKeywords, isSetTitle, unsetAbstract, unsetKeywords, unsetTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

server

protected List<ServerType> server

dimensionList

protected DimensionListType dimensionList

responseCRS

protected String responseCRS

parameterList

protected ParameterListType parameterList

depth

protected String depth

resx

protected String resx

resy

protected String resy

resz

protected String resz

maxFeatures

protected BigInteger maxFeatures

filter

protected FilterType filter

inlineGeometry

protected InlineFeatureCollectionType inlineGeometry

document

protected List<DocumentType> document

vendorExtension

protected ExtensionType vendorExtension

styleList

protected StyleListType styleList

layer

protected List<LayerType> layer

queryable

protected Boolean queryable
Constructor Detail

LayerType

public LayerType()
Method Detail

getServer

public List<ServerType> getServer()
Gets the value of the server property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the server property.

For example, to add a new item, do as follows:

    getServer().add(newItem);
 

Objects of the following type(s) are allowed in the list ServerType


isSetServer

public boolean isSetServer()

unsetServer

public void unsetServer()

getDimensionList

public DimensionListType getDimensionList()
Obtient la valeur de la propriété dimensionList.

Returns:
possible object is DimensionListType

setDimensionList

public void setDimensionList(DimensionListType value)
Définit la valeur de la propriété dimensionList.

Parameters:
value - allowed object is DimensionListType

isSetDimensionList

public boolean isSetDimensionList()

getResponseCRS

public String getResponseCRS()
Obtient la valeur de la propriété responseCRS.

Returns:
possible object is String

setResponseCRS

public void setResponseCRS(String value)
Définit la valeur de la propriété responseCRS.

Parameters:
value - allowed object is String

isSetResponseCRS

public boolean isSetResponseCRS()

getParameterList

public ParameterListType getParameterList()
Obtient la valeur de la propriété parameterList.

Returns:
possible object is ParameterListType

setParameterList

public void setParameterList(ParameterListType value)
Définit la valeur de la propriété parameterList.

Parameters:
value - allowed object is ParameterListType

isSetParameterList

public boolean isSetParameterList()

getDepth

public String getDepth()
Obtient la valeur de la propriété depth.

Returns:
possible object is String

setDepth

public void setDepth(String value)
Définit la valeur de la propriété depth.

Parameters:
value - allowed object is String

isSetDepth

public boolean isSetDepth()

getResx

public String getResx()
Obtient la valeur de la propriété resx.

Returns:
possible object is String

setResx

public void setResx(String value)
Définit la valeur de la propriété resx.

Parameters:
value - allowed object is String

isSetResx

public boolean isSetResx()

getResy

public String getResy()
Obtient la valeur de la propriété resy.

Returns:
possible object is String

setResy

public void setResy(String value)
Définit la valeur de la propriété resy.

Parameters:
value - allowed object is String

isSetResy

public boolean isSetResy()

getResz

public String getResz()
Obtient la valeur de la propriété resz.

Returns:
possible object is String

setResz

public void setResz(String value)
Définit la valeur de la propriété resz.

Parameters:
value - allowed object is String

isSetResz

public boolean isSetResz()

getMaxFeatures

public BigInteger getMaxFeatures()
Obtient la valeur de la propriété maxFeatures.

Returns:
possible object is BigInteger

setMaxFeatures

public void setMaxFeatures(BigInteger value)
Définit la valeur de la propriété maxFeatures.

Parameters:
value - allowed object is BigInteger

isSetMaxFeatures

public boolean isSetMaxFeatures()

getFilter

public FilterType getFilter()
Obtient la valeur de la propriété filter.

Returns:
possible object is FilterType

setFilter

public void setFilter(FilterType value)
Définit la valeur de la propriété filter.

Parameters:
value - allowed object is FilterType

isSetFilter

public boolean isSetFilter()

getInlineGeometry

public InlineFeatureCollectionType getInlineGeometry()
Obtient la valeur de la propriété inlineGeometry.

Returns:
possible object is InlineFeatureCollectionType

setInlineGeometry

public void setInlineGeometry(InlineFeatureCollectionType value)
Définit la valeur de la propriété inlineGeometry.

Parameters:
value - allowed object is InlineFeatureCollectionType

isSetInlineGeometry

public boolean isSetInlineGeometry()

getDocument

public List<DocumentType> getDocument()
Gets the value of the document property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the document property.

For example, to add a new item, do as follows:

    getDocument().add(newItem);
 

Objects of the following type(s) are allowed in the list DocumentType


isSetDocument

public boolean isSetDocument()

unsetDocument

public void unsetDocument()

getVendorExtension

public ExtensionType getVendorExtension()
Obtient la valeur de la propriété vendorExtension.

Returns:
possible object is ExtensionType

setVendorExtension

public void setVendorExtension(ExtensionType value)
Définit la valeur de la propriété vendorExtension.

Parameters:
value - allowed object is ExtensionType

isSetVendorExtension

public boolean isSetVendorExtension()

getStyleList

public StyleListType getStyleList()
Obtient la valeur de la propriété styleList.

Returns:
possible object is StyleListType

setStyleList

public void setStyleList(StyleListType value)
Définit la valeur de la propriété styleList.

Parameters:
value - allowed object is StyleListType

isSetStyleList

public boolean isSetStyleList()

getLayer

public List<LayerType> getLayer()
Gets the value of the layer property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the layer property.

For example, to add a new item, do as follows:

    getLayer().add(newItem);
 

Objects of the following type(s) are allowed in the list LayerType


isSetLayer

public boolean isSetLayer()

unsetLayer

public void unsetLayer()

isQueryable

public boolean isQueryable()
Obtient la valeur de la propriété queryable.

Returns:
possible object is Boolean

setQueryable

public void setQueryable(boolean value)
Définit la valeur de la propriété queryable.

Parameters:
value - allowed object is Boolean

isSetQueryable

public boolean isSetQueryable()

unsetQueryable

public void unsetQueryable()


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