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.Geometryobjects 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 classQGISMarkFactoryFactory with additional "well known" marks for compatibility with other applications.classShapeMarkFactoryclassTTFMarkFactoryThis 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.classWellKnownMarkFactoryThe 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 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 MarkFactory Modifier and Type Method Description intMarkFactoryListComparator. 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 MarkFactory Modifier and Type Class Description classMeteoMarkFactoryAdds to the well-known shapes some symbols the weathermen may find useful.classWKTMarkFactoryFactory 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 classSVGMarkFactory -
Uses of MarkFactory in org.geotools.renderer.style.windbarbs
Classes in org.geotools.renderer.style.windbarbs that implement MarkFactory Modifier and Type Class Description classWindBarbsFactoryFactory to produce WindBarbs.
-