org.geotools.renderer.geom.Geometry
objects at rendering time.See: Description
Interface | Description |
---|---|
ExternalGraphicFactory |
Symbol handler for an external symbolizers.
|
GraphicCache |
Interface for
ExternalGraphicFactory and MarkFactory 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 | Description |
---|---|
DynamicLineStyle2D |
A dynamic line style, that will compute its parameters each time they are requested instead of
caching them
|
DynamicPolygonStyle2D |
A dynamic polygon style, that will compute its parameters each time they are requested instead of
caching them
|
DynamicSymbolFactoryFinder |
Searches for all available
ExternalGraphicFactory and MarkFactory
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 retrieval
|
GraphicStyle2D |
A style class used to depict a point, polygon centroid or line with a small graphic icon
|
IconStyle2D | |
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 Strings
|
MarkFactoryListComparator |
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 shapes
|
PolygonStyle2D |
A style that contains the specification to renderer both the contour and the interior of a shape
|
QGISMarkFactory |
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 targeting
Graphics2D . |
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 properly
|
StyleAttributeExtractorTruncated |
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 properly
This is very similiar to StyleAttributeExtractor, but with these differences: a) it doesnt the
count the
|
TextStyle2D |
DJB:
This class was fundamentally wrong - it tried to convert
|
TTFMarkFactory |
This factory accepts mark paths in the
ttf://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...)
|
org.geotools.renderer.geom.Geometry
objects at rendering time.Copyright © 1996–2023 Geotools. All rights reserved.