Uses of Interface
org.opengis.style.LabelPlacement

Packages that use LabelPlacement
org.geotools.styling Allows for symbolization of geospatial data. 
org.opengis.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal This package is a merge from package GeoAPI SLD (v1.0.0) and GeoTools styling. 
 

Uses of LabelPlacement in org.geotools.styling
 

Subinterfaces of LabelPlacement in org.geotools.styling
 interface LabelPlacement
          The "LabelPlacement" specifies where and how a text label should be rendered relative to a geometry.
 

Classes in org.geotools.styling that implement LabelPlacement
 class LinePlacementImpl
          Default implementation of LinePlacement.
 class PointPlacementImpl
          DOCUMENT ME!
 

Methods in org.geotools.styling with parameters of type LabelPlacement
 void TextSymbolizerImpl.setLabelPlacement(LabelPlacement labelPlacement)
          Setter for property labelPlacement.
 void TextSymbolizer.setLabelPlacement(LabelPlacement labelPlacement)
          A LabelPlacement specifies how a text element should be rendered relative to its geometric point or line.
 TextSymbolizer StyleFactoryImpl.textSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression label, Font font, LabelPlacement placement, Halo halo, Fill fill)
           
 TextSymbolizerImpl StyleFactoryImpl2.textSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression label, Font font, LabelPlacement placement, Halo halo, Fill fill)
           
 TextSymbolizer StyleFactory.textSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression label, Font font, LabelPlacement placement, Halo halo, Fill fill)
          Creation of a TextSymbolizer defining how labels are portrayed.
 

Uses of LabelPlacement in org.opengis.style
 

Subinterfaces of LabelPlacement in org.opengis.style
 interface LinePlacement
          The "LinePlacement" specifies where and how a text label should be rendered relative to a line.
 interface PointPlacement
          A PointPlacement specifies how a text label is positioned relative to a geometric point.
 

Methods in org.opengis.style that return LabelPlacement
 LabelPlacement TextSymbolizer.getLabelPlacement()
          Returns the object that indicates how the text should be placed with respect to the feature geometry.
 

Methods in org.opengis.style with parameters of type LabelPlacement
 TextSymbolizer StyleFactory.textSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression label, Font font, LabelPlacement placement, Halo halo, Fill fill)
          Creation of a TextSymbolizer defining how labels are portrayed.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.