Package org.geotools.renderer.style.svg
Class RenderableSVGCache
Object
RenderableSVGCache
Cache for RenderableSVG instances
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionRenderableSVG
getRenderableSVG
(Feature feature, Expression url, String format) static void
Forcefully drops the SVG cache
-
Constructor Details
-
RenderableSVGCache
public RenderableSVGCache() -
RenderableSVGCache
-
-
Method Details
-
getRenderableSVG
public RenderableSVG getRenderableSVG(Feature feature, Expression url, String format) throws Exception - Throws:
Exception
-
resetCache
public static void resetCache()Forcefully drops the SVG cache
-