User Tools

Site Tools


map_suite_wpf_desktop_edition_release_change_log_version_5.0.0.0

Map Suite WPF Desktop Edition Release Change Log Version 5.0.0.0

Release date: 05/16/2011

Assembly Members Added Members Removed Breaking Changes
WpfDesktopEdition 30 added 4 removed 5 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): 2

Types removed from existing namespaces: 0


Members

Members added on new types: 2

Members added to existing types: 16

Members removed from existing types: 0

Members removed on removed types: 0


Attributes

Attributes added: 12

Attributes added and shown: 12

Attributes removed: 4

Attributes removed and shown: 4


Others

Parameter name changes: 1


// Old assemblies:

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

// Total number of old assemblies: 1


// New 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 new assemblies: 1


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


namespace ThinkGeo.MapSuite.WpfDesktopEdition {

public class BingMapsTileOverlay : TileOverlay {

protected override RectangleShape GetBoundingBoxCore();

}


[SerializableAttribute]

public class DrawTilesProgressChangedTileOverlayEventArgs : ProgressChangedEventArgs {

public DrawTilesProgressChangedTileOverlayEventArgs(Int32 drawTilesPercentage);

public DrawTilesProgressChangedTileOverlayEventArgs(Int32 drawTilesPercentage drawTilesProgress, Object userState);

public DrawTilesProgressChangedTileOverlayEventArgs(Int32 drawTilesPercentage, Object userState, TimeSpan elapsedTime);


public TimeSpan ElapsedTime { get; set; }

}


[SerializableAttribute]

public class EditInteractiveOverlay : InteractiveOverlay {

protected virtual void DrawTileCore(GeoCanvas geoCanvas);

}


[SerializableAttribute]

public class GoogleMapsOverlay : TileOverlay {

public String ClientId {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public String PrivateKey {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

}


[SerializableAttribute]

public abstract class InteractiveOverlay : Overlay, IDisposable {

protected virtual void DrawTileCore(GeoCanvas geoCanvas);

}


[SerializableAttribute]

public class LayerOverlay : TileOverlay {

protected override void Dispose(Boolean disposing);

}


[DesignTimeVisibleAttribute(false)]

[SerializableAttribute]

[ToolboxItemAttribute(false)]

public class LayerTile : Tile, IDisposable {

}


[DesignTimeVisibleAttribute(false)]

[ToolboxItemAttribute(false)]

public class LogoMapTool : MapTool {

}


public abstract class MapTool : Control {

public Object Content { get; set; }


public static readonly DependencyProperty ContentProperty;

}


public class MapTools : GeoCollection, INotifyCollectionChanged, INotifyPropertyChanged {

}


[DesignTimeVisibleAttribute(false)]

[ToolboxItemAttribute(false)]

public class Marker : ContentControl, IAddChild {

}


[DesignTimeVisibleAttribute(false)]

[ToolboxItemAttribute(false)]

public class MouseCoordinateMapTool : MapTool {

}


[DesignTimeVisibleAttribute(false)]

[ToolboxItemAttribute(false)]

public class PanZoomBarMapTool : MapTool {

}


[DesignTimeVisibleAttribute(false)]

[ToolboxItemAttribute(false)]

public class Popup : ContentControl, IAddChild {

}


[DesignTimeVisibleAttribute(false)]

[ToolboxItemAttribute(false)]

public class ScaleLineMapTool : MapTool {

}


[SerializableAttribute]

public class SendingRequestUriTileEventArgs : EventArgs {

public SendingRequestUriTileEventArgs(Uri requestUri);


public Uri RequestUri { get; set; }

}


[DesignTimeVisibleAttribute(false)]

[SerializableAttribute]

[ToolboxItemAttribute(false)]

public class Tile : ContentControl, IDisposable {

}


[SerializableAttribute]

public class TiledWmsOverlay : WmsOverlay {

protected override Tile GetTileCore();

}


[SerializableAttribute]

public abstract class TileOverlay : Overlay, IDisposable {

public WrappingMode WrappingMode { get; set; }


protected virtual void DrawStretchTiles(RectangleShape targetExtent);

}


[SerializableAttribute]

[ToolboxItemAttribute(false)]

public class UriTile : Tile, IDisposable {

public event EventHandler SendingRequest;


protected virtual void OnSendingRequest(SendingRequestUriTileEventArgs e);

}


public class WpfMap : Control, IDisposable {

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

public Collection ZoomLevelScales { get; }

public ZoomLevelSet ZoomLevelSet { get; set; }


public Bitmap GetBitmap(Single width, Single height);

}

} // end of namespace ThinkGeo.MapSuite.WpfDesktopEdition


map_suite_wpf_desktop_edition_release_change_log_version_5.0.0.0.txt · Last modified: 2015/09/08 03:27 by admin