public abstract class FeatureCollectionRenderer extends Object implements Renderer
Renderer.Factory| Constructor and Description |
|---|
FeatureCollectionRenderer(Object contentID,
LayerViewPanel panel) |
FeatureCollectionRenderer(Object contentID,
LayerViewPanel panel,
ImageCachingFeatureCollectionRenderer imageCachingFeatureCollectionRenderer) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
clearImageCache() |
void |
copyTo(Graphics2D graphics) |
Runnable |
createRunnable() |
Object |
getContentID() |
boolean |
isRendering() |
protected abstract Map |
layerToFeaturesMap() |
protected abstract Collection |
styles() |
public FeatureCollectionRenderer(Object contentID, LayerViewPanel panel)
public FeatureCollectionRenderer(Object contentID, LayerViewPanel panel, ImageCachingFeatureCollectionRenderer imageCachingFeatureCollectionRenderer)
public void clearImageCache()
clearImageCache in interface Rendererpublic boolean isRendering()
isRendering in interface Rendererpublic Object getContentID()
getContentID in interface Rendererpublic void copyTo(Graphics2D graphics)
public Runnable createRunnable()
createRunnable in interface Rendererprotected abstract Map layerToFeaturesMap()
protected abstract Collection styles()
Copyright © 2015. All rights reserved.