User Tools

Site Tools


map_suite_wpf_desktop_edition_release_change_log_version_8.0.0.160

This is an old revision of the document!


Map_Suite_WPF_Desktop_Edition_Release_Change_Log_Version_8.0.0.160

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'><b>WpfDesktopEdition, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null</b></p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>&nbsp;</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>namespace <b>ThinkGeo.MapSuite.WpfDesktopEdition</b> {</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>    public class <b>DrawingAttributionOverlayEventArgs : </b> EventArgs {</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public <b>DrawingAttributionOverlayEventArgs</b>();</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public <b>DrawingAttributionOverlayEventArgs</b>(GeoCanvas <b>canvas</b>, String <b>attribution</b>);</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>&nbsp;</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public Boolean <b>Cancel</b> { get; set; }</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public GeoCanvas <b>Canvas</b> { get; set; }</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public String <b>Attribution</b> { get; set; }</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>    }</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>&nbsp;</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>    public class <b>DrawnAttributionOverlayEventArgs : </b> EventArgs {</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public <b>DrawnAttributionOverlayEventArgs</b>();</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public <b>DrawnAttributionOverlayEventArgs</b>(GeoCanvas <b>canvas</b>, String <b>attribution</b>);</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>&nbsp;</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public GeoCanvas <b>Canvas</b> { get; set; }</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public String <b>Attribution</b> { get; set; }</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>    }</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>&nbsp;</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>    style='color:olive'>SerializableAttribute</span></p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>    public abstract class <b>Overlay</b> : IDisposable {</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public String <b>Attribution</b> { get; set; }</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>&nbsp;</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public event EventHandler&lt;DrawingAttributionOverlayEventArgs&gt; <b>DrawingAttribution</b>;</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public event EventHandler&lt;DrawnAttributionOverlayEventArgs&gt; <b>DrawnAttribution</b>;</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>&nbsp;</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        protected virtual void <b>DrawAttributionCore</b>(GeoCanvas <b>canvas</b>);</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        protected virtual void <b>OnDrawingAttribution</b>(DrawingAttributionOverlayEventArgs <b>args</b>);</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        protected virtual void <b>OnDrawnAttribution</b>(DrawnAttributionOverlayEventArgs <b>args</b>);</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>    }</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>&nbsp;</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>    style='color:green'>SerializableAttribute</span></p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>    public class <b>TileTypeChangedTileOverlayEventArgs : </b> EventArgs {</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public <b>TileTypeChangedTileOverlayEventArgs</b>();</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>&nbsp;</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public TileType <b>NewTileType</b> { get; set; }</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public TileType <b>OldTileType</b> { get; set; }</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>    }</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>&nbsp;</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>    style='color:olive'>SerializableAttribute</span></p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>    public class <b>WorldMapKitWmsWpfOverlay : </b> TileOverlay {</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public <b>WorldMapKitWmsWpfOverlay</b>(WorldMapKitLayerType <b>layerType</b>);</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public <b>WorldMapKitWmsWpfOverlay</b>(WorldMapKitLayerType <b>layerType</b>, WebProxy <b>webProxy</b>);</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public <b>WorldMapKitWmsWpfOverlay</b>(WorldMapKitLayerType <b>layerType</b>, String <b>clientId</b>, String <b>privateKey</b>);</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public <b>WorldMapKitWmsWpfOverlay</b>(WorldMapKitLayerType <b>layerType</b>, WebProxy <b>webProxy</b>, String <b>clientId</b>, String <b>privateKey</b>);</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>&nbsp;</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>        public WorldMapKitLayerType <b>LayerType</b> { get; set; }</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>    }</p>

<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height: normal;text-autospace:none'>} //end of namespace ThinkGeo.MapSuite.WpfDesktopEdition</p>

map_suite_wpf_desktop_edition_release_change_log_version_8.0.0.160.1440040124.txt.gz · Last modified: 2015/09/08 03:16 (external edit)