Package org.geotools.renderer.style
package org.geotools.renderer.style
Styling to be applied on
org.geotools.renderer.geom.Geometry
objects at rendering time.-
ClassDescriptionA dynamic line style, that will compute its parameters each time they are requested instead of caching themA dynamic polygon style, that will compute its parameters each time they are requested instead of caching themSearches for all available
ExternalGraphicFactory
andMarkFactory
implementations.Helper class that allows the extraction of CQL expressions out of a plain text string using special separators.Symbol handler for an external symbolizers.Lookup and caches font definitions for faster retrievalInterface forExternalGraphicFactory
andMarkFactory
implementations that cache graphics.A style class used to depict a point, polygon centroid or line with a small graphic iconExternal graphic factory accepting an Expression that can be evaluated to a URL pointing to a image file.A rendered style to draw the contour of shapes TODO: add support for Graphic rendering (that is, an image painted along the contour)Custom stroke to drape shapes along Line StringsSymbol handler for a Mark.Mark factory comparator based on a simple class name identifiers list.Mark factory filtering predicate based on a provided class name identifiers list.Style to represent points as small filled and stroked shapesA point style can be used to depict a point, or can be repeated along a line or inside a fill.A style that contains the specification to renderer both the contour and the interior of a shapeFactory with additional "well known" marks for compatibility with other applications.Factory object that converts SLD style into rendered styles.Base class for resolved styles.Base class for all style targetingGraphics2D
.A simple visitor whose purpose is to extract the set of attributes used by a Style, that is, those that the Style expects to find in order to work properlyA simple visitor whose purpose is to extract the set of attributes used by a Style, that is, those that the Style expects to find in order to work properlyDJB:This factory accepts mark paths in thettf://fontName#code
format, where fontName is the name of a TrueType font installed in the system, or a URL to a TTF file, and the code is the character code, which may be expressed in decimal, hexadecimal (e.g.The WellKnownMarkFactory is used to hold the knolwedge of how to draw all the marks hardboiled into the SLD specification (cross, arrow, triangle etc...)