| Interface | Description |
|---|---|
| LeafletLayerTranslator |
Component that translates a
Layer of type specified in the LayerTranslator annotation
to LeafletLayerHolder, containing Leaflet representation of the layer. |
| Class | Description |
|---|---|
| GeoObjectWrapper<T> |
Wrapper containing the underlying leaflet component corresponding to the geo-object.
|
| HeatMapLayerLeafletLayerTranslator | |
| ImageLayerLeafletLayerTranslator | |
| TileLayerLeafletLayerTranslator | |
| VectorLayerHolder<T> | |
| VectorLayerLeafletLayerTranslator | |
| WMSTileLayerLeafletLayerTranslator |
| Annotation Type | Description |
|---|---|
| LayerTranslator |
Indicates the type of
Layer (including subtypes)
that LeafletLayerTranslator marked by this annotation can operate with. |