User Tools

Site Tools


map_suite_routing_release_change_log_version_5.5.0.0

Map Suite Routing Release Change Log Version 5.5.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: 11

Members removed from existing types: 0

Members removed on removed types: 0


Attributes

Attributes added: 9

Attributes added and shown: 9

Attributes removed: 0

Attributes removed and shown: 0


Others

Parameter name changes: 1


// Old assemblies:

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

// Total number of old assemblies: 1


// New assemblies:

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

// Total number of new assemblies: 1


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


namespace ThinkGeo.MapSuite.Routing {

[SerializableAttribute]

public class RoutingEngine {

public RoutingResult GetRoute(String startFeatureId, IEnumerable stopFeatureIds);

public RoutingResult GetRoute(PointShape startPoint, IEnumerable stops);

public RoutingResult GetRoute(String startFeatureId, IEnumerable stopFeatureIds, Int32 iterations);

public RoutingResult GetRoute(PointShape startPoint, PointShape endPoint, IEnumerable stops);

public RoutingResult GetRoute(PointShape startPoint, IEnumerable stops, Int32 iterations);

public RoutingResult GetRoute(String startFeatureId, String endFeatureId, IEnumerable stopFeatureIds);

public RoutingResult GetRoute(String startFeatureId, String endFeatureId, IEnumerable stopFeatureIds, Int32 iterations);

public RoutingResult GetRoute(PointShape startPoint, PointShape endPoint, IEnumerable stops, Int32 iterations);

[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(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 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 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);

protected virtual RoutingResult GetRouteCore(String startFeatureId, String endFeatureId, IEnumerable stopFeatureIds, 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 Iterations);

}


[SerializableAttribute]

public class RoutingLayer : Layer {

}


[SerializableAttribute]

public class RoutingResult {

public Collection OrderedStops { get; }

[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 LineShape GetSingleLineRoute();

}


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

[SerializableAttribute]

public class TspRoutingResult : RoutingResult {

}

} // end of namespace ThinkGeo.MapSuite.Routing


map_suite_routing_release_change_log_version_5.5.0.0.txt · Last modified: 2015/09/09 10:46 by admin