User Tools

Site Tools


map_suite_silverlight_edition_release_change_log_version_7.0.0.0

Map Suite Silverlight Edition Release Change Log Version 7.0.0.0

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: 5

Members added to existing types: 14

Members removed from existing types: 0

Members removed on removed types: 0


Attributes

Attributes added: 4

Attributes added and shown: 4

Attributes removed: 0

Attributes removed and shown: 0


Others

Parameter name changes: 0


// Old assemblies:

// C:\ThinkGeo\Output\MapSuite3.0\SilverlightEdition\6.0.0.0\Silverlight Edition\client\SilverlightEdition.dll, Assembly Version=6.0.0.0, File Version=6.0.0.0

// Total number of old assemblies: 1


// New assemblies:

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

// Total number of new assemblies: 1


SilverlightEdition, Version=7.0.0.0, Culture=neutral, PublicKeyToken=null


namespace ThinkGeo.MapSuite.SilverlightEdition {

public class GoogleOverlay : WmsOverlay {

public GoogleOverlay(String name, String apiKey);


public String ApiKey { get; set; }

}


public class InMemoryMarkerOverlay : MarkerOverlay {

[ObsoleteAttribute("This property is obsolete, please use FeatureSource.InternalFeatures instead. This API is obsolete and may be removed in or after Version 8.0.")]

public GeoCollection Features { get; }

public InMemoryFeatureSource FeatureSource FeatureSource { get; protected set; }

}


public abstract class InteractiveOverlay : Overlay {

public TimeSpan MouseMoveInterval { get; set; }

}


public enum WmsAxisOrder {

Default,

XY,

YX

}


public class WmsOverlay : Overlay {

public WmsAxisOrder AxisOrder { get; set; }

}


public class WmtsOverlay : Overlay {

public WmtsOverlay(IEnumerable serverUris);

public WmtsOverlay(IEnumerable serverUris, WmtsSeverEncodingType wmtsSeverEncodingType);


public Dictionary Parameters { get; }

public String ActiveLayerName { get; set; }

public String ActiveStyleName { get; set; }

[ObsoleteAttribute("This property is obsolete, please use ActiveLayerName instead. This API is obsolete and may be removed in or after Version 8.0.")]

public String Layer { get; set; }

public String OutputFormat { get; set; }

[ObsoleteAttribute("This property is obsolete, please use ActiveStyleName instead. This API is obsolete and may be removed in or after Version 8.0.")]

public String Style { get; set; }

public String TileMatrixSetName { get; set; }

[ObsoleteAttribute("This property is obsolete, please use ActiveStyleName instead. This API is obsolete and may be removed in or after Version 8.0.")]

public TileImageFormat Format { get; set; }

public WmtsSeverEncodingType WmtsSeverEncodingType { get; set; }


public override void Draw(RectangleShape worldExtent, OverlayDrawType overlayDrawType);

public override void Initialize(Map currentMap);

}


public enum WmtsSeverEncodingType {

Kvp,

Restful

}

} // end of namespace ThinkGeo.MapSuite.SilverlightEdition


map_suite_silverlight_edition_release_change_log_version_7.0.0.0.txt · Last modified: 2015/09/09 08:17 by admin