User Tools

Site Tools


map_suite_web_edition_release_change_log_version_5.0.0.0

Map Suite Web Edition Release Change Log Version 5.0.0.0

Version 5.0.0.0

Release date: 05/16/2011

Assembly Members Added Members Removed Breaking Changes
WebEdition 34 added 15 removed 15 breaking

API Changes

Namespaces

New namespaces: 0


Types

Types added in new namespaces: 0

Types added to existing namespaces: 5

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

Types removed from existing namespaces: 0


Members

Members added on new types: 24

Members added to existing types: 19

Members removed from existing types: 11

Members removed on removed types: 0


Attributes

Attributes added: 9

Attributes added and shown: 9

Attributes removed: 4

Attributes removed and shown: 4


Others

Parameter name changes: 0


// Old assemblies:

// C:\ThinkGeo\Output\MapSuite3.0\WebEdition\4.5.0.0\Web Edition\WebEdition.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\WebEdition\5.0.0.0\Web Edition\WebEdition.dll, Assembly Version=5.0.0.0, File Version=5.0.0.0

// Total number of new assemblies: 1


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


namespace ThinkGeo.MapSuite.WebEdition {

[SerializableAttribute]

public class AdornmentOverlay : Overlay, IRequireId, IJsonSerializable {

public AdornmentOverlay();

public AdornmentOverlay(String id);


public GeoCollection Layers { get; }


public void Draw(GeoCanvas canvas);


protected override String OverlayType { get; }


protected virtual void DrawCore(GeoCanvas canvas);

}


[SerializableAttribute]

public class BingMapsOverlay : Overlay, IRequireId, IJsonSerializable {

public BingMapsOverlay();

public BingMapsOverlay(String id);

public BingMapsOverlay(String id, BingMapsStyle bingMapsMapType);


[JsonMemberAttribute(MemberName="type")]

public BingMapsStyle MapType { get; set; }

public Uri JavaScriptLibraryUri { get; set; }


[JsonMemberAttribute(MemberName="tick")]

protected override Boolean HasTickEvent { get; }

[JsonMemberAttribute(MemberName="otype")]

protected override String OverlayType { get; }


protected override void RegisterJavaScriptLibraryCore(Page page);

}


public enum BingMapsStyle {

Road,

Shaded,

Aerial,

Hybrid,

Oblique,

Birdseye,

BirdseyeHybrid

}


[SerializableAttribute]

public class ContextMenuItem : IJsonSerializable, IRequireId {

[JsonMemberAttribute(MemberName="click")]

protected Boolean HasClickEvent { get; }


[JsonMemberAttribute(MemberName="click")]

protected Boolean x344e25ba6f852b91 { get; }

}


public enum GoogleApiVersion {

V2,

V3

}


public enum GoogleMapType {

Normal,

Satellite,

Hybrid,

Physical

}


[SerializableAttribute]

public class HighlightFeatureOverlay : FeatureOverlay {

[JsonMemberAttribute(MemberName="click")]

protected Boolean HasClickEvent { get; }


[JsonMemberAttribute(MemberName="click")]

protected Boolean x344e25ba6f852b91 { get; }

}


[SerializableAttribute]

public class LayerOverlay : Overlay, IRequireId, IJsonSerializable {

[JsonMemberAttribute(MemberName="extra")]

protected String ExtraParameter { get; set; }

[JsonMemberAttribute(MemberName="projection")]

protected String Projection { get; set; }


[JsonMemberAttribute(MemberName="extra")]

protected String x24de2020d798fbed {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

[JsonMemberAttribute(MemberName="projection")]

protected String x36a1c54ed8069fa5 {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

}


[DefaultPropertyAttribute("Text")]

[DesignerAttribute(typeof(MapDesigner))]

[ToolboxBitmapAttribute(typeof(Map),|"Resources.map.bmp")]

[ToolboxDataAttribute("<{0}:Map id="Map1" width="640px" height="480px" runat="server">")]

public class Map : Panel, IPostBackEventHandler, IPostBackDataHandler, IJsonSerializable, ICallbackEventHandler {

[BrowsableAttribute(false)]

public AdornmentOverlay AdornmentOverlay { get; }

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

public Collection ClientZoomLevelScales { get; }

public ZoomLevelSet ZoomLevelSet { get; set; }


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

public void SyncClientZoomLevels(ZoomLevelSet zoomLevelSet);

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

public void SyncClientZoomLevels(IEnumerable zoomLevels);


[JsonMemberAttribute(MemberName="adornmentOverlay")]

protected AdornmentOverlay AdornmentOverlayForJson { get; }


void hRQ=(String hhQ=);

Boolean mxQ=(String nBQ=, NameValueCollection nRQ=);

void oBQ=();

String rBQ=();

void rRQ=(String rhQ=);


void x3296715cc7992de2(String x055cc4f8164153bb);

void x33ef4257b549df3e(String x055cc4f8164153bb);

Boolean x57b61acc3e039aed(String x96adbb16060a076f, NameValueCollection x13e9d0e2d3dc9cb2);

void x7575b543ad8624ce();

String xfb110a2a6367e230();

}


[SerializableAttribute]

public class MapTools : IJsonSerializable {

[JsonMemberAttribute(MemberName="TouchNavigation")]

public TouchMapTool TouchMapTool { get; }

}


public enum MouseCoordinateType {

DegreesMinutesSecondsLatitudeLongitude

}


[SerializableAttribute]

public class OverlaySwitcherMapTool : MapTool, IJsonSerializable {

[JsonMemberAttribute(MemberName="roundedCornerColor")]

public GeoColor RoundedCornerColor { get; set; }

}


public class TouchMapTool : MapTool, IJsonSerializable {

public TouchMapTool();

}


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

public enum VirtualEarthMapType {

}


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

[SerializableAttribute]

public class VirtualEarthOverlay : Overlay, IRequireId, IJsonSerializable {

public VirtualEarthOverlay(String id, VirtualEarthMapType virtualEarthMapType, String applicationKey);


[JsonMemberAttribute(MemberName="key")]

public String ApplicationKey { get; set; }

}


[SerializableAttribute]

public class WebImage : IJsonSerializable {

[JsonMemberAttribute(MemberName="url")]

protected|internal String IconImagePath { get; }


[JsonMemberAttribute(MemberName="url")]

protected|internal String xe852a90d3e8c3f5b { get; }

}


[SerializableAttribute]

public class WmsOverlay : Overlay, IRequireId, IJsonSerializable {

[JsonMemberAttribute(MemberName="SRS")]

protected String Projection { get; set; }


[JsonMemberAttribute(MemberName="SRS")]

protected String x36a1c54ed8069fa5 {

[CompilerGeneratedAttribute]

get;

[CompilerGeneratedAttribute]

set;

}

}

} // end of namespace ThinkGeo.MapSuite.WebEdition


map_suite_web_edition_release_change_log_version_5.0.0.0.txt · Last modified: 2015/09/09 03:47 by admin