Package org.mapfish.print.map.geotools
Class GmlLayer.GmlParam
java.lang.Object
org.mapfish.print.map.AbstractLayerParams
org.mapfish.print.map.geotools.AbstractVectorLayerParam
org.mapfish.print.map.geotools.GmlLayer.GmlParam
- Enclosing class:
- GmlLayer
The parameters for creating a layer that renders Gml formatted data.
-
Field Summary
FieldsFields inherited from class org.mapfish.print.map.geotools.AbstractVectorLayerParam
renderAsSvg, style
Fields inherited from class org.mapfish.print.map.AbstractLayerParams
failOnError, name, opacity
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
url
An url to the gml or the raw Gml data.The url can be a file url, however if it is it must be relative to the configuration directory.
-
-
Constructor Details
-
GmlParam
public GmlParam()
-