Uses of Interface
org.opengis.sld.TextPlacement

Packages that use TextPlacement
org.opengis.sld Allows user-defined symbolization of feature data. 
 

Uses of TextPlacement in org.opengis.sld
 

Subinterfaces of TextPlacement in org.opengis.sld
 interface LinePlacement
          Helds by a TextSymbol to indicate that text should be drawn at some distance from a line.
 interface PointPlacement
          Used in the TextSymbol class to indicate that text should be drawn starting at a particular point and extending in a straight line.
 

Methods in org.opengis.sld that return TextPlacement
 TextPlacement TextSymbol.getPlacement()
          Returns the object that indicates how the text should be placed with respect to the feature geometry.
 

Methods in org.opengis.sld with parameters of type TextPlacement
 void TextSymbol.setPlacement(TextPlacement placement)
          Sets the object that indicates how the text should be placed with respect to the feature geometry.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.