Package | Description |
---|---|
org.geotools.renderer.style |
Styling to be applied on
org.geotools.renderer.geom.Geometry objects at rendering time. |
org.geotools.renderer.style.markwkt | |
org.geotools.renderer.style.svg | |
org.geotools.renderer.style.windbarbs |
Modifier and Type | Class and Description |
---|---|
class |
QGISMarkFactory
Factory with additional "well known" marks for compatibility with other applications.
|
class |
ShapeMarkFactory |
class |
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. |
class |
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...)
|
Modifier and Type | Method and Description |
---|---|
static Iterator<MarkFactory> |
DynamicSymbolFactoryFinder.getMarkFactories()
Finds all implementations of
MarkFactory which have registered using the services
mechanism. |
static Iterator<MarkFactory> |
DynamicSymbolFactoryFinder.getMarkFactories(Hints hints)
Finds all implementations of
MarkFactory which have registered using the services
mechanism. |
Modifier and Type | Method and Description |
---|---|
int |
MarkFactoryListComparator.compare(MarkFactory mf1,
MarkFactory mf2) |
boolean |
MarkFactoryListPredicate.test(MarkFactory markFactory) |
Modifier and Type | Class and Description |
---|---|
class |
MeteoMarkFactory
Adds to the well-known shapes some symbols the weathermen may find useful.
|
class |
WKTMarkFactory
Factory to produce marks based on WKT representation of symbols.
|
Modifier and Type | Class and Description |
---|---|
class |
SVGMarkFactory |
Modifier and Type | Class and Description |
---|---|
class |
WindBarbsFactory
Factory to produce WindBarbs.
|
Copyright © 1996–2022 Geotools. All rights reserved.