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.Geometryobjects 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 classSpriteGraphicFactoryImplementation 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 ExternalGraphicFactory Modifier and Type Class Description classChartGraphicFactoryParses 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 interfaceGraphicCacheInterface forExternalGraphicFactoryandMarkFactoryimplementations that cache graphics.Classes in org.geotools.renderer.style that implement ExternalGraphicFactory Modifier and Type Class Description classImageGraphicFactoryExternal 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 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 ExternalGraphicFactory Modifier and Type Class Description classSVGGraphicFactoryExternal graphic factory accepting an Expression that can be evaluated to a URL pointing to a SVG file.
-