net.opengis.gml
Class FeatureStyleType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.FeatureStyleType

public class FeatureStyleType
extends AbstractGMLType

[complexType of] The style descriptor for features.

Classe Java pour FeatureStyleType complex type.

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

 <complexType name="FeatureStyleType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractGMLType">
       <sequence>
         <element name="featureConstraint" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element ref="{http://www.opengis.net/gml}geometryStyle" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/gml}topologyStyle" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/gml}labelStyle" minOccurs="0"/>
       </sequence>
       <attribute name="featureType" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="baseType" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="queryGrammar" type="{http://www.opengis.net/gml}QueryGrammarEnumeration" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String baseType
           
protected  String featureConstraint
           
protected  String featureType
           
protected  List<GeometryStylePropertyElement> geometryStyle
           
protected  LabelStylePropertyElement labelStyle
           
protected  QueryGrammarEnumeration queryGrammar
           
protected  List<TopologyStylePropertyElement> topologyStyle
           
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
FeatureStyleType()
           
 
Method Summary
 String getBaseType()
          Obtient la valeur de la propriété baseType.
 String getFeatureConstraint()
          Obtient la valeur de la propriété featureConstraint.
 String getFeatureType()
          Obtient la valeur de la propriété featureType.
 List<GeometryStylePropertyElement> getGeometryStyle()
          Gets the value of the geometryStyle property.
 LabelStylePropertyElement getLabelStyle()
          Obtient la valeur de la propriété labelStyle.
 QueryGrammarEnumeration getQueryGrammar()
          Obtient la valeur de la propriété queryGrammar.
 List<TopologyStylePropertyElement> getTopologyStyle()
          Gets the value of the topologyStyle property.
 boolean isSetBaseType()
           
 boolean isSetFeatureConstraint()
           
 boolean isSetFeatureType()
           
 boolean isSetGeometryStyle()
           
 boolean isSetLabelStyle()
           
 boolean isSetQueryGrammar()
           
 boolean isSetTopologyStyle()
           
 void setBaseType(String value)
          Définit la valeur de la propriété baseType.
 void setFeatureConstraint(String value)
          Définit la valeur de la propriété featureConstraint.
 void setFeatureType(String value)
          Définit la valeur de la propriété featureType.
 void setLabelStyle(LabelStylePropertyElement value)
          Définit la valeur de la propriété labelStyle.
 void setQueryGrammar(QueryGrammarEnumeration value)
          Définit la valeur de la propriété queryGrammar.
 void unsetGeometryStyle()
           
 void unsetTopologyStyle()
           
 
Methods inherited from class net.opengis.gml.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

featureConstraint

protected String featureConstraint

geometryStyle

protected List<GeometryStylePropertyElement> geometryStyle

topologyStyle

protected List<TopologyStylePropertyElement> topologyStyle

labelStyle

protected LabelStylePropertyElement labelStyle

featureType

protected String featureType

baseType

protected String baseType

queryGrammar

protected QueryGrammarEnumeration queryGrammar
Constructor Detail

FeatureStyleType

public FeatureStyleType()
Method Detail

getFeatureConstraint

public String getFeatureConstraint()
Obtient la valeur de la propriété featureConstraint.

Returns:
possible object is String

setFeatureConstraint

public void setFeatureConstraint(String value)
Définit la valeur de la propriété featureConstraint.

Parameters:
value - allowed object is String

isSetFeatureConstraint

public boolean isSetFeatureConstraint()

getGeometryStyle

public List<GeometryStylePropertyElement> getGeometryStyle()
Gets the value of the geometryStyle 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 geometryStyle property.

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

    getGeometryStyle().add(newItem);
 

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


isSetGeometryStyle

public boolean isSetGeometryStyle()

unsetGeometryStyle

public void unsetGeometryStyle()

getTopologyStyle

public List<TopologyStylePropertyElement> getTopologyStyle()
Gets the value of the topologyStyle 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 topologyStyle property.

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

    getTopologyStyle().add(newItem);
 

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


isSetTopologyStyle

public boolean isSetTopologyStyle()

unsetTopologyStyle

public void unsetTopologyStyle()

getLabelStyle

public LabelStylePropertyElement getLabelStyle()
Obtient la valeur de la propriété labelStyle.

Returns:
possible object is LabelStylePropertyElement

setLabelStyle

public void setLabelStyle(LabelStylePropertyElement value)
Définit la valeur de la propriété labelStyle.

Parameters:
value - allowed object is LabelStylePropertyElement

isSetLabelStyle

public boolean isSetLabelStyle()

getFeatureType

public String getFeatureType()
Obtient la valeur de la propriété featureType.

Returns:
possible object is String

setFeatureType

public void setFeatureType(String value)
Définit la valeur de la propriété featureType.

Parameters:
value - allowed object is String

isSetFeatureType

public boolean isSetFeatureType()

getBaseType

public String getBaseType()
Obtient la valeur de la propriété baseType.

Returns:
possible object is String

setBaseType

public void setBaseType(String value)
Définit la valeur de la propriété baseType.

Parameters:
value - allowed object is String

isSetBaseType

public boolean isSetBaseType()

getQueryGrammar

public QueryGrammarEnumeration getQueryGrammar()
Obtient la valeur de la propriété queryGrammar.

Returns:
possible object is QueryGrammarEnumeration

setQueryGrammar

public void setQueryGrammar(QueryGrammarEnumeration value)
Définit la valeur de la propriété queryGrammar.

Parameters:
value - allowed object is QueryGrammarEnumeration

isSetQueryGrammar

public boolean isSetQueryGrammar()


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