Uses of Interface
org.geotools.api.style.Displacement
-
Packages that use Displacement 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.mbstyle.parse JSON Parsing support for MapBox Style support.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 Displacement in org.geotools.api.style
Methods in org.geotools.api.style that return Displacement Modifier and Type Method Description Displacement
StyleFactory. createDisplacement(Expression x, Expression y)
Displacement
StyleFactory. displacement(Expression dx, Expression dy)
Create DisplacementDisplacement
Graphic. getDisplacement()
The Displacement gives the X and Y displacements from the "hot-spot" point.Displacement
PointPlacement. getDisplacement()
Returns the Displacement which gives X and Y offset displacements to use for rendering a text label near a point.Displacement
PolygonSymbolizer. getDisplacement()
The Displacement gives the X and Y displacements from the original geometry.Methods in org.geotools.api.style with parameters of type Displacement 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)
PolygonSymbolizer
StyleFactory. polygonSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Stroke stroke, Fill fill, Displacement displacement, Expression offset)
void
Graphic. setDisplacement(Displacement displacement)
void
PointPlacement. setDisplacement(Displacement displacement)
sets the Displacement which gives X and Y offset displacements to use for rendering a text label near a point.void
PolygonSymbolizer. setDisplacement(Displacement displacement)
Provide x / y offset in pixels used to crate shadows.void
StyleVisitor. visit(Displacement dis)
Called when accept is called on a displacementObject
TraversingStyleVisitor. visit(Displacement displacement, Object data)
Called when accept is called on a displacement -
Uses of Displacement in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder that return Displacement Modifier and Type Method Description Displacement
DisplacementBuilder. build()
Methods in org.geotools.brewer.styling.builder with parameters of type Displacement Modifier and Type Method Description DisplacementBuilder
DisplacementBuilder. reset(Displacement displacement)
-
Uses of Displacement in org.geotools.mbstyle.layer
Methods in org.geotools.mbstyle.layer that return Displacement Modifier and Type Method Description Displacement
CircleMBLayer. circleTranslateDisplacement()
Processes the filter-translate into a Displacement.Displacement
FillMBLayer. fillTranslateDisplacement()
Processes the filter-translate into a Displacement.Displacement
SymbolMBLayer. iconOffsetDisplacement()
MapsSymbolMBLayer.getIconOffset()
to aDisplacement
Displacement
SymbolMBLayer. iconTranslateDisplacement()
MapsSymbolMBLayer.getIconTranslate()
to aDisplacement
Displacement
LineMBLayer. lineTranslateDisplacement()
MapsLineMBLayer.getLineTranslate()
to aDisplacement
.Displacement
SymbolMBLayer. textOffsetDisplacement()
MapsSymbolMBLayer.getTextOffset()
to aDisplacement
.Displacement
SymbolMBLayer. textTranslateDisplacement()
MapsSymbolMBLayer.getTextTranslate()
to aDisplacement
. -
Uses of Displacement in org.geotools.mbstyle.parse
Methods in org.geotools.mbstyle.parse that return Displacement Modifier and Type Method Description Displacement
MBObjectParser. displacement(JSONObject json, String name, Displacement fallback)
Maps a json value at 'tag' in the provided JSONObject to aDisplacement
.Methods in org.geotools.mbstyle.parse with parameters of type Displacement Modifier and Type Method Description Displacement
MBObjectParser. displacement(JSONObject json, String name, Displacement fallback)
Maps a json value at 'tag' in the provided JSONObject to aDisplacement
. -
Uses of Displacement in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type Displacement Modifier and Type Method Description void
MetaBufferEstimator. visit(Displacement dis)
void
OpacityFinder. visit(Displacement dis)
-
Uses of Displacement in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type Displacement Modifier and Type Method Description void
StyleVisitorAdapter. visit(Displacement dis)
-
Uses of Displacement in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type Displacement Modifier and Type Method Description void
StyleAttributeExtractor. visit(Displacement dis)
-
Uses of Displacement in org.geotools.styling
Classes in org.geotools.styling that implement Displacement Modifier and Type Class Description class
DisplacementImpl
Fields in org.geotools.styling declared as Displacement Modifier and Type Field Description static Displacement
DisplacementImpl. DEFAULT
Default Displacement instance.static Displacement
DisplacementImpl. NULL
Null Displacement instance.Methods in org.geotools.styling that return Displacement Modifier and Type Method Description abstract Displacement
AbstractStyleFactory. createDisplacement(Expression x, Expression y)
Displacement
StyleBuilder. createDisplacement(double x, double y)
wrapper round Stylefactory MethodDisplacement
StyleBuilder. createDisplacement(Expression x, Expression y)
wrapper round Stylefactory MethodDisplacement
StyleFactoryImpl. createDisplacement(Expression x, Expression y)
Displacement
StyleFactoryImpl. displacement(Expression dx, Expression dy)
Displacement
GraphicImpl. getDisplacement()
Displacement
PointPlacementImpl. getDisplacement()
Returns the Displacement which gives X and Y offset displacements to use for rendering a text label near a point.Displacement
PolygonSymbolizerImpl. getDisplacement()
Methods in org.geotools.styling with parameters of type Displacement 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)
PolygonSymbolizer
StyleFactoryImpl. polygonSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Stroke stroke, Fill fill, Displacement displacement, Expression offset)
PolygonSymbolizer
StyleFactoryImpl2. polygonSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Stroke stroke, Fill fill, Displacement displacement, Expression offset)
void
GraphicImpl.ConstantGraphic. setDisplacement(Displacement offset)
void
GraphicImpl. setDisplacement(Displacement offset)
void
PointPlacementImpl. setDisplacement(Displacement displacement)
Setter for property displacement.void
PolygonSymbolizerImpl. setDisplacement(Displacement displacement)
void
AbstractStyleVisitor. visit(Displacement dis)
Constructors in org.geotools.styling with parameters of type Displacement Constructor Description PolygonSymbolizerImpl(Stroke stroke, Fill fill, Displacement disp, Expression offset, Unit<Length> uom, String geom, String name, Description desc)
-
Uses of Displacement in org.geotools.styling.visitor
Methods in org.geotools.styling.visitor that return Displacement Modifier and Type Method Description protected Displacement
DuplicatingStyleVisitor. copy(Displacement displacement)
Null safe copy of displacement.Methods in org.geotools.styling.visitor with parameters of type Displacement Modifier and Type Method Description protected Displacement
DuplicatingStyleVisitor. copy(Displacement displacement)
Null safe copy of displacement.void
DuplicatingStyleVisitor. visit(Displacement dis)
-
Uses of Displacement in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return Displacement Modifier and Type Method Description protected Displacement
SLDParser. parseDisplacement(Node root)
Internal parse method - made protected for unit testing -
Uses of Displacement in org.geotools.ysld.encode
Methods in org.geotools.ysld.encode with parameters of type Displacement Modifier and Type Method Description protected void
DisplacementEncoder. encode(Displacement displace)
-
Uses of Displacement in org.geotools.ysld.parse
Methods in org.geotools.ysld.parse that return Displacement Modifier and Type Method Description static Displacement
Util. displacement(Object value, Factory factory)
Parses an displacement tuple.
-