Uses of Interface
org.geotools.api.style.Stroke
-
Packages that use Stroke 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.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 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 Stroke in org.geotools.api.style
Classes in org.geotools.api.style that implement Stroke Modifier and Type Class Description static class
Stroke.ConstantStroke
Methods in org.geotools.api.style that return Stroke Modifier and Type Method Description Stroke
StyleFactory. createStroke(Expression color, Expression width)
A convienice method to make a simple strokeStroke
StyleFactory. createStroke(Expression color, Expression width, Expression opacity)
A convienice method to make a simple strokeStroke
StyleFactory. createStroke(Expression color, Expression width, Expression opacity, Expression lineJoin, Expression lineCap, float[] dashArray, Expression dashOffset, Graphic graphicFill, Graphic graphicStroke)
creates a strokeStroke
StyleFactory. getDefaultStroke()
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)
Methods in org.geotools.api.style with parameters of type Stroke Modifier and Type Method Description LineSymbolizer
StyleFactory. createLineSymbolizer(Stroke stroke, String geometryPropertyName)
Mark
StyleFactory. createMark(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation)
PolygonSymbolizer
StyleFactory. createPolygonSymbolizer(Stroke stroke, Fill fill, String geometryPropertyName)
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)
void
LineSymbolizer. setStroke(Stroke stroke)
Provides the graphical-symbolization parameter to use for the linear geometry.void
Mark. setStroke(Stroke stroke)
This paramterer defines which stroke style should be used when rendering the Mark.void
PolygonSymbolizer. setStroke(Stroke stroke)
Provides the graphical-symbolization parameter to use for the outline of the Polygon.void
StyleVisitor. visit(Stroke stroke)
Called when accept is called on a strokeObject
TraversingStyleVisitor. visit(Stroke stroke, Object data)
Called when accept is called on a stroke -
Uses of Stroke in org.geotools.brewer.color
Methods in org.geotools.brewer.color with parameters of type Stroke Modifier and Type Method 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. -
Uses of Stroke in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder that return Stroke Modifier and Type Method Description Stroke
StrokeBuilder. build()
Methods in org.geotools.brewer.styling.builder with parameters of type Stroke Modifier and Type Method Description StrokeBuilder
StrokeBuilder. reset(Stroke stroke)
Reset builder to provided original stroke. -
Uses of Stroke in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type Stroke Modifier and Type Method Description void
MetaBufferEstimator. visit(Stroke stroke)
void
OpacityFinder. visit(Stroke stroke)
-
Uses of Stroke in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type Stroke Modifier and Type Method Description void
StyleVisitorAdapter. visit(Stroke stroke)
-
Uses of Stroke in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type Stroke Modifier and Type Method Description static float[]
SLDStyleFactory. evaluateDashArray(Stroke stroke, Object feature)
void
StyleAttributeExtractor. visit(Stroke stroke)
-
Uses of Stroke in org.geotools.styling
Classes in org.geotools.styling that implement Stroke Modifier and Type Class Description class
StrokeImpl
Provides a Java representation of the Stroke object in an SLD document.Fields in org.geotools.styling declared as Stroke Modifier and Type Field Description static Stroke
StrokeImpl. DEFAULT
static Stroke
StrokeImpl. NULL
Null Stroke capturing the defaults indicated by the standard.Methods in org.geotools.styling that return Stroke Modifier and Type Method Description abstract Stroke
AbstractStyleFactory. createStroke(Expression color, Expression width)
A convienice method to make a simple strokeabstract Stroke
AbstractStyleFactory. createStroke(Expression color, Expression width, Expression opacity)
A convienice method to make a simple strokeabstract Stroke
AbstractStyleFactory. createStroke(Expression color, Expression width, Expression opacity, Expression lineJoin, Expression lineCap, float[] dashArray, Expression dashOffset, Graphic graphicFill, Graphic graphicStroke)
creates a strokeStroke
StyleBuilder. createStroke()
create a default StrokeStroke
StyleBuilder. createStroke(double width)
create a default stroke with the supplied widthStroke
StyleBuilder. createStroke(Color color)
Create a default stroke with the supplied colorStroke
StyleBuilder. createStroke(Color color, double width)
create a stroke with the supplied width and colorStroke
StyleBuilder. createStroke(Color color, double width, double opacity)
create a stroke with color, width and opacity suppliedStroke
StyleBuilder. createStroke(Color color, double width, float[] dashArray)
create a dashed line of color and widthStroke
StyleBuilder. createStroke(Color color, double width, String lineJoin, String lineCap)
create a stroke with color, width, linejoin type and lineCap type.Stroke
StyleBuilder. createStroke(Expression color, Expression width)
create a stroke with the color and width suppliedStroke
StyleBuilder. createStroke(Expression color, Expression width, Expression opacity)
create a stroke with color, width and opacity suppliedStroke
StyleFactoryImpl. createStroke(Expression color, Expression width)
A method to make a simple stroke of a provided color and width.Stroke
StyleFactoryImpl. createStroke(Expression color, Expression width, Expression opacity)
A convenience method to make a simple strokeStroke
StyleFactoryImpl. createStroke(Expression color, Expression width, Expression opacity, Expression lineJoin, Expression lineCap, float[] dashArray, Expression dashOffset, Graphic graphicFill, Graphic graphicStroke)
creates a strokeabstract Stroke
AbstractStyleFactory. getDefaultStroke()
Stroke
StyleFactoryImpl. getDefaultStroke()
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.Stroke
StyleFactoryImpl. stroke(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
StyleFactoryImpl. stroke(GraphicStroke stroke, Expression color, Expression opacity, Expression width, Expression join, Expression cap, float[] dashes, Expression offset)
Stroke
StyleFactoryImpl2. stroke(Expression color, Expression opacity, Expression width, Expression join, Expression cap, float[] dashes, Expression offset)
Stroke
StyleFactoryImpl2. stroke(GraphicFill fill, Expression color, Expression opacity, Expression width, Expression join, Expression cap, float[] dashes, Expression offset)
Stroke
StyleFactoryImpl2. stroke(GraphicStroke stroke, Expression color, Expression opacity, Expression width, Expression join, Expression cap, float[] dashes, Expression offset)
Methods in org.geotools.styling with parameters of type Stroke Modifier and Type Method Description static Color
SLD. color(Stroke stroke)
Retrieve the color of a stroke objectabstract LineSymbolizer
AbstractStyleFactory. createLineSymbolizer(Stroke stroke, String geometryPropertyName)
LineSymbolizer
StyleBuilder. createLineSymbolizer(Stroke stroke)
create a LineSymbolizerLineSymbolizer
StyleBuilder. createLineSymbolizer(Stroke stroke, String geometryPropertyName)
create a LineSymbolizerLineSymbolizer
StyleFactoryImpl. createLineSymbolizer(Stroke stroke, String geometryPropertyName)
abstract Mark
AbstractStyleFactory. 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 strokeMark
StyleBuilder. createMark(Expression wellKnownName, Fill fill, Stroke stroke)
create a mark with the supplied fill and strokeMark
StyleFactoryImpl. createMark(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation)
abstract PolygonSymbolizer
AbstractStyleFactory. createPolygonSymbolizer(Stroke stroke, Fill fill, String geometryPropertyName)
PolygonSymbolizer
StyleBuilder. createPolygonSymbolizer(Stroke stroke, Fill fill)
create a polygon symbolizerPolygonSymbolizer
StyleBuilder. createPolygonSymbolizer(Stroke stroke, Fill fill, String geometryPropertyName)
create a polygon symbolizerPolygonSymbolizer
StyleFactoryImpl. createPolygonSymbolizer(Stroke stroke, Fill fill, String geometryPropertyName)
LineSymbolizer
StyleFactoryImpl. lineSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Stroke stroke, Expression offset)
LineSymbolizerImpl
StyleFactoryImpl2. lineSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Stroke stroke, Expression offset)
Mark
StyleFactoryImpl. mark(Expression wellKnownName, Fill fill, Stroke stroke)
MarkImpl
StyleFactoryImpl. mark(ExternalMark externalMark, Fill fill, Stroke stroke)
MarkImpl
StyleFactoryImpl2. mark(Expression wellKnownName, Fill fill, Stroke stroke)
MarkImpl
StyleFactoryImpl2. mark(ExternalMark externalMark, Fill fill, Stroke stroke)
static double
SLD. opacity(Stroke stroke)
Retrieve the opacity from a Stroke object.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
LineSymbolizerImpl. setStroke(Stroke stroke)
Sets the graphical-symbolization parameter to use for the linear geometry.void
MarkImpl. setStroke(Stroke stroke)
Setter for property stroke.void
PolygonSymbolizerImpl. setStroke(Stroke stroke)
Sets the graphical-symbolization parameter to use for the outline of the Polygon.void
AbstractStyleVisitor. visit(Stroke stroke)
static int
SLD. width(Stroke stroke)
Retrieve the width of a Stroke object.Constructors in org.geotools.styling with parameters of type Stroke Constructor 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)
-
Uses of Stroke in org.geotools.styling.visitor
Methods in org.geotools.styling.visitor that return Stroke Modifier and Type Method Description protected Stroke
DuplicatingStyleVisitor. copy(Stroke stroke)
Null safe copy of stroke.Methods in org.geotools.styling.visitor with parameters of type Stroke Modifier and Type Method 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
DuplicatingStyleVisitor. visit(Stroke stroke)
void
RescaleStyleVisitor. visit(Stroke stroke)
Increase stroke width. -
Uses of Stroke in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return Stroke Modifier and Type Method Description protected Stroke
SLDParser. parseStroke(Node root)
Internal parse method - made protected for unit testing -
Uses of Stroke in org.geotools.ysld.encode
Methods in org.geotools.ysld.encode with parameters of type Stroke Modifier and Type Method Description protected void
StrokeEncoder. encode(Stroke stroke)
-
Uses of Stroke in org.geotools.ysld.parse
Methods in org.geotools.ysld.parse with parameters of type Stroke Modifier and Type Method Description protected abstract void
StrokeParser. stroke(Stroke stroke)
-