User Tools

Site Tools


map_suite_wpf_desktop_edition_release_change_log_version_8.0.0.0

Map Suite WPF Desktop Edition Release Change Log Version 8.0.0.0

Namespaces

New namespaces: 0


Types

Types added in new namespaces: 0

Types added to existing namespaces: 0

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

Types removed from existing namespaces: 0


Members

Members added on new types: 0

Members added to existing types: 34

Members removed from existing types: 1

Members removed on removed types: 0


Attributes

Attributes added: 7

Attributes added and shown: 7

Attributes removed: 0

Attributes removed and shown: 0


Others

Parameter name changes: 0


// Old assemblies:

// C:\ThinkGeo\Output\MapSuite3.0\WpfDesktopEdition\7.0.0.0\Managed Assemblies\WpfDesktopEdition.dll, Assembly Version=7.0.0.0, File Version=7.0.0.0

// Total number of old assemblies: 1


// New assemblies:

// C:\ThinkGeo\Output\MapSuite3.0\WpfDesktopEdition\8.0.0.0\Managed Assemblies\WpfDesktopEdition.dll, Assembly Version=8.0.0.0, File Version=8.0.0.0

// Total number of new assemblies: 1


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


namespace ThinkGeo.MapSuite.WpfDesktopEdition {

[SerializableAttribute]

public class BingMapsOverlay : TileOverlay {

[ObsoleteAttribute("This property is obsoleted, please use the property TileCache instead. This property is obsolete and may be removed in or after version 9.0.")]

public BingMapsPictureFormat CachePictureFormat { get; set; }

public BitmapTileCache ProjectedTileCache { get; set; }

public override BitmapTileCache TileCache { get; set; }

public Projection ProjectionFromSphericalMercator { get; set; }

[ObsoleteAttribute("This property is obsoleted, please use the property TileCache instead. This property is obsolete and may be removed in or after version 9.0.")]

public String CacheDirectory { get; set; }

}


[SerializableAttribute]

public class EditInteractiveOverlay : InteractiveOverlay {

public PolygonTrackMode PolygonTrackMode { get; set; }

}


[SerializableAttribute]

public class GoogleMapsOverlay : TileOverlay {

public BitmapTileCache ProjectedTileCache { get; set; }

public override BitmapTileCache TileCache { get; set; }

[ObsoleteAttribute("This property is obsoleted, please use the property TileCache instead. This property is obsolete and may be removed in or after version 9.0.")]

public GoogleMapsPictureFormat CachePictureFormat { get; set; }

public Projection ProjectionFromSphericalMercator { get; set; }

[ObsoleteAttribute("This property is obsoleted, please use the property TileCache instead. This property is obsolete and may be removed in or after version 9.0.")]

public String CacheDirectory { get; set; }

}


[SerializableAttribute]

public class LayerOverlay : TileOverlay {

protected override void OpenCore();

}


[DesignTimeVisibleAttribute(false)]

[NonSerializableBaseTypeAttribute]

[SerializableAttribute]

[ToolboxItemAttribute(false)]

public class Marker : ContentControl {

public event MouseButtonEventHandler MarkerMouseClick;

public event MouseButtonEventHandler MarkerMouseDown;

public event MouseEventHandler MarkerMouseMove;

public event MouseButtonEventHandler MarkerMouseUp;


protected virtual void OnMarkerMouseClick(MouseButtonEventArgs e);

protected virtual void OnMarkerMouseDown(MouseButtonEventArgs e);

protected virtual void OnMarkerMouseMove(MouseEventArgs e);

protected virtual void OnMarkerMouseUp(MouseButtonEventArgs e);

}


[SerializableAttribute]

public class OpenStreetMapOverlay : TileOverlay {

public BitmapTileCache ProjectedTileCache { get; set; }

public override BitmapTileCache TileCache { get; set; }

public Projection ProjectionFromSphericalMercator { get; set; }

[ObsoleteAttribute("This property is obsoleted, please use the property TileCache instead. This property is obsolete and may be removed in or after version 9.0.")]

public String CacheDirectory { get; set; }


protected override void OpenCore();

}


[SerializableAttribute]

public abstract class Overlay : IDisposable {

public Boolean IsBase { get; protected set; }

public TimeSpan AutoRefreshInterval { get; set; }


public void Open();

public void Refresh(TimeSpan bufferTime);

public void Refresh(IEnumerable extentsToRefresh);

public void Refresh(RectangleShape extentToRefresh, TimeSpan bufferTime);

public void Refresh(IEnumerable extentsToRefresh, TimeSpan bufferTime);


protected virtual void OpenCore();

}


[SerializableAttribute]

public abstract class TileOverlay : Overlay, IDisposable {

public virtual BitmapTileCache TileCache { get; set; }

}


[SerializableAttribute]

public class WmtsTiledOverlay : TileOverlay {

[ObsoleteAttribute("This item is obsoleted, please use CapabilitiesCacheTimeout instead. This API is obsolete and may be removed in or after Version 9.0.")]

public TimeSpan CapabilitesCacheTimeOut { get; set; }

public TimeSpan CapabilitiesCacheTimeout { get; set; }

public WmtsSeverEncodingType WmtsServerEncodingType { get; set; }

[ObsoleteAttribute("This item is obsoleted, please use WmtsServerEncodingType instead. This API is obsolete and may be removed in or after Version 9.0.")]

public WmtsSeverEncodingType WmtsSeverEncodingType { get; set; }

}


[NonSerializableBaseTypeAttribute]

[SerializableAttribute]

public class WpfMap : Control, IDisposable {

public GCCollectionMode GCCollectionMode { get; set; }


public void Refresh(IEnumerable extentsToRefresh);

public void Refresh(TimeSpan bufferTime);

public void Refresh(RectangleShape extentToRefresh, TimeSpan bufferTime);

public void Refresh(IEnumerable extentsToRefresh, TimeSpan bufferTime);


[ObsoleteAttribute("This method is obsolete, please use GetBitmap(int width, int height) instead. This API is obsolete and may be removed in or after version 8.0.")]

public Bitmap GetBitmap(Single width, Single height);

}

} // end of namespace ThinkGeo.MapSuite.WpfDesktopEdition


map_suite_wpf_desktop_edition_release_change_log_version_8.0.0.0.txt · Last modified: 2015/09/08 03:20 by admin