Package org.geotools.renderer.style.svg
Class RenderableSVGCache
- Object
-
- RenderableSVGCache
-
public class RenderableSVGCache extends Object
Cache for RenderableSVG instances
-
-
Constructor Summary
Constructors Constructor Description RenderableSVGCache()
RenderableSVGCache(Map<RenderingHints.Key,Object> hints)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RenderableSVG
getRenderableSVG(Feature feature, Expression url, String format)
static void
resetCache()
Forcefully drops the SVG cache
-
-
-
Constructor Detail
-
RenderableSVGCache
public RenderableSVGCache()
-
RenderableSVGCache
public RenderableSVGCache(Map<RenderingHints.Key,Object> hints)
-
-
Method Detail
-
getRenderableSVG
public RenderableSVG getRenderableSVG(Feature feature, Expression url, String format) throws Exception
- Throws:
Exception
-
resetCache
public static void resetCache()
Forcefully drops the SVG cache
-
-