Class GeoJsonLayer.GeoJsonParam

  • Enclosing class:
    GeoJsonLayer

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

      Constructors 
      Constructor Description
      GeoJsonParam()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • geoJson

        public java.lang.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 Detail

      • GeoJsonParam

        public GeoJsonParam()