Uses of Interface
org.geotools.renderer.style.MarkFactory
Packages that use MarkFactory
Package
Description
Styling to be applied on
org.geotools.renderer.geom.Geometry
objects at rendering time.-
Uses of MarkFactory in org.geotools.renderer.style
Classes in org.geotools.renderer.style that implement MarkFactoryModifier and TypeClassDescriptionclass
Factory with additional "well known" marks for compatibility with other applications.class
class
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
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 MarkFactoryModifier and TypeMethodDescriptionstatic 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 MarkFactoryModifier and TypeMethodDescriptionint
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 MarkFactoryModifier and TypeClassDescriptionclass
Adds to the well-known shapes some symbols the weathermen may find useful.class
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 -
Uses of MarkFactory in org.geotools.renderer.style.windbarbs
Classes in org.geotools.renderer.style.windbarbs that implement MarkFactory