Uses of Interface
org.geotools.renderer.style.ExternalGraphicFactory
-
Packages that use ExternalGraphicFactory Package Description org.geotools.mbstyle.sprite org.geotools.renderer.chart org.geotools.renderer.style Styling to be applied onorg.geotools.renderer.geom.Geometry
objects at rendering time.org.geotools.renderer.style.svg -
-
Uses of ExternalGraphicFactory in org.geotools.mbstyle.sprite
Classes in org.geotools.mbstyle.sprite that implement ExternalGraphicFactory Modifier and Type Class Description class
SpriteGraphicFactory
Implementation of anExternalGraphicFactory
that takes the address of a Mapbox-style sprite sheet resource and an icon name, and retrieves the icon from the sprite sheet. -
Uses of ExternalGraphicFactory in org.geotools.renderer.chart
Classes in org.geotools.renderer.chart that implement ExternalGraphicFactory Modifier and Type Class Description class
ChartGraphicFactory
Parses Google charts like requests into various kinds of charts. -
Uses of ExternalGraphicFactory in org.geotools.renderer.style
Subinterfaces of ExternalGraphicFactory in org.geotools.renderer.style Modifier and Type Interface Description interface
GraphicCache
Interface forExternalGraphicFactory
andMarkFactory
implementations that cache graphics.Classes in org.geotools.renderer.style that implement ExternalGraphicFactory Modifier and Type Class Description class
ImageGraphicFactory
External graphic factory accepting an Expression that can be evaluated to a URL pointing to a image file.Methods in org.geotools.renderer.style that return types with arguments of type ExternalGraphicFactory Modifier and Type Method Description static Iterator<ExternalGraphicFactory>
DynamicSymbolFactoryFinder. getExternalGraphicFactories()
Finds all implementations ofExternalGraphicFactory
which have registered using the services mechanism.static Iterator<ExternalGraphicFactory>
DynamicSymbolFactoryFinder. getExternalGraphicFactories(Hints hints)
Finds all implementations ofExternalGraphicFactory
which have registered using the services mechanism. -
Uses of ExternalGraphicFactory in org.geotools.renderer.style.svg
Classes in org.geotools.renderer.style.svg that implement ExternalGraphicFactory Modifier and Type Class Description class
SVGGraphicFactory
External graphic factory accepting an Expression that can be evaluated to a URL pointing to a SVG file.
-