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.Geometryobjects 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.styleMethods in org.geotools.api.style that return AnchorPoint Modifier and Type Method Description AnchorPointStyleFactory. anchorPoint(Expression x, Expression y)AnchorPointStyleFactory. createAnchorPoint(Expression x, Expression y)AnchorPointGraphic. 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.AnchorPointPointPlacement. 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 PointPlacementStyleFactory. createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, Expression rotation)GraphicStyleFactory. graphic(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchor, Displacement disp)Create a graphic.GraphicFillStyleFactory. graphicFill(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)GraphicLegendStyleFactory. graphicLegend(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)GraphicStrokeStyleFactory. graphicStroke(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement, Expression initialGap, Expression gap)PointPlacementStyleFactory. pointPlacement(AnchorPoint anchor, Displacement displacement, Expression rotation)voidGraphic. setAnchorPoint(AnchorPoint anchor)voidPointPlacement. 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.voidStyleVisitor. visit(AnchorPoint ap)Called when accept is called on an anchor pointObjectTraversingStyleVisitor. visit(AnchorPoint anchorPoint, Object data)Called when accept is called on a anchor point
- 
Uses of AnchorPoint in org.geotools.brewer.styling.builderMethods in org.geotools.brewer.styling.builder that return AnchorPoint Modifier and Type Method Description AnchorPointAnchorPointBuilder. build()Methods in org.geotools.brewer.styling.builder with parameters of type AnchorPoint Modifier and Type Method Description AnchorPointBuilderAnchorPointBuilder. reset(AnchorPoint anchorPoint)
- 
Uses of AnchorPoint in org.geotools.mbstyle.layerMethods in org.geotools.mbstyle.layer that return AnchorPoint Modifier and Type Method Description AnchorPointSymbolMBLayer. anchorPoint()Layout "text-anchor" provided asAnchorPoint.AnchorPointSymbolMBLayer. anchorPointByProperty(String propertyName)AnchorPointSymbolMBLayer. iconAnchorPoint()
- 
Uses of AnchorPoint in org.geotools.renderer.liteMethods in org.geotools.renderer.lite with parameters of type AnchorPoint Modifier and Type Method Description voidMetaBufferEstimator. visit(AnchorPoint ap)voidOpacityFinder. visit(AnchorPoint ap)
- 
Uses of AnchorPoint in org.geotools.renderer.lite.gridcoverage2dMethods in org.geotools.renderer.lite.gridcoverage2d with parameters of type AnchorPoint Modifier and Type Method Description voidStyleVisitorAdapter. visit(AnchorPoint ap)
- 
Uses of AnchorPoint in org.geotools.renderer.styleMethods in org.geotools.renderer.style with parameters of type AnchorPoint Modifier and Type Method Description voidStyleAttributeExtractor. visit(AnchorPoint ap)
- 
Uses of AnchorPoint in org.geotools.stylingClasses in org.geotools.styling that implement AnchorPoint Modifier and Type Class Description classAnchorPointImplDirect implementation of AnchorPoint.Fields in org.geotools.styling declared as AnchorPoint Modifier and Type Field Description static AnchorPointPointPlacementImpl. DEFAULT_ANCHOR_POINTMethods in org.geotools.styling that return AnchorPoint Modifier and Type Method Description AnchorPointStyleFactoryImpl. anchorPoint(Expression x, Expression y)AnchorPointStyleFactoryImpl2. anchorPoint(Expression x, Expression y)abstract AnchorPointAbstractStyleFactory. createAnchorPoint(Expression x, Expression y)AnchorPointStyleBuilder. createAnchorPoint(double x, double y)wrapper round Stylefactory MethodAnchorPointStyleBuilder. createAnchorPoint(Expression x, Expression y)wrapper round Stylefactory MethodAnchorPointStyleFactoryImpl. createAnchorPoint(Expression x, Expression y)AnchorPointGraphicImpl.ConstantGraphic. getAnchorPoint()AnchorPointGraphicImpl. getAnchorPoint()AnchorPointPointPlacementImpl. 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 PointPlacementAbstractStyleFactory. createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, Expression rotation)PointPlacementStyleBuilder. createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, Expression rotation)wrapper round Stylefactory MethodPointPlacementStyleFactoryImpl. createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, Expression rotation)GraphicStyleFactoryImpl. graphic(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchor, Displacement disp)GraphicImplStyleFactoryImpl2. graphic(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchor, Displacement disp)GraphicFillStyleFactoryImpl. graphicFill(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)GraphicImplStyleFactoryImpl2. graphicFill(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)GraphicLegendStyleFactoryImpl. graphicLegend(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)GraphicImplStyleFactoryImpl2. graphicLegend(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)GraphicStrokeStyleFactoryImpl. graphicStroke(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement, Expression initialGap, Expression gap)GraphicImplStyleFactoryImpl2. graphicStroke(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement, Expression initialGap, Expression gap)PointPlacementStyleFactoryImpl. pointPlacement(AnchorPoint anchor, Displacement displacement, Expression rotation)PointPlacementStyleFactoryImpl2. pointPlacement(AnchorPoint anchor, Displacement displacement, Expression rotation)voidGraphicImpl.ConstantGraphic. setAnchorPoint(AnchorPoint anchor)voidGraphicImpl. setAnchorPoint(AnchorPoint anchor)voidPointPlacementImpl. setAnchorPoint(AnchorPoint anchorPoint)Setter for property anchorPoint.voidAbstractStyleVisitor. 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.visitorMethods in org.geotools.styling.visitor that return AnchorPoint Modifier and Type Method Description protected AnchorPointDuplicatingStyleVisitor. 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 AnchorPointDuplicatingStyleVisitor. copy(AnchorPoint anchorPoint)Null safe copy of anchor point.voidDuplicatingStyleVisitor. visit(AnchorPoint ap)
- 
Uses of AnchorPoint in org.geotools.xml.stylingMethods in org.geotools.xml.styling that return AnchorPoint Modifier and Type Method Description protected AnchorPointSLDParser. parseAnchorPoint(Node root)Internal method to parse an AnchorPoint node; protected visibility for testing.
- 
Uses of AnchorPoint in org.geotools.ysld.encodeMethods in org.geotools.ysld.encode with parameters of type AnchorPoint Modifier and Type Method Description protected voidAnchorPointEncoder. encode(AnchorPoint anchor)
- 
Uses of AnchorPoint in org.geotools.ysld.parseMethods in org.geotools.ysld.parse that return AnchorPoint Modifier and Type Method Description static AnchorPointUtil. anchor(Object value, Factory factory)Parses an anchor tuple.
 
-