Package org.mapfish.print.map.geotools
Class AbstractGridCoverageLayerPlugin
java.lang.Object
org.mapfish.print.map.geotools.AbstractGridCoverageLayerPlugin
- Direct Known Subclasses:
GeotiffLayer.Plugin
,ImageLayer.ImageLayerPlugin
,OsmLayerParserPlugin
,TiledWmsLayerParserPlugin
,WmsLayerFactoryPlugin
,WmtsLayerParserPlugin
Abstract class for
MapLayerFactoryPlugin
that created layers based
on grid coverages.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final <T> StyleSupplier<T>
createStyleSupplier
(Template template, String styleRef) Common method for creating styles.
-
Constructor Details
-
AbstractGridCoverageLayerPlugin
public AbstractGridCoverageLayerPlugin()
-
-
Method Details
-
createStyleSupplier
Common method for creating styles.- Type Parameters:
T
- the source type- Parameters:
template
- the template that the map is part ofstyleRef
- the style ref identifying the style
-