Uses of Interface
org.geotools.api.style.PointPlacement
Packages that use PointPlacement
Package
Description
The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal
A simple renderer implementation.
SLD 1.0 and SE RasterSymbolizer support classes
Styling to be applied on
org.geotools.renderer.geom.Geometry objects at rendering time.Allows for symbolization of geospatial data.
-
Uses of PointPlacement in org.geotools.api.style
Methods in org.geotools.api.style that return PointPlacementModifier and TypeMethodDescriptionStyleFactory.createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, Expression rotation) StyleFactory.getDefaultPointPlacement()StyleFactory.pointPlacement(AnchorPoint anchor, Displacement displacement, Expression rotation) Methods in org.geotools.api.style with parameters of type PointPlacementModifier and TypeMethodDescriptionvoidStyleVisitor.visit(PointPlacement pp) Called when accept is called on a Point PlacementTraversingStyleVisitor.visit(PointPlacement pointPlacement, Object data) Called when accept is called on a Point Placement -
Uses of PointPlacement in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder that return PointPlacementMethods in org.geotools.brewer.styling.builder with parameters of type PointPlacement -
Uses of PointPlacement in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type PointPlacementModifier and TypeMethodDescriptionvoidMetaBufferEstimator.visit(PointPlacement pp) voidOpacityFinder.visit(PointPlacement pp) -
Uses of PointPlacement in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type PointPlacement -
Uses of PointPlacement in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type PointPlacement -
Uses of PointPlacement in org.geotools.styling
Classes in org.geotools.styling that implement PointPlacementMethods in org.geotools.styling that return PointPlacementModifier and TypeMethodDescriptionabstract PointPlacementAbstractStyleFactory.createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, Expression rotation) StyleBuilder.createPointPlacement()wrapper round Stylefactory MethodStyleBuilder.createPointPlacement(double anchorX, double anchorY, double rotation) wrapper round Stylefactory MethodStyleBuilder.createPointPlacement(double anchorX, double anchorY, double displacementX, double displacementY, double rotation) wrapper round Stylefactory MethodStyleBuilder.createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, Expression rotation) wrapper round Stylefactory MethodStyleFactoryImpl.createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, Expression rotation) abstract PointPlacementAbstractStyleFactory.getDefaultPointPlacement()StyleFactoryImpl.getDefaultPointPlacement()returns a default PointPlacement with a 0,0 anchorPoint and a displacement of 0,0 and a rotation of 0static PointPlacementSLD.getPlacement(double horizAlign, double vertAlign, double rotation) Create a PointPlacement object.StyleFactoryImpl.pointPlacement(AnchorPoint anchor, Displacement displacement, Expression rotation) StyleFactoryImpl2.pointPlacement(AnchorPoint anchor, Displacement displacement, Expression rotation) Methods in org.geotools.styling with parameters of type PointPlacement -
Uses of PointPlacement in org.geotools.styling.visitor
Methods in org.geotools.styling.visitor with parameters of type PointPlacement -
Uses of PointPlacement in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return PointPlacementModifier and TypeMethodDescriptionprotected PointPlacementSLDParser.parsePointPlacement(Node root) Internal parse method - made protected for unit testing