Uses of Interface
org.geotools.renderer.style.GraphicCache
-
Packages that use GraphicCache Package Description org.geotools.mbstyle.sprite org.geotools.renderer.style Styling to be applied onorg.geotools.renderer.geom.Geometry
objects at rendering time.org.geotools.renderer.style.svg -
-
Uses of GraphicCache in org.geotools.mbstyle.sprite
Classes in org.geotools.mbstyle.sprite that implement GraphicCache 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 GraphicCache in org.geotools.renderer.style
Classes in org.geotools.renderer.style that implement GraphicCache 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. -
Uses of GraphicCache in org.geotools.renderer.style.svg
Classes in org.geotools.renderer.style.svg that implement GraphicCache 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.
-