Package org.geotools.api.style
Interface LabelPlacement
-
- All Known Subinterfaces:
LinePlacement
,PointPlacement
- All Known Implementing Classes:
LinePlacementImpl
,PointPlacementImpl
public interface LabelPlacement
The LabelPlacement element is used to position a label relative to a point, line string or polygon.- Since:
- GeoAPI 2.2
- Author:
- Open Geospatial Consortium, Johann Sorel (Geomatys)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(StyleVisitor visitor)
Object
accept(TraversingStyleVisitor visitor, Object extraData)
Calls the visit method of a StyleVisitor.
-
-
-
Method Detail
-
accept
Object accept(TraversingStyleVisitor visitor, Object extraData)
Calls the visit method of a StyleVisitor.Please note that LabelPalcement is not intended to be used as is; the StyleVisitor visit method must traverse an instance of LinePlacement or PointPlacement.
- Parameters:
visitor
- the style visitor
-
accept
void accept(StyleVisitor visitor)
-
-