net.opengis.gml
Class StyleType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.AbstractStyleType
          extended by net.opengis.gml.StyleType

public class StyleType
extends AbstractStyleType

[complexType of] Predefined concrete value of the top-level property. Encapsulates all other styling information.

Classe Java pour StyleType complex type.

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

 <complexType name="StyleType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractStyleType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}featureStyle" maxOccurs="unbounded"/>
         <element ref="{http://www.opengis.net/gml}graphStyle" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<FeatureStylePropertyElement> featureStyle
           
protected  GraphStylePropertyElement graphStyle
           
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
StyleType()
           
 
Method Summary
 List<FeatureStylePropertyElement> getFeatureStyle()
          Gets the value of the featureStyle property.
 GraphStylePropertyElement getGraphStyle()
          Obtient la valeur de la propriété graphStyle.
 boolean isSetFeatureStyle()
           
 boolean isSetGraphStyle()
           
 void setGraphStyle(GraphStylePropertyElement value)
          Définit la valeur de la propriété graphStyle.
 void unsetFeatureStyle()
           
 
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

featureStyle

protected List<FeatureStylePropertyElement> featureStyle

graphStyle

protected GraphStylePropertyElement graphStyle
Constructor Detail

StyleType

public StyleType()
Method Detail

getFeatureStyle

public List<FeatureStylePropertyElement> getFeatureStyle()
Gets the value of the featureStyle 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 featureStyle property.

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

    getFeatureStyle().add(newItem);
 

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


isSetFeatureStyle

public boolean isSetFeatureStyle()

unsetFeatureStyle

public void unsetFeatureStyle()

getGraphStyle

public GraphStylePropertyElement getGraphStyle()
Obtient la valeur de la propriété graphStyle.

Returns:
possible object is GraphStylePropertyElement

setGraphStyle

public void setGraphStyle(GraphStylePropertyElement value)
Définit la valeur de la propriété graphStyle.

Parameters:
value - allowed object is GraphStylePropertyElement

isSetGraphStyle

public boolean isSetGraphStyle()


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