Package org.mapfish.print.map.geotools
Class GeoJsonLayer.GeoJsonParam
java.lang.Object
org.mapfish.print.map.AbstractLayerParams
org.mapfish.print.map.geotools.AbstractVectorLayerParam
org.mapfish.print.map.geotools.GeoJsonLayer.GeoJsonParam
- Enclosing class:
- GeoJsonLayer
The parameters for creating a layer that renders GeoJSON formatted data.
-
Field Summary
FieldsModifier and TypeFieldDescriptionA geojson formatted string or url to the geoJson or the raw GeoJSON data.Fields 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
-
geoJson
A geojson formatted string or url to the geoJson or the raw GeoJSON data.The url can be a file url, however if it is it must be relative to the configuration directory.
-
-
Constructor Details
-
GeoJsonParam
public GeoJsonParam()
-