Package | Description |
---|---|
org.geotools.brewer.color | |
org.geotools.brewer.styling.builder | |
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 |
---|---|
static FeatureTypeStyle |
StyleGenerator.createFeatureTypeStyle(Classifier classifier,
Expression expression,
Color[] colors,
String typeId,
GeometryDescriptor geometryAttrType,
int elseMode,
double opacity,
Stroke defaultStroke)
Merges a classifier, array of colors and other data into a FeatureTypeStyle object.
|
Modifier and Type | Method and Description |
---|---|
Stroke |
StrokeBuilder.build() |
Modifier and Type | Method and Description |
---|---|
StrokeBuilder |
StrokeBuilder.reset(Stroke original) |
Modifier and Type | Method and Description |
---|---|
void |
OpacityFinder.visit(Stroke stroke) |
void |
MetaBufferEstimator.visit(Stroke stroke) |
Modifier and Type | Method and Description |
---|---|
void |
StyleVisitorAdapter.visit(Stroke stroke) |
Modifier and Type | Method and Description |
---|---|
static float[] |
SLDStyleFactory.evaluateDashArray(Stroke stroke,
Object feature) |
void |
StyleAttributeExtractor.visit(Stroke stroke) |
Modifier and Type | Field and Description |
---|---|
static Stroke |
Stroke.DEFAULT
Default Stroke capturing the defaults indicated by the standard.
|
static Stroke |
Stroke.NULL
Null Stroke capturing the defaults indicated by the standard.
|
Modifier and Type | Method and Description |
---|---|
Stroke |
StyleBuilder.createStroke()
create a default Stroke
|
Stroke |
StyleBuilder.createStroke(Color color)
Create a default stroke with the supplied color
|
Stroke |
StyleBuilder.createStroke(Color color,
double width)
create a stroke with the supplied width and color
|
Stroke |
StyleBuilder.createStroke(Color color,
double width,
double opacity)
create a stroke with color, width and opacity supplied
|
Stroke |
StyleBuilder.createStroke(Color color,
double width,
float[] dashArray)
create a dashed line of color and width
|
Stroke |
StyleBuilder.createStroke(Color color,
double width,
String lineJoin,
String lineCap)
create a stroke with color, width, linejoin type and lineCap type.
|
Stroke |
StyleBuilder.createStroke(double width)
create a default stroke with the supplied width
|
Stroke |
StyleFactory.createStroke(Expression color,
Expression width)
A convienice method to make a simple stroke
|
Stroke |
StyleBuilder.createStroke(Expression color,
Expression width)
create a stroke with the color and width supplied
|
abstract Stroke |
AbstractStyleFactory.createStroke(Expression color,
Expression width)
A convienice method to make a simple stroke
|
Stroke |
StyleFactoryImpl.createStroke(Expression color,
Expression width)
A method to make a simple stroke of a provided color and width.
|
Stroke |
StyleFactory.createStroke(Expression color,
Expression width,
Expression opacity)
A convienice method to make a simple stroke
|
Stroke |
StyleBuilder.createStroke(Expression color,
Expression width,
Expression opacity)
create a stroke with color, width and opacity supplied
|
abstract Stroke |
AbstractStyleFactory.createStroke(Expression color,
Expression width,
Expression opacity)
A convienice method to make a simple stroke
|
Stroke |
StyleFactoryImpl.createStroke(Expression color,
Expression width,
Expression opacity)
A convienice method to make a simple stroke
|
Stroke |
StyleFactory.createStroke(Expression color,
Expression width,
Expression opacity,
Expression lineJoin,
Expression lineCap,
float[] dashArray,
Expression dashOffset,
Graphic graphicFill,
Graphic graphicStroke)
creates a stroke
|
abstract Stroke |
AbstractStyleFactory.createStroke(Expression color,
Expression width,
Expression opacity,
Expression lineJoin,
Expression lineCap,
float[] dashArray,
Expression dashOffset,
Graphic graphicFill,
Graphic graphicStroke)
creates a stroke
|
Stroke |
StyleFactoryImpl.createStroke(Expression color,
Expression width,
Expression opacity,
Expression lineJoin,
Expression lineCap,
float[] dashArray,
Expression dashOffset,
Graphic graphicFill,
Graphic graphicStroke)
creates a stroke
|
Stroke |
StyleFactory.getDefaultStroke() |
abstract Stroke |
AbstractStyleFactory.getDefaultStroke() |
Stroke |
StyleFactoryImpl.getDefaultStroke() |
Stroke |
LineSymbolizer.getStroke()
Provides the graphical-symbolization parameter to use for the linear geometry.
|
Stroke |
Mark.getStroke()
This paramterer defines which stroke style should be used when rendering the Mark.
|
Stroke |
PolygonSymbolizer.getStroke()
Provides the graphical-symbolization parameter to use for the outline of the Polygon.
|
Stroke |
StyleFactory.stroke(Expression color,
Expression opacity,
Expression width,
Expression join,
Expression cap,
float[] dashes,
Expression offset) |
Stroke |
StyleFactoryImpl.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 |
StyleFactoryImpl.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) |
Stroke |
StyleFactoryImpl.stroke(GraphicStroke stroke,
Expression color,
Expression opacity,
Expression width,
Expression join,
Expression cap,
float[] dashes,
Expression offset) |
static Stroke |
SLD.stroke(LineSymbolizer sym)
Retrieves the Stroke from a LineSymbolizer.
|
static Stroke |
SLD.stroke(PointSymbolizer sym)
Retrieves the Stroke from a PointSymbolizer.
|
static Stroke |
SLD.stroke(PolygonSymbolizer sym)
Retrieves the Stroke from a PolygonSymbolizer.
|
Modifier and Type | Method and Description |
---|---|
static Color |
SLD.color(Stroke stroke)
Retrieve the color of a stroke object
|
LineSymbolizer |
StyleBuilder.createLineSymbolizer(Stroke stroke)
create a LineSymbolizer
|
LineSymbolizer |
StyleFactory.createLineSymbolizer(Stroke stroke,
String geometryPropertyName) |
LineSymbolizer |
StyleBuilder.createLineSymbolizer(Stroke stroke,
String geometryPropertyName)
create a LineSymbolizer
|
abstract LineSymbolizer |
AbstractStyleFactory.createLineSymbolizer(Stroke stroke,
String geometryPropertyName) |
LineSymbolizer |
StyleFactoryImpl.createLineSymbolizer(Stroke stroke,
String geometryPropertyName) |
Mark |
StyleBuilder.createMark(Expression wellKnownName,
Fill fill,
Stroke stroke)
create a mark with the supplied fill and stroke
|
Mark |
StyleFactory.createMark(Expression wellKnownName,
Stroke stroke,
Fill fill,
Expression size,
Expression rotation) |
abstract Mark |
AbstractStyleFactory.createMark(Expression wellKnownName,
Stroke stroke,
Fill fill,
Expression size,
Expression rotation) |
Mark |
StyleFactoryImpl.createMark(Expression wellKnownName,
Stroke stroke,
Fill fill,
Expression size,
Expression rotation) |
Mark |
StyleBuilder.createMark(String wellKnownName,
Fill fill,
Stroke stroke)
create a mark with the supplied fill and stroke
|
PolygonSymbolizer |
StyleBuilder.createPolygonSymbolizer(Stroke stroke,
Fill fill)
create a polygon symbolizer
|
PolygonSymbolizer |
StyleFactory.createPolygonSymbolizer(Stroke stroke,
Fill fill,
String geometryPropertyName) |
PolygonSymbolizer |
StyleBuilder.createPolygonSymbolizer(Stroke stroke,
Fill fill,
String geometryPropertyName)
create a polygon symbolizer
|
abstract PolygonSymbolizer |
AbstractStyleFactory.createPolygonSymbolizer(Stroke stroke,
Fill fill,
String geometryPropertyName) |
PolygonSymbolizer |
StyleFactoryImpl.createPolygonSymbolizer(Stroke stroke,
Fill fill,
String geometryPropertyName) |
static double |
SLD.opacity(Stroke stroke)
Retrieve the opacity from a Stroke object.
|
void |
StyleVisitor.visit(Stroke stroke)
Called when accept is called on a stroke
|
void |
AbstractStyleVisitor.visit(Stroke stroke) |
static int |
SLD.width(Stroke stroke)
Retrieve the width of a Stroke object.
|
Constructor and Description |
---|
BasicLineStyle(Stroke stroke) |
BasicPolygonStyle(Fill fill,
Stroke stroke) |
LineSymbolizerImpl(Stroke stroke,
Expression offset,
Unit<Length> uom,
String geom,
String name,
Description desc) |
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 Stroke |
DuplicatingStyleVisitor.copy(Stroke stroke)
Null safe copy of stroke.
|
Modifier and Type | Method and Description |
---|---|
protected Stroke |
DuplicatingStyleVisitor.copy(Stroke stroke)
Null safe copy of stroke.
|
protected void |
UomRescaleStyleVisitor.rescaleStroke(Stroke stroke,
Unit<Length> uom)
Used to rescaleDashArray the provided stroke.
|
void |
RescaleStyleVisitor.visit(Stroke stroke)
Increase stroke width.
|
void |
DuplicatingStyleVisitor.visit(Stroke stroke) |
Modifier and Type | Method and Description |
---|---|
protected Stroke |
SLDParser.parseStroke(Node root)
Internal parse method - made protected for unit testing
|
Modifier and Type | Method and Description |
---|---|
protected void |
StrokeEncoder.encode(Stroke stroke) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
StrokeParser.stroke(Stroke stroke) |
Copyright © 1996–2019 Geotools. All rights reserved.