org.geotools.styling
Interface LabelPlacement

All Superinterfaces:
GTComponent
All Known Subinterfaces:
LinePlacement, PointPlacement
All Known Implementing Classes:
LinePlacementImpl, PointPlacementImpl

public interface LabelPlacement
extends GTComponent

The "LabelPlacement" specifies where and how a text label should be rendered relative to a geometry.

The details of this object are taken from the OGC Styled-Layer Descriptor Report (OGC 02-070) version 1.0.0.:


 <xsd:element name="LabelPlacement">
   <xsd:annotation>
     <xsd:documentation>
       The "LabelPlacement" specifies where and how a text label should
       be rendered relative to a geometry.  The present mechanism is
       poorly aligned with CSS/SVG.
     </xsd:documentation>
   </xsd:annotation>
   <xsd:complexType>
     <xsd:choice>
       <xsd:element ref="sld:PointPlacement"/>
       <xsd:element ref="sld:LinePlacement"/>
     </xsd:choice>
   </xsd:complexType>
 </xsd:element>
 

Author:
Ian Turton, CCG

Method Summary
 void accept(StyleVisitor visitor)
           
 
Methods inherited from interface org.geotools.event.GTComponent
changed, getNote, getParent, removed, setNote
 

Method Detail

accept

public void accept(StyleVisitor visitor)


Copyright © GeoTools. All Rights Reserved.