Uses of Interface
org.geotools.api.style.PointPlacement
-
Packages that use PointPlacement Package Description org.geotools.api.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayalorg.geotools.brewer.styling.builder org.geotools.renderer.lite A simple renderer implementation.org.geotools.renderer.lite.gridcoverage2d SLD 1.0 and SE RasterSymbolizer support classesorg.geotools.renderer.style Styling to be applied onorg.geotools.renderer.geom.Geometry
objects at rendering time.org.geotools.styling Allows for symbolization of geospatial data.org.geotools.styling.visitor org.geotools.xml.styling -
-
Uses of PointPlacement in org.geotools.api.style
Methods in org.geotools.api.style that return PointPlacement Modifier and Type Method Description PointPlacement
StyleFactory. createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, Expression rotation)
PointPlacement
StyleFactory. getDefaultPointPlacement()
PointPlacement
StyleFactory. pointPlacement(AnchorPoint anchor, Displacement displacement, Expression rotation)
Methods in org.geotools.api.style with parameters of type PointPlacement Modifier and Type Method Description void
StyleVisitor. visit(PointPlacement pp)
Called when accept is called on a Point PlacementObject
TraversingStyleVisitor. 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 PointPlacement Modifier and Type Method Description PointPlacement
PointPlacementBuilder. build()
Methods in org.geotools.brewer.styling.builder with parameters of type PointPlacement Modifier and Type Method Description PointPlacementBuilder
PointPlacementBuilder. reset(PointPlacement placement)
-
Uses of PointPlacement in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type PointPlacement Modifier and Type Method Description void
MetaBufferEstimator. visit(PointPlacement pp)
void
OpacityFinder. visit(PointPlacement pp)
-
Uses of PointPlacement in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type PointPlacement Modifier and Type Method Description void
StyleVisitorAdapter. visit(PointPlacement pp)
-
Uses of PointPlacement in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type PointPlacement Modifier and Type Method Description void
StyleAttributeExtractor. visit(PointPlacement pp)
-
Uses of PointPlacement in org.geotools.styling
Classes in org.geotools.styling that implement PointPlacement Modifier and Type Class Description class
PointPlacementImpl
Methods in org.geotools.styling that return PointPlacement Modifier and Type Method Description abstract PointPlacement
AbstractStyleFactory. createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, Expression rotation)
PointPlacement
StyleBuilder. createPointPlacement()
wrapper round Stylefactory MethodPointPlacement
StyleBuilder. createPointPlacement(double anchorX, double anchorY, double rotation)
wrapper round Stylefactory MethodPointPlacement
StyleBuilder. createPointPlacement(double anchorX, double anchorY, double displacementX, double displacementY, double rotation)
wrapper round Stylefactory MethodPointPlacement
StyleBuilder. createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, Expression rotation)
wrapper round Stylefactory MethodPointPlacement
StyleFactoryImpl. createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, Expression rotation)
abstract PointPlacement
AbstractStyleFactory. getDefaultPointPlacement()
PointPlacement
StyleFactoryImpl. getDefaultPointPlacement()
returns a default PointPlacement with a 0,0 anchorPoint and a displacement of 0,0 and a rotation of 0static PointPlacement
SLD. getPlacement(double horizAlign, double vertAlign, double rotation)
Create a PointPlacement object.PointPlacement
StyleFactoryImpl. pointPlacement(AnchorPoint anchor, Displacement displacement, Expression rotation)
PointPlacement
StyleFactoryImpl2. pointPlacement(AnchorPoint anchor, Displacement displacement, Expression rotation)
Methods in org.geotools.styling with parameters of type PointPlacement Modifier and Type Method Description void
AbstractStyleVisitor. visit(PointPlacement pp)
-
Uses of PointPlacement in org.geotools.styling.visitor
Methods in org.geotools.styling.visitor with parameters of type PointPlacement Modifier and Type Method Description void
DuplicatingStyleVisitor. visit(PointPlacement pp)
-
Uses of PointPlacement in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return PointPlacement Modifier and Type Method Description protected PointPlacement
SLDParser. parsePointPlacement(Node root)
Internal parse method - made protected for unit testing
-