Uses of Interface
org.geotools.renderer.style.MarkFactory
-
Packages that use MarkFactory Package Description org.geotools.renderer.style Styling to be applied onorg.geotools.renderer.geom.Geometry
objects at rendering time.org.geotools.renderer.style.markwkt org.geotools.renderer.style.svg org.geotools.renderer.style.windbarbs -
-
Uses of MarkFactory in org.geotools.renderer.style
Classes in org.geotools.renderer.style that implement MarkFactory Modifier and Type Class Description class
QGISMarkFactory
Factory with additional "well known" marks for compatibility with other applications.class
ShapeMarkFactory
class
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.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...)Methods in org.geotools.renderer.style that return types with arguments of type MarkFactory Modifier and Type Method Description static Iterator<MarkFactory>
DynamicSymbolFactoryFinder. getMarkFactories()
Finds all implementations ofMarkFactory
which have registered using the services mechanism.static Iterator<MarkFactory>
DynamicSymbolFactoryFinder. getMarkFactories(Hints hints)
Finds all implementations ofMarkFactory
which have registered using the services mechanism.Methods in org.geotools.renderer.style with parameters of type MarkFactory Modifier and Type Method Description int
MarkFactoryListComparator. compare(MarkFactory mf1, MarkFactory mf2)
boolean
MarkFactoryListPredicate. test(MarkFactory markFactory)
-
Uses of MarkFactory in org.geotools.renderer.style.markwkt
Classes in org.geotools.renderer.style.markwkt that implement MarkFactory Modifier and Type Class 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. -
Uses of MarkFactory in org.geotools.renderer.style.svg
Classes in org.geotools.renderer.style.svg that implement MarkFactory Modifier and Type Class Description class
SVGMarkFactory
-
Uses of MarkFactory in org.geotools.renderer.style.windbarbs
Classes in org.geotools.renderer.style.windbarbs that implement MarkFactory Modifier and Type Class Description class
WindBarbsFactory
Factory to produce WindBarbs.
-