@UML(identifier="PF_PortrayalCatalog", specification=ISO_19117) @XmlElement(value="UserStyle") public interface Style
A portrayal catalog consits of a set of feature portrayal objects. Many may exist for each feature type that may occur in the dataset. each feature object has assigned a set of portrayal rules. This class is a merged between ISO 19117 Portrayal and OGC SLD 1.1.0
Modifier and Type | Method and Description |
---|---|
Object |
accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
List<? extends FeatureTypeStyle> |
featureTypeStyles()
Returns a collection of feature type style.
|
Symbolizer |
getDefaultSpecification()
Returns the default specification used if no rule return true.
|
Description |
getDescription()
Returns the description of this style.
|
String |
getName()
Style name (machine readable, don't show to users)
|
boolean |
isDefault()
The IsDefault element identifies whether a style is the default style of a layer, for use in
SLD ‘library mode’ when rendering or for storing inside of a map server.
|
@XmlElement(value="UserStyle") String getName()
@XmlElement(value="Description") Description getDescription()
@XmlElement(value="IsDefault") boolean isDefault()
@UML(identifier="featurePortrayal", obligation=MANDATORY, specification=ISO_19117) @XmlElement(value="FeatureTypeStyle") List<? extends FeatureTypeStyle> featureTypeStyles()
@UML(identifier="defaultPortrayalSpec", obligation=MANDATORY, specification=ISO_19117) Symbolizer getDefaultSpecification()
@Extension Object accept(StyleVisitor visitor, Object extraData)
visitor
- the style visitorCopyright © 1996–2019 Geotools. All rights reserved.