Package org.mapfish.print.map.geotools
Class GeotiffLayer.GeotiffParam
java.lang.Object
org.mapfish.print.map.AbstractLayerParams
org.mapfish.print.map.geotools.GeotiffLayer.GeotiffParam
- Enclosing class:
- GeotiffLayer
The parameters for reading a Geotiff file, either from the server or from a URL.
-
Field Summary
FieldsModifier and TypeFieldDescriptionA string identifying a style to use when rendering the raster.The url of the geotiff.Fields inherited from class org.mapfish.print.map.AbstractLayerParams
failOnError, name, opacity
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
url
The url of the geotiff. It can be a file but if it is the file must be contained within the config directory. -
style
A string identifying a style to use when rendering the raster.
-
-
Constructor Details
-
GeotiffParam
public GeotiffParam()
-