Uses of Interface
org.opengis.style.PointPlacement

Packages that use PointPlacement
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 PointPlacement in org.geotools.styling
 

Subinterfaces of PointPlacement in org.geotools.styling
 interface PointPlacement
          A PointPlacement specifies how a text label is positioned relative to a geometric point.
 

Classes in org.geotools.styling that implement PointPlacement
 class PointPlacementImpl
          DOCUMENT ME!
 

Uses of PointPlacement in org.opengis.style
 

Methods in org.opengis.style that return PointPlacement
 PointPlacement StyleFactory.pointPlacement(AnchorPoint anchor, Displacement displacement, Expression rotation)
           
 

Methods in org.opengis.style with parameters of type PointPlacement
 Object StyleVisitor.visit(PointPlacement pointPlacement, Object data)
          Called when accept is called on a Point Placement
 



Copyright © 1996-2014 Geotools. All Rights Reserved.