net.opengis.se._2_0.core
Class CompositeSymbolizerType
java.lang.Object
net.opengis.se._2_0.core.SymbolizerType
net.opengis.se._2_0.core.CompositeSymbolizerType
public class CompositeSymbolizerType
- extends SymbolizerType
Classe Java pour CompositeSymbolizerType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="CompositeSymbolizerType">
<complexContent>
<extension base="{http://www.opengis.net/se/2.0/core}SymbolizerType">
<sequence>
<element ref="{http://www.opengis.net/se/2.0/core}Symbolizer" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class net.opengis.se._2_0.core.SymbolizerType |
getDescription, getExtension, getLegendGraphic, getName, getVersion, isSetDescription, isSetExtension, isSetLegendGraphic, isSetName, isSetVersion, setDescription, setExtension, setLegendGraphic, setName, setVersion |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
symbolizer
protected List<JAXBElement<? extends SymbolizerType>> symbolizer
CompositeSymbolizerType
public CompositeSymbolizerType()
getSymbolizer
public List<JAXBElement<? extends SymbolizerType>> getSymbolizer()
- Gets the value of the symbolizer 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 symbolizer property.
For example, to add a new item, do as follows:
getSymbolizer().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<TextSymbolizerType>
JAXBElement<CompositeSymbolizerType>
JAXBElement<SymbolizerReferenceType>
JAXBElement<RasterSymbolizerType>
JAXBElement<SymbolizerType>
JAXBElement<LineSymbolizerType>
JAXBElement<PointSymbolizerType>
JAXBElement<AreaSymbolizerType>
isSetSymbolizer
public boolean isSetSymbolizer()
unsetSymbolizer
public void unsetSymbolizer()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.