Uses of Interface
org.geotools.renderer.style.ExternalGraphicFactory
Packages that use ExternalGraphicFactory
Package
Description
Styling to be applied on
org.geotools.renderer.geom.Geometry objects at rendering time.-
Uses of ExternalGraphicFactory in org.geotools.mbstyle.sprite
Classes in org.geotools.mbstyle.sprite that implement ExternalGraphicFactoryModifier and TypeClassDescriptionclassImplementation of anExternalGraphicFactorythat 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 ExternalGraphicFactoryModifier and TypeClassDescriptionclassParses Google charts like requests into various kinds of charts. -
Uses of ExternalGraphicFactory in org.geotools.renderer.style
Subinterfaces of ExternalGraphicFactory in org.geotools.renderer.styleModifier and TypeInterfaceDescriptioninterfaceInterface forExternalGraphicFactoryandMarkFactoryimplementations that cache graphics.Classes in org.geotools.renderer.style that implement ExternalGraphicFactoryModifier and TypeClassDescriptionclassExternal 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 ExternalGraphicFactoryModifier and TypeMethodDescriptionstatic Iterator<ExternalGraphicFactory>DynamicSymbolFactoryFinder.getExternalGraphicFactories()Finds all implementations ofExternalGraphicFactorywhich have registered using the services mechanism.static Iterator<ExternalGraphicFactory>DynamicSymbolFactoryFinder.getExternalGraphicFactories(Hints hints) Finds all implementations ofExternalGraphicFactorywhich have registered using the services mechanism. -
Uses of ExternalGraphicFactory in org.geotools.renderer.style.svg
Classes in org.geotools.renderer.style.svg that implement ExternalGraphicFactoryModifier and TypeClassDescriptionclassExternal graphic factory accepting an Expression that can be evaluated to a URL pointing to a SVG file.