User Tools

Site Tools


map_suite_desktop_edition_release_change_log_version_8.0.0.150

Map Suite Desktop Edition Release Change Log Version 8.0.0.150

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

namespace ThinkGeo.MapSuite.DesktopEdition {

    public class DrawingAttributionOverlayEventArgs : EventArgs {

        public DrawingAttributionOverlayEventArgs();

        public DrawingAttributionOverlayEventArgs(GeoCanvas canvas, String attribution);

        public Boolean Cancel { get; set; }

        public GeoCanvas GeoCanvas { get; set; }

        public String Attribution { get; set; }

    }

    public class DrawnAttributionOverlayEventArgs : EventArgs {

        public DrawnAttributionOverlayEventArgs();

        public DrawnAttributionOverlayEventArgs(GeoCanvas canvas, String attribution);

        public GeoCanvas GeoCanvas { get; set; }

        public String Attribution { get; set; }

    }

    [SerializableAttribute]

    public abstract class Overlay {

        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 WorldMapKitWmsDesktopOverlay : Overlay {

        public WorldMapKitWmsDesktopOverlay(WorldMapKitLayerType layerType);

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

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

        public WorldMapKitLayerType LayerType { get; set; }

        public WorldMapKitWmsDesktopOverlay(WebProxy webProxy);

    }

} //end of namespace ThinkGeo.MapSuite.DesktopEdition

map_suite_desktop_edition_release_change_log_version_8.0.0.150.txt · Last modified: 2015/09/21 02:23 by admin