org.deegree.layer.persistence.feature
Class FeatureLayer
java.lang.Object
org.deegree.layer.AbstractLayer
org.deegree.layer.persistence.feature.FeatureLayer
- All Implemented Interfaces:
- Layer
public class FeatureLayer
- extends AbstractLayer
- Author:
- stranger
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FeatureLayer
protected FeatureLayer(LayerMetadata md,
FeatureStore featureStore,
QName featureType,
Filter filter,
Map<String,Style> styles,
Map<String,Style> legendStyles)
- Parameters:
md
-
paintMap
public LinkedList<String> paintMap(RenderContext context,
RenderingInfo info,
Style style)
throws WMSException.MissingDimensionValue,
WMSException.InvalidDimensionValue
- Description copied from interface:
Layer
- Method to paint on a graphics object.
- Returns:
- a list of warning headers (currently only used for dimension warnings)
- Throws:
WMSException.MissingDimensionValue
WMSException.InvalidDimensionValue
Copyright © 2011. All Rights Reserved.