org.opengis.style
Interface LabelPlacement

All Known Subinterfaces:
LabelPlacement, LinePlacement, LinePlacement, PointPlacement, PointPlacement
All Known Implementing Classes:
LinePlacementImpl, PointPlacementImpl

@XmlElement(value="LabelPlacement")
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
 Object accept(StyleVisitor visitor, Object extraData)
          Calls the visit method of a StyleVisitor.
 

Method Detail

accept

@Extension
Object accept(StyleVisitor 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


Copyright © 1996-2014 Geotools. All Rights Reserved.