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 |
---|---|
StrokeBuilder |
StrokeBuilder.reset(Stroke stroke)
Reset builder to provided original stroke.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Stroke
The Stroke object encapsulates the graphical-symbolization parameters for linear geometries.
|
Modifier and Type | Class and Description |
---|---|
class |
StrokeImpl
Provides a Java representation of the Stroke object in an SLD document.
|
Modifier and Type | Method and Description |
---|---|
LineSymbolizerImpl |
StyleFactoryImpl2.lineSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Stroke stroke,
Expression offset) |
LineSymbolizer |
StyleFactory.lineSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Stroke stroke,
Expression offset) |
LineSymbolizer |
StyleFactoryImpl.lineSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Stroke stroke,
Expression offset) |
MarkImpl |
StyleFactoryImpl2.mark(Expression wellKnownName,
Fill fill,
Stroke stroke) |
Mark |
StyleFactory.mark(Expression wellKnownName,
Fill fill,
Stroke stroke) |
Mark |
StyleFactoryImpl.mark(Expression wellKnownName,
Fill fill,
Stroke stroke) |
MarkImpl |
StyleFactoryImpl2.mark(ExternalMark externalMark,
Fill fill,
Stroke stroke) |
Mark |
StyleFactory.mark(ExternalMark externalMark,
Fill fill,
Stroke stroke) |
MarkImpl |
StyleFactoryImpl.mark(ExternalMark externalMark,
Fill fill,
Stroke stroke) |
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 |
LineSymbolizer.setStroke(Stroke stroke)
Provides the graphical-symbolization parameter to use for the linear geometry.
|
void |
PolygonSymbolizerImpl.setStroke(Stroke stroke)
Sets the graphical-symbolization parameter to use for the outline of the Polygon.
|
void |
Mark.setStroke(Stroke stroke)
This paramterer defines which stroke style should be used when rendering the Mark.
|
void |
LineSymbolizerImpl.setStroke(Stroke stroke)
Sets the graphical-symbolization parameter to use for the linear geometry.
|
void |
PolygonSymbolizer.setStroke(Stroke stroke)
Provides the graphical-symbolization parameter to use for the outline of the Polygon.
|
void |
MarkImpl.setStroke(Stroke stroke)
Setter for property stroke.
|
Modifier and Type | Method and Description |
---|---|
Stroke |
LineSymbolizer.getStroke()
Returns the object containing all the information necessary to draw styled lines.
|
Stroke |
Mark.getStroke()
Returns the object that indicates how the edges of the mark will be drawn.
|
Stroke |
PolygonSymbolizer.getStroke()
Returns the object containing all the information necessary to draw styled lines.
|
Stroke |
StyleFactory.stroke(Expression color,
Expression opacity,
Expression width,
Expression join,
Expression cap,
float[] dashes,
Expression offset) |
Stroke |
StyleFactory.stroke(GraphicFill fill,
Expression color,
Expression opacity,
Expression width,
Expression join,
Expression cap,
float[] dashes,
Expression offset) |
Stroke |
StyleFactory.stroke(GraphicStroke stroke,
Expression color,
Expression opacity,
Expression width,
Expression join,
Expression cap,
float[] dashes,
Expression offset) |
Modifier and Type | Method and Description |
---|---|
LineSymbolizer |
StyleFactory.lineSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Stroke stroke,
Expression offset) |
Mark |
StyleFactory.mark(Expression wellKnownName,
Fill fill,
Stroke stroke) |
Mark |
StyleFactory.mark(ExternalMark externalMark,
Fill fill,
Stroke stroke) |
PolygonSymbolizer |
StyleFactory.polygonSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Stroke stroke,
Fill fill,
Displacement displacement,
Expression offset) |
Object |
StyleVisitor.visit(Stroke stroke,
Object data)
Called when accept is called on a stroke
|
Copyright © 1996–2019 Geotools. All rights reserved.