User Tools

Site Tools


map_suite_routing_release_change_log_version_7.0.0.0

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

Members removed from existing types: 0

Members removed on removed types: 0


Attributes

Attributes added: 3

Attributes added and shown: 3

Attributes removed: 0

Attributes removed and shown: 0


Others

Parameter name changes: 0


// Old 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 old assemblies: 1


// New assemblies:

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

// Total number of new assemblies: 1


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


namespace ThinkGeo.MapSuite.Routing {

[SerializableAttribute]

public class RoutingEngine {

public PolygonShape GenerateServiceArea(PointShape centerPoint, TimeSpan drivingTime);

public PolygonShape GenerateServiceArea(String centerFeatureId, TimeSpan drivingTime);


protected virtual RoutingResult GetRouteCoreWithPoints(PointShape startPoint, PointShape endPoint, IEnumerable stops, Int32 iterations);

}


[SerializableAttribute]

public class RoutingLayer : Layer {

[ObsoleteAttribute("This method is obsolete, please use RoutingLayer(PointShape startPoint, PointShape endPoint, IEnumerable stopPoints, IEnumerable routes) instead. This API is obsolete and may be removed in or after Version 8.0.")]

public RoutingLayer(IEnumerable routes);

public RoutingLayer(IEnumerable routes);

[ObsoleteAttribute("This method is obsolete, please use RoutingLayer(PointShape startPoint, PointShape endPoint, IEnumerable stopPoints, IEnumerable routes) instead. This API is obsolete and may be removed in or after Version 8.0.")]

public RoutingLayer(PointShape startPoint, PointShape endPoint, IEnumerable stopPoints, IEnumerable routes);

public RoutingLayer(PointShape startPoint, PointShape endPoint, IEnumerable stopPoints, IEnumerable routes);


public Collection Collection Routes { get; }

}


[SerializableAttribute]

public class RoutingResult {

public LineShape MultilineShape Route { get; set; }


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

public LineShape GetSingleLineRoute();

}

} // end of namespace ThinkGeo.MapSuite.Routing


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