Class DynamicMapLayerOptions
java.lang.Object
org.vaadin.addons.componentfactory.leaflet.plugins.esri.DynamicMapLayerOptions
- All Implemented Interfaces:
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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDefinition filter applied to a single sub-layer of the dynamic map service. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DynamicMapLayerOptions
public DynamicMapLayerOptions()
-