-
- All Implemented Interfaces:
-
io.openmobilemaps.mapscore.map.util.MapViewInterface
public interface SwisstopoMapViewInterface implements MapViewInterface
-
-
Method Summary
Modifier and Type Method Description abstract UnitsetBaseLayerType(SwisstopoLayerType layerType)abstract UnitsetBaseLayerType(String identifier)abstract Tiled2dMapRasterLayerInterfaceaddSwisstopoLayer(SwisstopoLayerType layerType)abstract Tiled2dMapRasterLayerInterfaceaddSwisstopoLayer(SwisstopoLayerType layerType, Tiled2dMapZoomInfo zoomInfo)abstract Tiled2dMapRasterLayerInterfaceaddSwisstopoLayer(String identifier)abstract Tiled2dMapRasterLayerInterfaceaddSwisstopoLayer(String identifier, Tiled2dMapZoomInfo zoomInfo)-
Methods inherited from class ch.admin.geo.openswissmaps.util.SwisstopoMapViewInterface
addLayer, getCamera, insertLayerAbove, insertLayerAt, insertLayerBelow, removeLayer, requireMapInterface, requireScheduler, setBackgroundColor -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
setBaseLayerType
abstract Unit setBaseLayerType(SwisstopoLayerType layerType)
-
setBaseLayerType
abstract Unit setBaseLayerType(String identifier)
-
addSwisstopoLayer
abstract Tiled2dMapRasterLayerInterface addSwisstopoLayer(SwisstopoLayerType layerType)
-
addSwisstopoLayer
abstract Tiled2dMapRasterLayerInterface addSwisstopoLayer(SwisstopoLayerType layerType, Tiled2dMapZoomInfo zoomInfo)
-
addSwisstopoLayer
abstract Tiled2dMapRasterLayerInterface addSwisstopoLayer(String identifier)
-
addSwisstopoLayer
abstract Tiled2dMapRasterLayerInterface addSwisstopoLayer(String identifier, Tiled2dMapZoomInfo zoomInfo)
-
-
-
-