User Tools

Site Tools


map_suite_wpf_desktop_edition_release_change_log_version_5.0.0.55

Map Suite WPF Desktop Edition Release Change Log Version 5.0.0.55

Release date: 07/07/2011

Assembly Members Added Members Removed Breaking Changes
WpfDesktopEdition 7 added 4 removed 4 breaking

API Changes

Namespaces

New namespaces: 0


Types

Types added in new namespaces: 0

Types added to existing namespaces: 1

Total number of types added (in both new and existing namespaces): 1

Types removed from existing namespaces: 0


Members

Members added on new types: 17

Members added to existing types: 5

Members removed from existing types: 4

Members removed on removed types: 0


Attributes

Attributes added: 1

Attributes added and shown: 1

Attributes removed: 0

Attributes removed and shown: 0


Others

Parameter name changes: 0


// Old assemblies:

// C:\ThinkGeo\Output\MapSuite3.0\WpfDesktopEdition\5.0.0.0\Wpf Desktop Edition\WpfDesktopEdition.dll, Assembly Version=5.0.0.0, File Version=5.0.0.0

// Total number of old assemblies: 1


// New assemblies:

// C:\ThinkGeo\Output\MapSuite3.0\WpfDesktopEdition\5.0.0.55\Wpf Desktop Edition\WpfDesktopEdition.dll, Assembly Version=5.0.0.0, File Version=5.0.0.55

// Total number of new assemblies: 1


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


namespace ThinkGeo.MapSuite.WpfDesktopEdition {

[SerializableAttribute]

public class BingMapsOverlay : TileOverlay {

public BingMapsOverlay();

public BingMapsOverlay(String applicationId);

public BingMapsOverlay(String applicationId, BingMapsMapType mapType);

public BingMapsOverlay(String applicationId, BingMapsMapType mapType, String cacheDirectory);

public BingMapsOverlay(String applicationId, BingMapsMapType mapType, String cacheDirectory, BingMapsLogoMode logoMode);


public BingMapsLogoMode LogoMode { get; set; }

public BingMapsMapType MapType { get; set; }

public BingMapsPictureFormat CachePictureFormat { get; set; }

public Int32 TimeoutInSeconds { get; set; }

public String ApplicationId { get; set; }

public String CacheDirectory { get; set; }

public WebProxy Proxy { get; set; }


protected override void DrawTileCore(Tile tile, RectangleShape targetExtent);

protected override RectangleShape GetBoundingBoxCore();

protected override Tile GetTileCore();

protected override void LoadStateCore(Byte[] state);

protected override Byte[] SaveStateCore();

}


[SerializableAttribute]

public class EditInteractiveOverlay : InteractiveOverlay {

protected override virtual void DrawTileCore(GeoCanvas geoCanvas);


protected override void DrawCore(RectangleShape targetExtent, OverlayRefreshType overlayRefreshType);

public RenderMode RenderMode {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

}


[SerializableAttribute]

public class ExtentInteractiveOverlay : InteractiveOverlay {

protected override void DrawCore(RectangleShape targetExtent, OverlayRefreshType overlayRefreshType);

}


[SerializableAttribute]

public abstract class InteractiveOverlay : Overlay, IDisposable {

public RenderMode RenderMode { get; set; }

}


[SerializableAttribute]

public class SendingRequestUriTileEventArgs : EventArgs {

public SendingRequestUriTileEventArgs(WebRequest webRequest);


[ObsoleteAttribute("This property is obsolete, please use property WebRequest instead. This API is obsolete and may be removed on or after November 1st 2011.")]

public Uri RequestUri { get; set; }

public WebRequest WebRequest { get; set; }

}


[SerializableAttribute]

public class TrackInteractiveOverlay : InteractiveOverlay {

protected override void DrawTileCore(GeoCanvas geoCanvas);


protected override void DrawCore(RectangleShape targetExtent, OverlayRefreshType overlayRefreshType);

public RenderMode RenderMode {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

}

} // end of namespace ThinkGeo.MapSuite.WpfDesktopEdition


map_suite_wpf_desktop_edition_release_change_log_version_5.0.0.55.txt · Last modified: 2015/09/08 03:26 by admin