Uses of Interface
org.geotools.api.style.AnchorPoint
-
Packages that use AnchorPoint 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.mbstyle.layer 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 org.geotools.ysld.encode Encoder for style objects as YSLD.org.geotools.ysld.parse Parser for YSLD into style objects. -
-
Uses of AnchorPoint in org.geotools.api.style
Methods in org.geotools.api.style that return AnchorPoint Modifier and Type Method Description AnchorPoint
StyleFactory. anchorPoint(Expression x, Expression y)
AnchorPoint
StyleFactory. createAnchorPoint(Expression x, Expression y)
AnchorPoint
Graphic. getAnchorPoint()
The AnchorPoint element of a PointSymbolizer gives the location inside of a Graphic (or label - see 11.4.4) to use for anchoring the graphic to the main-geometry point.AnchorPoint
PointPlacement. getAnchorPoint()
Returns the AnchorPoint which identifies the location inside a textlabel to use as an "anchor" for positioning it relative to a point geometry.Methods in org.geotools.api.style with parameters of type AnchorPoint Modifier and Type Method Description PointPlacement
StyleFactory. createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, Expression rotation)
Graphic
StyleFactory. graphic(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchor, Displacement disp)
Create a graphic.GraphicFill
StyleFactory. graphicFill(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)
GraphicLegend
StyleFactory. graphicLegend(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)
GraphicStroke
StyleFactory. graphicStroke(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement, Expression initialGap, Expression gap)
PointPlacement
StyleFactory. pointPlacement(AnchorPoint anchor, Displacement displacement, Expression rotation)
void
Graphic. setAnchorPoint(AnchorPoint anchor)
void
PointPlacement. setAnchorPoint(AnchorPoint anchorPoint)
sets the AnchorPoint which identifies the location inside a textlabel to use as an "anchor" for positioning it relative to a point geometry.void
StyleVisitor. visit(AnchorPoint ap)
Called when accept is called on an anchor pointObject
TraversingStyleVisitor. visit(AnchorPoint anchorPoint, Object data)
Called when accept is called on a anchor point -
Uses of AnchorPoint in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder that return AnchorPoint Modifier and Type Method Description AnchorPoint
AnchorPointBuilder. build()
Methods in org.geotools.brewer.styling.builder with parameters of type AnchorPoint Modifier and Type Method Description AnchorPointBuilder
AnchorPointBuilder. reset(AnchorPoint anchorPoint)
-
Uses of AnchorPoint in org.geotools.mbstyle.layer
Methods in org.geotools.mbstyle.layer that return AnchorPoint Modifier and Type Method Description AnchorPoint
SymbolMBLayer. anchorPoint()
Layout "text-anchor" provided asAnchorPoint
.AnchorPoint
SymbolMBLayer. anchorPointByProperty(String propertyName)
AnchorPoint
SymbolMBLayer. iconAnchorPoint()
-
Uses of AnchorPoint in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type AnchorPoint Modifier and Type Method Description void
MetaBufferEstimator. visit(AnchorPoint ap)
void
OpacityFinder. visit(AnchorPoint ap)
-
Uses of AnchorPoint in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type AnchorPoint Modifier and Type Method Description void
StyleVisitorAdapter. visit(AnchorPoint ap)
-
Uses of AnchorPoint in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type AnchorPoint Modifier and Type Method Description void
StyleAttributeExtractor. visit(AnchorPoint ap)
-
Uses of AnchorPoint in org.geotools.styling
Classes in org.geotools.styling that implement AnchorPoint Modifier and Type Class Description class
AnchorPointImpl
Direct implementation of AnchorPoint.Fields in org.geotools.styling declared as AnchorPoint Modifier and Type Field Description static AnchorPoint
PointPlacementImpl. DEFAULT_ANCHOR_POINT
Methods in org.geotools.styling that return AnchorPoint Modifier and Type Method Description AnchorPoint
StyleFactoryImpl. anchorPoint(Expression x, Expression y)
AnchorPoint
StyleFactoryImpl2. anchorPoint(Expression x, Expression y)
abstract AnchorPoint
AbstractStyleFactory. createAnchorPoint(Expression x, Expression y)
AnchorPoint
StyleBuilder. createAnchorPoint(double x, double y)
wrapper round Stylefactory MethodAnchorPoint
StyleBuilder. createAnchorPoint(Expression x, Expression y)
wrapper round Stylefactory MethodAnchorPoint
StyleFactoryImpl. createAnchorPoint(Expression x, Expression y)
AnchorPoint
GraphicImpl.ConstantGraphic. getAnchorPoint()
AnchorPoint
GraphicImpl. getAnchorPoint()
AnchorPoint
PointPlacementImpl. getAnchorPoint()
Returns the AnchorPoint which identifies the location inside a text label to use as an "anchor" for positioning it relative to a point geometry.Methods in org.geotools.styling with parameters of type AnchorPoint Modifier and Type Method Description abstract PointPlacement
AbstractStyleFactory. createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, Expression rotation)
PointPlacement
StyleBuilder. createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, Expression rotation)
wrapper round Stylefactory MethodPointPlacement
StyleFactoryImpl. createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, Expression rotation)
Graphic
StyleFactoryImpl. graphic(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchor, Displacement disp)
GraphicImpl
StyleFactoryImpl2. graphic(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchor, Displacement disp)
GraphicFill
StyleFactoryImpl. graphicFill(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)
GraphicImpl
StyleFactoryImpl2. graphicFill(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)
GraphicLegend
StyleFactoryImpl. graphicLegend(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)
GraphicImpl
StyleFactoryImpl2. graphicLegend(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)
GraphicStroke
StyleFactoryImpl. graphicStroke(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement, Expression initialGap, Expression gap)
GraphicImpl
StyleFactoryImpl2. graphicStroke(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement, Expression initialGap, Expression gap)
PointPlacement
StyleFactoryImpl. pointPlacement(AnchorPoint anchor, Displacement displacement, Expression rotation)
PointPlacement
StyleFactoryImpl2. pointPlacement(AnchorPoint anchor, Displacement displacement, Expression rotation)
void
GraphicImpl.ConstantGraphic. setAnchorPoint(AnchorPoint anchor)
void
GraphicImpl. setAnchorPoint(AnchorPoint anchor)
void
PointPlacementImpl. setAnchorPoint(AnchorPoint anchorPoint)
Setter for property anchorPoint.void
AbstractStyleVisitor. visit(AnchorPoint ap)
Constructors in org.geotools.styling with parameters of type AnchorPoint Constructor Description GraphicImpl(FilterFactory factory, AnchorPoint anchor, Expression gap, Expression initialGap)
-
Uses of AnchorPoint in org.geotools.styling.visitor
Methods in org.geotools.styling.visitor that return AnchorPoint Modifier and Type Method Description protected AnchorPoint
DuplicatingStyleVisitor. copy(AnchorPoint anchorPoint)
Null safe copy of anchor point.Methods in org.geotools.styling.visitor with parameters of type AnchorPoint Modifier and Type Method Description protected AnchorPoint
DuplicatingStyleVisitor. copy(AnchorPoint anchorPoint)
Null safe copy of anchor point.void
DuplicatingStyleVisitor. visit(AnchorPoint ap)
-
Uses of AnchorPoint in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return AnchorPoint Modifier and Type Method Description protected AnchorPoint
SLDParser. parseAnchorPoint(Node root)
Internal method to parse an AnchorPoint node; protected visibility for testing. -
Uses of AnchorPoint in org.geotools.ysld.encode
Methods in org.geotools.ysld.encode with parameters of type AnchorPoint Modifier and Type Method Description protected void
AnchorPointEncoder. encode(AnchorPoint anchor)
-
Uses of AnchorPoint in org.geotools.ysld.parse
Methods in org.geotools.ysld.parse that return AnchorPoint Modifier and Type Method Description static AnchorPoint
Util. anchor(Object value, Factory factory)
Parses an anchor tuple.
-