Index: Core/Components/src/Core.Components.Gis.Forms/IMapControl.cs =================================================================== diff -u -r98b126b6d45b128483be32b5d76285ddfbe5655b -r6462c62b0ae903b800b6cf8809c5fd00e0bf0c6a --- Core/Components/src/Core.Components.Gis.Forms/IMapControl.cs (.../IMapControl.cs) (revision 98b126b6d45b128483be32b5d76285ddfbe5655b) +++ Core/Components/src/Core.Components.Gis.Forms/IMapControl.cs (.../IMapControl.cs) (revision 6462c62b0ae903b800b6cf8809c5fd00e0bf0c6a) @@ -30,21 +30,6 @@ public interface IMapControl { /// - /// Gets a value indicating whether or not the map can be panned with the left mouse button. - /// - bool IsPanningEnabled { get; } - - /// - /// Gets a value indicating whether or not the map can be zoomed by rectangle with the left mouse button. - /// - bool IsRectangleZoomingEnabled { get; } - - /// - /// Gets a value indicating whether or not the map coordinates of the mouse should be shown. - /// - bool IsMouseCoordinatesVisible { get; } - - /// /// Gets the data to show in the . /// MapDataCollection Data { get; } @@ -55,11 +40,6 @@ ImageBasedMapData BackgroundMapData { get; } /// - /// Removes all the data from the map without redrawing any layers. - /// - void RemoveAllData(); - - /// /// Zooms to a level so that all visible layers are in view. /// void ZoomToAllVisibleLayers(); @@ -71,20 +51,5 @@ /// Thrown when /// is not part of . void ZoomToAllVisibleLayers(MapData layerData); - - /// - /// Toggles panning of the . Panning is invoked by clicking the left mouse-button. - /// - void TogglePanning(); - - /// - /// Toggles rectangle zooming of the . Rectangle zooming is invoked by clicking the left mouse-button. - /// - void ToggleRectangleZooming(); - - /// - /// Toggles the visibility mouse coordinates of the . - /// - void ToggleMouseCoordinatesVisibility(); } } \ No newline at end of file