Class GeoJsonLayer.GeoJsonParam

Enclosing class:
GeoJsonLayer

public static class GeoJsonLayer.GeoJsonParam extends AbstractVectorLayerParam
The parameters for creating a layer that renders GeoJSON formatted data.
  • Field Details

    • geoJson

      public String 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()