@XmlElement(value="Description") public interface Description
Modifier and Type | Method and Description |
---|---|
Object |
accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
InternationalString |
getAbstract()
Returns a human readable, prose description of this style.
|
InternationalString |
getTitle()
Returns the human readable title of this style.
|
@XmlElement(value="Title") InternationalString getTitle()
@XmlElement(value="Abstract") InternationalString getAbstract()
@Extension Object accept(StyleVisitor visitor, Object extraData)
visitor
- the style visitorCopyright © 1996–2019 Geotools. All rights reserved.