User Tools

Site Tools


map_suite_wpf_desktop_edition_release_change_log_version_5.5.0.0

Map Suite WPF Desktop Edition Release Change Log Version 5.5.0.0

Release date: 11/14/2011

Namespaces

New namespaces: 0


Types

Types added in new namespaces: 0

Types added to existing namespaces: 2

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

Types removed from existing namespaces: 0


Members

Members added on new types: 17

Members added to existing types: 12

Members removed from existing types: 2

Members removed on removed types: 0


Attributes

Attributes added: 39

Attributes added and shown: 39

Attributes removed: 176

Attributes removed and shown: 176


Others

Parameter name changes: 0


// Old 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 old assemblies: 1


// New assemblies:

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

// Total number of new assemblies: 1


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


namespace ThinkGeo.MapSuite.WpfDesktopEdition {

[SerializableAttribute]

public class AdornmentOverlay : Overlay, IDisposable {

public Boolean ShowLogo {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

}


[ObsoleteAttribute("This enum is obsoleted, please use ThinkGeo.MapSuite.Core.BingMapsMapType instead. This API is obsolete and may be removed on or after May 1st 2012.")]

[SerializableAttribute]

public enum BingMapsStyle {

}


[ObsoleteAttribute("This class is obsoleted. This API is obsolete and may be removed on or after May 1st 2012.")]

[SerializableAttribute]

public class BingMapsTile : Tile, IDisposable {

public BingMapsTile(String applicationId);

}


[SerializableAttribute]

public class BingMapsTileOverlay : TileOverlay {

[ObsoleteAttribute("This constructor is obsoleted. Please use BingMapsTileOverlay(string applicationId) instead. The applicationID is the Bing Maps key obtained from the Bing Maps Account Center. This API is obsolete and may be removed on or after May 1st 2012.")]

public BingMapsTileOverlay(String applicationId, Binding binding, EndpointAddress endPointAddress);


[ObsoleteAttribute("This property is obsoleted. Please use BingMapsTileOverlay(string applicationId) instead. The applicationID is the Bing Maps key obtained from the Bing Maps Account Center. This API is obsolete and may be removed on or after May 1st 2012.")]

public Binding Binding {

}

public BingMapsLogoMode LogoMode { get; set; }

public BingMapsMapType MapStyle { get; set; }

[ObsoleteAttribute("This property is obsoleted, please use MapStyle instead. This API is obsolete and may be removed on or after May 1st 2012.")]

public BingMapsStyle MapType { get; set; }

[ObsoleteAttribute("This property is obsoleted. Please use BingMapsTileOverlay(string applicationId) instead. The applicationID is the Bing Maps key obtained from the Bing Maps Account Center. This API is obsolete and may be removed on or after May 1st 2012.")]

public EndpointAddress EndpointAddress {

}

public Int32 TimeoutInSeconds {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public String ApplicationId {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public WebProxy WebProxy {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}


protected override Dictionary GetDrawingCellsCore(RectangleShape targetExtent);

protected override TileMatrix GetTileMatrix(Double scale, Int32 tileWidth, Int32 tileHeight, GeographyUnit boundingBoxUnit);

}


[SerializableAttribute]

public enum ControlPointType {

}


[SerializableAttribute]

public class CustomFormattedMouseCoordinateMapToolEventArgs : EventArgs {

public PointShape WorldCoordinate {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public String Result {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

}


[SerializableAttribute]

public enum DisplayZoomBarText {

}


[SerializableAttribute]

public class DrawingOverlayEventArgs : EventArgs {

public Boolean Cancel {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public RectangleShape WorldExtent {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

}


[SerializableAttribute]

public class DrawingTileEventArgs : EventArgs {

public GeoCanvas GeoCanvas {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

}


[SerializableAttribute]

public class DrawingTileTileOverlayEventArgs : EventArgs {

public GeoCanvas GeoCanvas {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public Tile DrawingTile {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

}


[SerializableAttribute]

public class DrawnOverlayEventArgs : EventArgs {

public RectangleShape WorldExtent {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

}


[SerializableAttribute]

public class DrawnTileEventArgs : EventArgs {

public Boolean Cancel {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public GeoCanvas GeoCanvas {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

}


[SerializableAttribute]

public class DrawnTileTileOverlayEventArgs : EventArgs {

public GeoCanvas GeoCanvas {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public Tile DrawnTile {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

}


[SerializableAttribute]

public enum ExtentChangedType {

}


[SerializableAttribute]

public class ExtentInteractiveOverlay : InteractiveOverlay {

public ExtentChangedType ExtentChangedType {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

protected set;

}

public Int32 MinimumExtentInPixels { get; set; }

public Keys LeftClickDragKey {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public Keys RightClickDragKey {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public MapDoubleLeftClickMode DoubleLeftClickMode {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public MapDoubleRightClickMode DoubleRightClickMode {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public MapLeftClickDragMode LeftClickDragMode {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public MapMouseWheelMode MouseWheelMode {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public MapPanMode PanMode {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public MapRightClickDragMode RightClickDragMode {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

}


[SerializableAttribute]

public class GlobeButtonClickPanZoomBarMapToolEventArgs : EventArgs {

public RectangleShape NewExtent {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

}


[SerializableAttribute]

public class LayerOverlay : TileOverlay {

public LockLayerMode LockLayerMode {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public RenderMode RenderMode {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

}


[SerializableAttribute]

public enum LockLayerMode {

}


[DesignTimeVisibleAttribute(false)]

[SerializableAttribute]

[ToolboxItemAttribute(false)]

public class LogoMapTool : MapTool {

public Stretch ImageStretchMode { get; set; }


public static readonly DependencyProperty ImageStretchModeProperty;

}


[SerializableAttribute]

public class MapArguments {

public Double ActualHeight {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public Double ActualWidth {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public Double CurrentResolution {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public Double CurrentScale {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public Double MaximumScale {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public Double MinimumScale {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public GeographyUnit MapUnit {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public RectangleShape CurrentExtent {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public RectangleShape MaxExtent {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

}


[SerializableAttribute]

public enum MapDoubleLeftClickMode {

}


[SerializableAttribute]

public enum MapDoubleRightClickMode {

}


[SerializableAttribute]

public enum MapLeftClickDragMode {

}


[SerializableAttribute]

public enum MapMouseButton {

}


[SerializableAttribute]

public enum MapMouseWheelMode {

}


[SerializableAttribute]

public enum MapPanMode {

}


[SerializableAttribute]

public enum MapRightClickDragMode {

}


[SerializableAttribute]

public abstract class MapTool : Control {

}


[SerializableAttribute]

public class MapTools : GeoCollection, INotifyCollectionChanged, INotifyPropertyChanged {

}


[DesignTimeVisibleAttribute(false)]

[SerializableAttribute]

[ToolboxItemAttribute(false)]

public class Marker : ContentControl, IAddChild {

public Double XOffset {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public Double YOffset {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}


public event EventHandler PositionChanged;

}


[SerializableAttribute]

public class MarkerDraggedSimpleMarkerOverlayEventArgs : EventArgs {

public Marker DraggingMarker {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public PointShape WorldCoordinate {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public ScreenPointF ScreenCoordinate {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

}


[SerializableAttribute]

public class MarkerDraggingSimpleMarkerOverlayEventArgs : EventArgs {

public Marker DraggingMarker {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public PointShape WorldCoordinate {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public ScreenPointF ScreenCoordinate {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

}


[DesignTimeVisibleAttribute(false)]

[SerializableAttribute]

[ToolboxItemAttribute(false)]

public class MouseCoordinateMapTool : MapTool {

public MouseCoordinateType MouseCoordinateType {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

}


[SerializableAttribute]

public enum MouseCoordinateType {

}


[SerializableAttribute]

public class OpenStreetMapOverlay : TileOverlay {

public Int32 TimeoutInSeconds {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

}


[SerializableAttribute]

public abstract class Overlay : IDisposable {

public DrawingExceptionMode DrawingExceptionMode {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public MapArguments MapArguments {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public String Name {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}


protected Boolean IsOverlayInitialized {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

protected RectangleShape PreviousExtent {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

}


[SerializableAttribute]

public enum OverlayRefreshType {

}


[DesignTimeVisibleAttribute(false)]

[SerializableAttribute]

[ToolboxItemAttribute(false)]

public class PanZoomBarMapTool : MapTool {

public DisplayZoomBarText DisplayZoomBarText {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

}


[SerializableAttribute]

public class PointMarkerStyle : MarkerStyle {

public Int32 ToolTipDelay {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public String ToolTip {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

}


[DesignTimeVisibleAttribute(false)]

[SerializableAttribute]

[ToolboxItemAttribute(false)]

public class Popup : ContentControl, IAddChild {

protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e);

}


[SerializableAttribute]

public class PositionChangedMarkerEventArgs : EventArgs {

public PositionChangedMarkerEventArgs();

public PositionChangedMarkerEventArgs(PointShape newPosition, PointShape previousPosition);


public PointShape NewPosition { get; set; }

public PointShape PreviousPosition { get; set; }

}


[SerializableAttribute]

public class PrinterInteractiveOverlay : InteractiveOverlay {

public PrinterInteractiveOverlay();


public AreaStyle EditMask { get; set; }

public Boolean IsEditable { get; set; }

public override Boolean IsEmpty { get; }

public GeoCollection PrinterLayers { get; }

public PointStyle ControlPointStyle { get; set; }


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

protected override void DrawTileCore(GeoCanvas geoCanvas);

protected override void InitializeCore(MapArguments mapArguments);

protected override InteractiveResult MouseClickCore(InteractionArguments interactionArguments);

protected override InteractiveResult MouseDownCore(InteractionArguments interactionArguments);

protected override InteractiveResult MouseMoveCore(InteractionArguments interactionArguments);

protected override InteractiveResult MouseUpCore(InteractionArguments interactionArguments);

}


[SerializableAttribute]

public enum RenderMode {

}


[DesignTimeVisibleAttribute(false)]

[SerializableAttribute]

[ToolboxItemAttribute(false)]

public class ScaleLineMapTool : MapTool {

}


[SerializableAttribute]

public class SendingRequestUriTileEventArgs : EventArgs {

[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; }

}


[DesignTimeVisibleAttribute(false)]

[SerializableAttribute]

[ToolboxItemAttribute(false)]

public class Tile : ContentControl, IDisposable {

public BitmapTileCache TileCache {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public Boolean IsAsync {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public DrawingExceptionMode DrawingExceptionMode {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public Int32 ZoomLevelIndex {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public Int64 ColumnIndex {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public Int64 RowIndex {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public RectangleShape TargetExtent {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public TimeSpan DrawingTime {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

}


[SerializableAttribute]

public class TiledWmsOverlay : WmsOverlay {

public String ClientId {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public String PrivateKey {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

}


[SerializableAttribute]

public abstract class TileOverlay : Overlay, IDisposable {

public BitmapTileCache TileCache {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public Int32 JpegQuality {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public RectangleShape MaxExtent {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public TileImageFormat ImageFormat {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public TransitionEffect TransitionEffect {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}


protected virtual TileMatrix GetTileMatrix(Double scale, Int32 tileWidth, Int32 tileHeight, GeographyUnit boundingBoxUnit);

}


[SerializableAttribute]

public enum TileType {

}


[SerializableAttribute]

public enum TrackMode {

Multipoint

}


[SerializableAttribute]

[ToolboxItemAttribute(false)]

public class UriTile : Tile, IDisposable {

public Int32 TimeoutInSeconds {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public Uri Uri {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public WebProxy WebProxy {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

}


[SerializableAttribute]

public class WmsOverlay : TileOverlay {

public Int32 TimeoutInSeconds {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public WebProxy WebProxy {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

}


[SerializableAttribute]

public class WorldMapKitWmsWpfOverlay : TileOverlay {

public Int32 TimeoutInSeconds {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public String ClientId {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public String PrivateKey {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public WebProxy WebProxy {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

}


[SerializableAttribute]

public class WpfGeoImage : GeoImage, IDisposable {

public Double HeightInPixel {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public Double WidthInPixel {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public Stream SourceStream {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public Uri ImageUri {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

}


[SerializableAttribute]

public class WpfMap : Control, IDisposable {

public EditInteractiveOverlay EditOverlay {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public ExtentInteractiveOverlay ExtentOverlay {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public MapResizeMode MapResizeMode {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public RectangleShape RestrictExtent {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

public TrackInteractiveOverlay TrackOverlay {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}


[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; }

}

} // end of namespace ThinkGeo.MapSuite.WpfDesktopEdition


map_suite_wpf_desktop_edition_release_change_log_version_5.5.0.0.txt · Last modified: 2015/09/08 03:24 by admin