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