public interface ExternalMark
Modifier and Type | Method and Description |
---|---|
Object |
accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
String |
getFormat()
Returns the mime type of the onlineResource/InlineContent
|
Icon |
getInlineContent()
Returns on inline content.
|
int |
getMarkIndex()
Returns an integer value that can used for accessing a particular Font character in a TTF
file or a catalog for example.
|
OnLineResource |
getOnlineResource()
Returns on online resource defined by an URI.
|
@XmlElement(value="OnlineResource") OnLineResource getOnlineResource()
Both OnlineResource and InlineContent can't be null and both can't be set at the same time.
@XmlElement(value="InlineContent") Icon getInlineContent()
Both OnlineResource and InlineContent can't be null and both can't be set at the same time.
@XmlElement(value="Format") String getFormat()
@XmlElement(value="MarkIndex") int getMarkIndex()
@Extension Object accept(StyleVisitor visitor, Object extraData)
visitor
- the style visitorCopyright © 1996–2019 Geotools. All rights reserved.