Class DynamicMapLayerOptions

java.lang.Object
org.vaadin.addons.componentfactory.leaflet.plugins.esri.DynamicMapLayerOptions
All Implemented Interfaces:
Serializable

public class DynamicMapLayerOptions extends Object implements Serializable
Configuration options for a DynamicMapLayer.

These options mirror the settings accepted by the esri-leaflet dynamicMapLayer and control how the ArcGIS dynamic map service is requested and rendered (image format, transparency, visible layers, zoom range, authentication, caching, and so on). The service url is required and therefore a constructor argument.

See Also:
  • Constructor Details

    • DynamicMapLayerOptions

      public DynamicMapLayerOptions()