Uses of Interface
org.geotools.renderer.style.MarkFactory

Packages that use MarkFactory
org.geotools.renderer.style 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 MarkFactory
 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...)
 

Methods in org.geotools.renderer.style that return types with arguments of type MarkFactory
static java.util.Iterator<MarkFactory> DynamicSymbolFactoryFinder.getMarkFactories()
          Finds all implementations of MarkFactory which have registered using the services mechanism.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.