|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@UML(identifier="PF_PortrayalCatalog",
specification=ISO_19117)
@XmlElement(value="UserStyle")
public interface Style
A UserStyle is at the same semantic level as a NamedStyle used in the context of a WMS. In a sense, a named style can be thought of as a reference to a hidden UserStyle that is stored inside of a map server.
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
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
@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 visitor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||