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 TypeClassDescriptionclassFactory with additional "well known" marks for compatibility with other applications.classclassThis factory accepts mark paths in thettf://fontName#codeformat, 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.classThe 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 ofMarkFactorywhich have registered using the services mechanism.static Iterator<MarkFactory>DynamicSymbolFactoryFinder.getMarkFactories(Hints hints) Finds all implementations ofMarkFactorywhich have registered using the services mechanism.Methods in org.geotools.renderer.style with parameters of type MarkFactoryModifier and TypeMethodDescriptionintMarkFactoryListComparator.compare(MarkFactory mf1, MarkFactory mf2) booleanMarkFactoryListPredicate.test(MarkFactory markFactory) -
Uses of MarkFactory in org.geotools.renderer.style.markwkt
Classes in org.geotools.renderer.style.markwkt that implement MarkFactoryModifier and TypeClassDescriptionclassAdds to the well-known shapes some symbols the weathermen may find useful.classFactory 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