Package | Description |
---|---|
org.geotools.brewer.styling.builder | |
org.geotools.styling |
Allows for symbolization of geospatial data.
|
org.opengis.style |
The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal
This package is a merge from package GeoAPI SLD (v1.0.0) and GeoTools styling.
|
Modifier and Type | Method and Description |
---|---|
DisplacementBuilder |
DisplacementBuilder.reset(Displacement displacement) |
Modifier and Type | Interface and Description |
---|---|
interface |
Displacement
A Displacement gives X and Y offset displacements to use for rendering a text label near a point.
|
Modifier and Type | Class and Description |
---|---|
class |
DisplacementImpl
DOCUMENT ME!
|
Modifier and Type | Method and Description |
---|---|
GraphicImpl |
StyleFactoryImpl2.graphic(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchor,
Displacement disp) |
Graphic |
StyleFactory.graphic(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchor,
Displacement disp) |
Graphic |
StyleFactoryImpl.graphic(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchor,
Displacement disp) |
GraphicImpl |
StyleFactoryImpl2.graphicFill(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchorPoint,
Displacement displacement) |
Graphic |
StyleFactory.graphicFill(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchorPoint,
Displacement displacement) |
Graphic |
StyleFactoryImpl.graphicFill(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) |
GraphicLegend |
StyleFactory.graphicLegend(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.graphicStroke(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchorPoint,
Displacement displacement,
Expression initialGap,
Expression gap) |
Graphic |
StyleFactory.graphicStroke(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchorPoint,
Displacement displacement,
Expression initialGap,
Expression gap) |
Graphic |
StyleFactoryImpl.graphicStroke(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchorPoint,
Displacement displacement,
Expression initialGap,
Expression gap) |
PointPlacementImpl |
StyleFactoryImpl2.pointPlacement(AnchorPoint anchor,
Displacement displacement,
Expression rotation) |
PointPlacement |
StyleFactory.pointPlacement(AnchorPoint anchor,
Displacement displacement,
Expression rotation) |
PointPlacement |
StyleFactoryImpl.pointPlacement(AnchorPoint anchor,
Displacement displacement,
Expression rotation) |
PolygonSymbolizerImpl |
StyleFactoryImpl2.polygonSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Stroke stroke,
Fill fill,
Displacement displacement,
Expression offset) |
PolygonSymbolizer |
StyleFactory.polygonSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Stroke stroke,
Fill fill,
Displacement displacement,
Expression offset) |
PolygonSymbolizer |
StyleFactoryImpl.polygonSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Stroke stroke,
Fill fill,
Displacement displacement,
Expression offset) |
void |
PolygonSymbolizerImpl.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 |
GraphicLegend.setDisplacement(Displacement displacement) |
void |
PointPlacementImpl.setDisplacement(Displacement displacement)
Setter for property displacement.
|
void |
GraphicImpl.setDisplacement(Displacement offset) |
void |
PolygonSymbolizer.setDisplacement(Displacement displacement)
Provide x / y offset in pixels used to crate shadows.
|
void |
Graphic.setDisplacement(Displacement offset) |
Modifier and Type | Method and Description |
---|---|
Displacement |
StyleFactory.displacement(Expression dx,
Expression dy)
Create Displacement
|
Displacement |
PointPlacement.getDisplacement()
The Displacement gives the X and Y displacements from the "hot-spot" point.
|
Displacement |
PolygonSymbolizer.getDisplacement()
The Displacement gives the X and Y displacements from the original geometry.
|
Displacement |
Graphic.getDisplacement()
The Displacement gives the X and Y displacements from the "hot-spot" point.
|
Modifier and Type | Method and Description |
---|---|
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) |
Object |
StyleVisitor.visit(Displacement displacement,
Object data)
Called when accept is called on a displacement
|
Copyright © 1996–2019 Geotools. All rights reserved.