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.Geometryobjects 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 classStroke.ConstantStrokeMethods in org.geotools.api.style that return Stroke Modifier and Type Method Description StrokeStyleFactory. createStroke(Expression color, Expression width)A convienice method to make a simple strokeStrokeStyleFactory. createStroke(Expression color, Expression width, Expression opacity)A convienice method to make a simple strokeStrokeStyleFactory. createStroke(Expression color, Expression width, Expression opacity, Expression lineJoin, Expression lineCap, float[] dashArray, Expression dashOffset, Graphic graphicFill, Graphic graphicStroke)creates a strokeStrokeStyleFactory. getDefaultStroke()StrokeLineSymbolizer. getStroke()Returns the object containing all the information necessary to draw styled lines.StrokeMark. getStroke()Returns the object that indicates how the edges of the mark will be drawn.StrokePolygonSymbolizer. getStroke()Returns the object containing all the information necessary to draw styled lines.StrokeStyleFactory. stroke(Expression color, Expression opacity, Expression width, Expression join, Expression cap, float[] dashes, Expression offset)StrokeStyleFactory. stroke(GraphicFill fill, Expression color, Expression opacity, Expression width, Expression join, Expression cap, float[] dashes, Expression offset)StrokeStyleFactory. 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 LineSymbolizerStyleFactory. createLineSymbolizer(Stroke stroke, String geometryPropertyName)MarkStyleFactory. createMark(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation)PolygonSymbolizerStyleFactory. createPolygonSymbolizer(Stroke stroke, Fill fill, String geometryPropertyName)LineSymbolizerStyleFactory. lineSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Stroke stroke, Expression offset)MarkStyleFactory. mark(Expression wellKnownName, Fill fill, Stroke stroke)MarkStyleFactory. mark(ExternalMark externalMark, Fill fill, Stroke stroke)PolygonSymbolizerStyleFactory. polygonSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Stroke stroke, Fill fill, Displacement displacement, Expression offset)voidLineSymbolizer. setStroke(Stroke stroke)Provides the graphical-symbolization parameter to use for the linear geometry.voidMark. setStroke(Stroke stroke)This paramterer defines which stroke style should be used when rendering the Mark.voidPolygonSymbolizer. setStroke(Stroke stroke)Provides the graphical-symbolization parameter to use for the outline of the Polygon.voidStyleVisitor. visit(Stroke stroke)Called when accept is called on a strokeObjectTraversingStyleVisitor. 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 FeatureTypeStyleStyleGenerator. 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 StrokeStrokeBuilder. build()Methods in org.geotools.brewer.styling.builder with parameters of type Stroke Modifier and Type Method Description StrokeBuilderStrokeBuilder. 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 voidMetaBufferEstimator. visit(Stroke stroke)voidOpacityFinder. 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 voidStyleVisitorAdapter. 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)voidStyleAttributeExtractor. visit(Stroke stroke) -
Uses of Stroke in org.geotools.styling
Classes in org.geotools.styling that implement Stroke Modifier and Type Class Description classStrokeImplProvides 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 StrokeStrokeImpl. DEFAULTstatic StrokeStrokeImpl. NULLNull Stroke capturing the defaults indicated by the standard.Methods in org.geotools.styling that return Stroke Modifier and Type Method Description abstract StrokeAbstractStyleFactory. createStroke(Expression color, Expression width)A convienice method to make a simple strokeabstract StrokeAbstractStyleFactory. createStroke(Expression color, Expression width, Expression opacity)A convienice method to make a simple strokeabstract StrokeAbstractStyleFactory. createStroke(Expression color, Expression width, Expression opacity, Expression lineJoin, Expression lineCap, float[] dashArray, Expression dashOffset, Graphic graphicFill, Graphic graphicStroke)creates a strokeStrokeStyleBuilder. createStroke()create a default StrokeStrokeStyleBuilder. createStroke(double width)create a default stroke with the supplied widthStrokeStyleBuilder. createStroke(Color color)Create a default stroke with the supplied colorStrokeStyleBuilder. createStroke(Color color, double width)create a stroke with the supplied width and colorStrokeStyleBuilder. createStroke(Color color, double width, double opacity)create a stroke with color, width and opacity suppliedStrokeStyleBuilder. createStroke(Color color, double width, float[] dashArray)create a dashed line of color and widthStrokeStyleBuilder. createStroke(Color color, double width, String lineJoin, String lineCap)create a stroke with color, width, linejoin type and lineCap type.StrokeStyleBuilder. createStroke(Expression color, Expression width)create a stroke with the color and width suppliedStrokeStyleBuilder. createStroke(Expression color, Expression width, Expression opacity)create a stroke with color, width and opacity suppliedStrokeStyleFactoryImpl. createStroke(Expression color, Expression width)A method to make a simple stroke of a provided color and width.StrokeStyleFactoryImpl. createStroke(Expression color, Expression width, Expression opacity)A convenience method to make a simple strokeStrokeStyleFactoryImpl. createStroke(Expression color, Expression width, Expression opacity, Expression lineJoin, Expression lineCap, float[] dashArray, Expression dashOffset, Graphic graphicFill, Graphic graphicStroke)creates a strokeabstract StrokeAbstractStyleFactory. getDefaultStroke()StrokeStyleFactoryImpl. getDefaultStroke()static StrokeSLD. stroke(LineSymbolizer sym)Retrieves the Stroke from a LineSymbolizer.static StrokeSLD. stroke(PointSymbolizer sym)Retrieves the Stroke from a PointSymbolizer.static StrokeSLD. stroke(PolygonSymbolizer sym)Retrieves the Stroke from a PolygonSymbolizer.StrokeStyleFactoryImpl. stroke(Expression color, Expression opacity, Expression width, Expression join, Expression cap, float[] dashes, Expression offset)StrokeStyleFactoryImpl. stroke(GraphicFill fill, Expression color, Expression opacity, Expression width, Expression join, Expression cap, float[] dashes, Expression offset)StrokeStyleFactoryImpl. stroke(GraphicStroke stroke, Expression color, Expression opacity, Expression width, Expression join, Expression cap, float[] dashes, Expression offset)StrokeStyleFactoryImpl2. stroke(Expression color, Expression opacity, Expression width, Expression join, Expression cap, float[] dashes, Expression offset)StrokeStyleFactoryImpl2. stroke(GraphicFill fill, Expression color, Expression opacity, Expression width, Expression join, Expression cap, float[] dashes, Expression offset)StrokeStyleFactoryImpl2. 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 ColorSLD. color(Stroke stroke)Retrieve the color of a stroke objectabstract LineSymbolizerAbstractStyleFactory. createLineSymbolizer(Stroke stroke, String geometryPropertyName)LineSymbolizerStyleBuilder. createLineSymbolizer(Stroke stroke)create a LineSymbolizerLineSymbolizerStyleBuilder. createLineSymbolizer(Stroke stroke, String geometryPropertyName)create a LineSymbolizerLineSymbolizerStyleFactoryImpl. createLineSymbolizer(Stroke stroke, String geometryPropertyName)abstract MarkAbstractStyleFactory. createMark(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation)MarkStyleBuilder. createMark(String wellKnownName, Fill fill, Stroke stroke)create a mark with the supplied fill and strokeMarkStyleBuilder. createMark(Expression wellKnownName, Fill fill, Stroke stroke)create a mark with the supplied fill and strokeMarkStyleFactoryImpl. createMark(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation)abstract PolygonSymbolizerAbstractStyleFactory. createPolygonSymbolizer(Stroke stroke, Fill fill, String geometryPropertyName)PolygonSymbolizerStyleBuilder. createPolygonSymbolizer(Stroke stroke, Fill fill)create a polygon symbolizerPolygonSymbolizerStyleBuilder. createPolygonSymbolizer(Stroke stroke, Fill fill, String geometryPropertyName)create a polygon symbolizerPolygonSymbolizerStyleFactoryImpl. createPolygonSymbolizer(Stroke stroke, Fill fill, String geometryPropertyName)LineSymbolizerStyleFactoryImpl. lineSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Stroke stroke, Expression offset)LineSymbolizerImplStyleFactoryImpl2. lineSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Stroke stroke, Expression offset)MarkStyleFactoryImpl. mark(Expression wellKnownName, Fill fill, Stroke stroke)MarkImplStyleFactoryImpl. mark(ExternalMark externalMark, Fill fill, Stroke stroke)MarkImplStyleFactoryImpl2. mark(Expression wellKnownName, Fill fill, Stroke stroke)MarkImplStyleFactoryImpl2. mark(ExternalMark externalMark, Fill fill, Stroke stroke)static doubleSLD. opacity(Stroke stroke)Retrieve the opacity from a Stroke object.PolygonSymbolizerStyleFactoryImpl. polygonSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Stroke stroke, Fill fill, Displacement displacement, Expression offset)PolygonSymbolizerStyleFactoryImpl2. polygonSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Stroke stroke, Fill fill, Displacement displacement, Expression offset)voidLineSymbolizerImpl. setStroke(Stroke stroke)Sets the graphical-symbolization parameter to use for the linear geometry.voidMarkImpl. setStroke(Stroke stroke)Setter for property stroke.voidPolygonSymbolizerImpl. setStroke(Stroke stroke)Sets the graphical-symbolization parameter to use for the outline of the Polygon.voidAbstractStyleVisitor. visit(Stroke stroke)static intSLD. 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 StrokeDuplicatingStyleVisitor. 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 StrokeDuplicatingStyleVisitor. copy(Stroke stroke)Null safe copy of stroke.protected voidUomRescaleStyleVisitor. rescaleStroke(Stroke stroke, Unit<Length> uom)Used to rescaleDashArray the provided stroke.voidDuplicatingStyleVisitor. visit(Stroke stroke)voidRescaleStyleVisitor. 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 StrokeSLDParser. 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 voidStrokeEncoder. 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 voidStrokeParser. stroke(Stroke stroke)
-