User Tools

Site Tools


map_suite_wpf_desktop_edition_release_change_log_version_8.0.0.160

Map Suite WPF Desktop Edition Release Change Log Version 8.0.0.160

WpfDesktopEdition, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null

 

namespace ThinkGeo.MapSuite.WpfDesktopEdition {

    public class DrawingAttributionOverlayEventArgs : EventArgs {

        public DrawingAttributionOverlayEventArgs();

        public DrawingAttributionOverlayEventArgs(GeoCanvas canvas, String attribution);

 

        public Boolean Cancel { get; set; }

        public GeoCanvas Canvas { get; set; }

        public String Attribution { get; set; }

    }

 

    public class DrawnAttributionOverlayEventArgs : EventArgs {

        public DrawnAttributionOverlayEventArgs();

        public DrawnAttributionOverlayEventArgs(GeoCanvas canvas, String attribution);

 

        public GeoCanvas Canvas { get; set; }

        public String Attribution { get; set; }

    }

 

    [[SerializableAttribute]]

    public abstract class Overlay : IDisposable {

        public String Attribution { get; set; }

 

        public event EventHandler<DrawingAttributionOverlayEventArgs> DrawingAttribution;

        public event EventHandler<DrawnAttributionOverlayEventArgs> DrawnAttribution;

 

        protected virtual void DrawAttributionCore(GeoCanvas canvas);

        protected virtual void OnDrawingAttribution(DrawingAttributionOverlayEventArgs args);

        protected virtual void OnDrawnAttribution(DrawnAttributionOverlayEventArgs args);

    }

 

    [[SerializableAttribute]]

    public class TileTypeChangedTileOverlayEventArgs : EventArgs {

        public TileTypeChangedTileOverlayEventArgs();

 

        public TileType NewTileType { get; set; }

        public TileType OldTileType { get; set; }

    }

 

    [[SerializableAttribute]]

    public class WorldMapKitWmsWpfOverlay : TileOverlay {

        public WorldMapKitWmsWpfOverlay(WorldMapKitLayerType layerType);

        public WorldMapKitWmsWpfOverlay(WorldMapKitLayerType layerType, WebProxy webProxy);

        public WorldMapKitWmsWpfOverlay(WorldMapKitLayerType layerType, String clientId, String privateKey);

        public WorldMapKitWmsWpfOverlay(WorldMapKitLayerType layerType, WebProxy webProxy, String clientId, String privateKey);

 

        public WorldMapKitLayerType LayerType { get; set; }

    }

} //end of namespace ThinkGeo.MapSuite.WpfDesktopEdition

map_suite_wpf_desktop_edition_release_change_log_version_8.0.0.160.txt · Last modified: 2015/09/08 03:16 by admin