org.opengis.style
Interface LabelPlacement

Show UML class diagram
All Known Subinterfaces:
LinePlacement, PointPlacement

@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

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 © 1994-2012 Open Geospatial Consortium. All Rights Reserved.