User Tools

Site Tools


map_suite_desktop_edition_release_change_log_version_8.0.0.0

Map Suite 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: 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: 3

Members added to existing types: 17

Members removed from existing types: 0

Members removed on removed types: 0


Attributes

Attributes added: 6

Attributes added and shown: 6

Attributes removed: 0

Attributes removed and shown: 0


Others

Parameter name changes: 2


// Old assemblies:

// C:\ThinkGeo\Output\MapSuite3.0\DesktopEdition\7.0.0.0\Managed Assemblies\DesktopEdition.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\DesktopEdition\8.0.0.0\Managed Assemblies\DesktopEdition.dll, Assembly Version=8.0.0.0, File Version=8.0.0.0

// Total number of new assemblies: 1


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


namespace ThinkGeo.MapSuite.DesktopEdition {

[SerializableAttribute]

public class BingMapsOverlay : Overlay {

[ObsoleteAttribute("This property is obsoleted, please use the property TileCache.ImageFormat instead. This property is obsolete and may be removed in or after version 8.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 RequestedTileCacheDirectory instead. This property is obsolete and may be removed in or after version 8.0.")]

public String CacheDirectory { get; set; }

}


[SerializableAttribute]

public class EditInteractiveOverlay : InteractiveOverlay {

public VertexDraggingMode VertexDraggingMode { get; set; }

}


[SerializableAttribute]

public class GoogleMapsOverlay : Overlay, IDisposable {

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 PictureFormat { 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 : Overlay {

protected override void RefreshCore(GeoCanvas canvas, RectangleShape extent);

}


[SerializableAttribute]

public class OpenStreetMapOverlay : Overlay {

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 abstract class Overlay {

public void Refresh(GeoCanvas canvas, RectangleShape extent);


protected virtual void RefreshCore(GeoCanvas canvas, RectangleShape extent);

}


[SerializableAttribute]

public class TiledWmsOverlay : Overlay {

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

}


[SerializableAttribute]

public enum VertexDraggingMode {

Default,

Single,

Shared

}


[SerializableAttribute]

[ToolboxBitmapAttribute(typeof(WinformsMap),|"Resources.WinformsMap.icon.bmp")]

public class WinformsMap : Control {

public void Refresh(IEnumerable overlays redrawOverlays);

public void Refresh(RectangleShape extent);

public void Refresh(Overlay overlay redrawOverlay);

public void Refresh(RectangleShape extent, Overlay overlay);

public void Refresh(RectangleShape extent, IEnumerable overlays);

}

} // end of namespace ThinkGeo.MapSuite.DesktopEdition


map_suite_desktop_edition_release_change_log_version_8.0.0.0.txt · Last modified: 2015/09/08 08:21 by admin