Package | Description |
---|---|
org.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 classes
|
org.geotools.renderer.style |
Styling to be applied on
org.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.
|
Modifier and Type | Method and Description |
---|---|
Displacement |
DisplacementBuilder.build() |
Modifier and Type | Method and Description |
---|---|
DisplacementBuilder |
DisplacementBuilder.reset(Displacement displacement) |
Modifier and Type | Method and Description |
---|---|
Displacement |
SymbolMBLayer.iconOffsetDisplacement()
Maps
SymbolMBLayer.getIconOffset() to a Displacement
(Optional) Defaults to 0,0. |
Displacement |
SymbolMBLayer.iconTranslateDisplacement()
Maps
SymbolMBLayer.getIconTranslate() to a Displacement
(Optional) Units in pixels. |
Displacement |
LineMBLayer.lineTranslateDisplacement()
Maps
LineMBLayer.getLineTranslate() to a Displacement . |
Displacement |
SymbolMBLayer.textOffsetDisplacement()
Maps
SymbolMBLayer.getTextOffset() to a Displacement . |
Displacement |
SymbolMBLayer.textTranslateDisplacement()
Maps
SymbolMBLayer.getTextTranslate() to a Displacement . |
Modifier and Type | Method and Description |
---|---|
Displacement |
MBObjectParser.displacement(JSONObject json,
String name,
Displacement fallback)
Maps a json value at 'tag' in the provided JSONObject to a
Displacement . |
Modifier and Type | Method and Description |
---|---|
Displacement |
MBObjectParser.displacement(JSONObject json,
String name,
Displacement fallback)
Maps a json value at 'tag' in the provided JSONObject to a
Displacement . |
Modifier and Type | Method and Description |
---|---|
void |
OpacityFinder.visit(Displacement dis) |
void |
MetaBufferEstimator.visit(Displacement dis) |
Modifier and Type | Method and Description |
---|---|
void |
StyleVisitorAdapter.visit(Displacement dis) |
Modifier and Type | Method and Description |
---|---|
void |
StyleAttributeExtractor.visit(Displacement dis) |
Modifier and Type | Field and Description |
---|---|
static Displacement |
Displacement.DEFAULT
Default Displacement instance.
|
static Displacement |
Displacement.NULL
Null Displacement instance.
|
Modifier and Type | Method and Description |
---|---|
Displacement |
StyleBuilder.createDisplacement(double x,
double y)
wrapper round Stylefactory Method
|
Displacement |
StyleFactoryImpl.createDisplacement(Expression x,
Expression y) |
abstract Displacement |
AbstractStyleFactory.createDisplacement(Expression x,
Expression y) |
Displacement |
StyleFactory.createDisplacement(Expression x,
Expression y) |
Displacement |
StyleBuilder.createDisplacement(Expression x,
Expression y)
wrapper round Stylefactory Method
|
Displacement |
StyleFactoryImpl.displacement(Expression dx,
Expression dy) |
Displacement |
StyleFactory.displacement(Expression dx,
Expression dy) |
Displacement |
PointPlacement.getDisplacement()
Returns the Displacement which gives X and Y offset displacements to use for rendering a text
label near a point.
|
Displacement |
PolygonSymbolizerImpl.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 |
GraphicLegend.getDisplacement() |
Displacement |
PolygonSymbolizer.getDisplacement()
Displacement from the original geometry in pixels.
|
Displacement |
Graphic.getDisplacement() |
Modifier and Type | Method and Description |
---|---|
PointPlacement |
StyleFactoryImpl.createPointPlacement(AnchorPoint anchorPoint,
Displacement displacement,
Expression rotation) |
abstract PointPlacement |
AbstractStyleFactory.createPointPlacement(AnchorPoint anchorPoint,
Displacement displacement,
Expression rotation) |
PointPlacement |
StyleFactory.createPointPlacement(AnchorPoint anchorPoint,
Displacement displacement,
Expression rotation) |
PointPlacement |
StyleBuilder.createPointPlacement(AnchorPoint anchorPoint,
Displacement displacement,
Expression rotation)
wrapper round Stylefactory Method
|
void |
StyleVisitor.visit(Displacement dis)
Called when accept is called on a displacement
|
void |
AbstractStyleVisitor.visit(Displacement dis) |
Constructor and Description |
---|
PolygonSymbolizerImpl(Stroke stroke,
Fill fill,
Displacement disp,
Expression offset,
Unit<Length> uom,
String geom,
String name,
Description desc) |
Modifier and Type | Method and Description |
---|---|
protected Displacement |
DuplicatingStyleVisitor.copy(Displacement displacement)
Null safe copy of displacement.
|
Modifier and Type | Method and Description |
---|---|
protected Displacement |
DuplicatingStyleVisitor.copy(Displacement displacement)
Null safe copy of displacement.
|
void |
DuplicatingStyleVisitor.visit(Displacement dis) |
Modifier and Type | Method and Description |
---|---|
protected Displacement |
SLDParser.parseDisplacement(Node root)
Internal parse method - made protected for unit testing
|
Modifier and Type | Method and Description |
---|---|
protected void |
DisplacementEncoder.encode(Displacement displace) |
Modifier and Type | Method and Description |
---|---|
static Displacement |
Util.displacement(Object value,
Factory factory)
Parses an displacement tuple.
|
Copyright © 1996–2022 Geotools. All rights reserved.