Uses of Interface
org.opengis.style.PointPlacement
-
Packages that use PointPlacement Package Description 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 -
-
Uses of PointPlacement in org.geotools.styling
Subinterfaces of PointPlacement in org.geotools.styling Modifier and Type Interface Description interface
PointPlacement
A PointPlacement specifies how a text label is positioned relative to a geometric point.Classes in org.geotools.styling that implement PointPlacement Modifier and Type Class Description class
PointPlacementImpl
-
Uses of PointPlacement in org.opengis.style
Methods in org.opengis.style that return PointPlacement Modifier and Type Method Description PointPlacement
StyleFactory. pointPlacement(AnchorPoint anchor, Displacement displacement, Expression rotation)
Methods in org.opengis.style with parameters of type PointPlacement Modifier and Type Method Description Object
StyleVisitor. visit(PointPlacement pointPlacement, Object data)
Called when accept is called on a Point Placement
-