Package org.opengis.style
Interface GraphicStroke
-
- All Superinterfaces:
Graphic
- All Known Subinterfaces:
Graphic
- All Known Implementing Classes:
GraphicImpl
@XmlElement("GraphicStroke") public interface GraphicStroke extends Graphic
The GraphicStroke element both indicates that a repeated-linear-graphic stroke type will be used.- Since:
- GeoAPI 2.2
- Author:
- Open Geospatial Consortium, Johann Sorel (Geomatys)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
accept(StyleVisitor visitor, Object extraData)
Calls the visit method of a StyleVisitorExpression
getGap()
Gap gives the distance between two graphics.Expression
getInitialGap()
InitialGap specifies how far away the first graphic will be drawn relative to the start of the rendering line-
Methods inherited from interface Graphic
getAnchorPoint, getDisplacement, getOpacity, getRotation, getSize, graphicalSymbols
-
-
-
-
Method Detail
-
getInitialGap
@XmlElement("InitialGap") Expression getInitialGap()
InitialGap specifies how far away the first graphic will be drawn relative to the start of the rendering line- Returns:
- Expression
-
getGap
@XmlElement("Gap") Expression getGap()
Gap gives the distance between two graphics.- Returns:
- Expression
-
accept
@Extension Object accept(StyleVisitor visitor, Object extraData)
Calls the visit method of a StyleVisitor
-
-