Package org.geotools.renderer.style
Styling to be applied on
org.geotools.renderer.geom.Geometry
objects at rendering time.-
Interface Summary Interface Description ExternalGraphicFactory Symbol handler for an external symbolizers.GraphicCache Interface forExternalGraphicFactory
andMarkFactory
implementations that cache graphics.MarkFactory Symbol handler for a Mark.PointStyle2D A point style can be used to depict a point, or can be repeated along a line or inside a fill. -
Class Summary Class Description DynamicLineStyle2D A dynamic line style, that will compute its parameters each time they are requested instead of caching themDynamicPolygonStyle2D A dynamic polygon style, that will compute its parameters each time they are requested instead of caching themDynamicSymbolFactoryFinder Searches for all availableExternalGraphicFactory
andMarkFactory
implementations.ExpressionExtractor Helper class that allows the extraction of CQL expressions out of a plain text string using special separators.FontCache Lookup and caches font definitions for faster retrievalGraphicStyle2D A style class used to depict a point, polygon centroid or line with a small graphic iconIconStyle2D ImageGraphicFactory External graphic factory accepting an Expression that can be evaluated to a URL pointing to a image file.LineStyle2D A rendered style to draw the contour of shapes TODO: add support for Graphic rendering (that is, an image painted along the contour)MarkAlongLine Custom stroke to drape shapes along Line StringsMarkFactoryListComparator Mark factory comparator based on a simple class name identifiers list.MarkFactoryListPredicate Mark factory filtering predicate based on a provided class name identifiers list.MarkStyle2D Style to represent points as small filled and stroked shapesPolygonStyle2D A style that contains the specification to renderer both the contour and the interior of a shapeQGISMarkFactory Factory with additional "well known" marks for compatibility with other applications.ShapeMarkFactory SLDStyleFactory Factory object that converts SLD style into rendered styles.Style Base class for resolved styles.Style2D Base class for all style targetingGraphics2D
.StyleAttributeExtractor 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 properlyStyleAttributeExtractorTruncated 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 properlyTextStyle2D DJB:TTFMarkFactory 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.WellKnownMarkFactory The WellKnownMarkFactory is used to hold the knolwedge of how to draw all the marks hardboiled into the SLD specification (cross, arrow, triangle etc...)