User Tools

Site Tools


map_suite_routing_release_change_log_version_6.0.0.0

Map Suite Routing Release Change Log Version 6.0.0.0

Release date: 05/14/2012

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


Members

Members added on new types: 0

Members added to existing types: 0

Members removed from existing types: 7

Members removed on removed types: 2


Attributes

Attributes added: 0

Attributes added and shown: 0

Attributes removed: 0

Attributes removed and shown: 0


Others

Parameter name changes: 0


// Old assemblies:

// C:\ThinkGeo\Output\MapSuite3.0\MapSuiteRouting\5.5.0.91\Routing\MapSuiteRouting.dll, Assembly Version=5.5.0.0, File Version=5.5.0.91

// Total number of old assemblies: 1


// New assemblies:

// C:\ThinkGeo\Output\MapSuite3.0\MapSuiteRouting\6.0.0.0\Routing\MapSuiteRouting.dll, Assembly Version=6.0.0.0, File Version=6.0.0.0

// Total number of new assemblies: 1


MapSuiteRouting, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null


namespace ThinkGeo.MapSuite.Routing {

[SerializableAttribute]

public class RoutingEngine {

[ObsoleteAttribute("This method is obsolete, please use GetRouteCore(string startFeatureId, string endFeatureId, IEnumerable stopFeatureIds, int iterations) instead. This API is obsolete and may be removed on or after May 1st 2012.", false)]

protected virtual RoutingResult GetRouteCore(String startFeatureId, String endFeatureId);

[ObsoleteAttribute("This method is obsolete, please use GetRoute(PointShape startPoint, IEnumerable stops) instead. This API is obsolete and may be removed on or after May 1st 2012.", false)]

public TspRoutingResult GetRouteViaVisitStops(PointShape startPoint, IEnumerable visitStops);

[ObsoleteAttribute("This method is obsolete, please use GetRoute(PointShape startPoint, IEnumerable stops, int iterations) instead. This API is obsolete and may be removed on or after May 1st 2012.", false)]

public TspRoutingResult GetRouteViaVisitStops(PointShape startPoint, IEnumerable visitStops, Int32 iterations);

[ObsoleteAttribute("This method is obsolete, please use GetRoute(PointShape startPoint, PointShape endPoint, IEnumerable stops, int iterations) instead. This API is obsolete and may be removed on or after May 1st 2012.", false)]

public TspRoutingResult GetRouteViaVisitStops(PointShape startPoint, PointShape endPoint, IEnumerable visitStops, Int32 iterations);

[ObsoleteAttribute("This method is obsolete, please use GetRoute(string startFeatureId, string endFeatureId, IEnumerable stopFeatureIds, int iterations) instead. This API is obsolete and may be removed on or after May 1st 2012.", false)]

public TspRoutingResult GetRouteViaVisitStops(String startFeatureId, String endFeatureId, IEnumerable visitStopFeatureIds, Int32 iterations);

[ObsoleteAttribute("This method is obsolete, please use GetRouteCore(string startFeatureId, string endFeatureId, IEnumerable stopFeatureIds, int iterations) instead. This API is obsolete and may be removed on or after May 1st 2012.", false)]

protected virtual TspRoutingResult GetRouteViaVisitStopsCore(PointShape startPoint, IEnumerable visitStops, Int32 iterations);

}


[SerializableAttribute]

public class RoutingLayer : Layer {

protected override virtual void DrawCore(GeoCanvas canvas, Collection labelsInAllLayers);

}


[SerializableAttribute]

public class RoutingResult {

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

public LineShape SingleLineRoute { get; set; }

}


public class TspRoutingResult; // removed

} // end of namespace ThinkGeo.MapSuite.Routing


map_suite_routing_release_change_log_version_6.0.0.0.txt · Last modified: 2015/09/09 10:45 by admin