Class MapArea.WmsDetails

  • Enclosing class:
    MapArea

    protected final class MapArea.WmsDetails
    extends Object
    • Field Detail

      • wmsUrl

        public String wmsUrl
      • wms

        public final org.gwtopenmaps.openlayers.client.layer.WMS wms
      • params

        public final org.gwtopenmaps.openlayers.client.layer.WMSParams params
      • queryable

        public final boolean queryable
      • downloadable

        public final boolean downloadable
      • multipleElevations

        public final boolean multipleElevations
      • multipleTimes

        public final boolean multipleTimes
    • Constructor Detail

      • WmsDetails

        public WmsDetails​(String wmsUrl,
                          org.gwtopenmaps.openlayers.client.layer.WMS wms,
                          org.gwtopenmaps.openlayers.client.layer.WMSParams wmsParameters,
                          boolean queryable,
                          boolean downloadable,
                          boolean multipleElevations,
                          boolean multipleTimes)