User Tools

Site Tools


map_suite_routing_release_change_log_version_8.0.0.0

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

Members removed on removed types: 0


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\7.0.0.0\Managed Assemblies\MapSuiteRouting.dll, Assembly Version=7.0.0.0, File Version=7.0.0.0

// Total number of old assemblies: 1


// New assemblies:

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

// Total number of new assemblies: 1


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


namespace ThinkGeo.MapSuite.Routing {

[SerializableAttribute]

public class RouteSegment {

public Single Distance { get; set; }

}


[SerializableAttribute]

public class RoutingEngine {

public PolygonShape GenerateServiceArea(String centerFeatureId, TimeSpan drivingTime, Double gridSize, GeographyUnit gridSizeUnit);

public PolygonShape GenerateServiceArea(PointShape centerPoint, TimeSpan drivingTime, Double gridSize, GeographyUnit gridSizeUnit);

public PolygonShape GenerateServiceArea(PointShape centerPoint, TimeSpan drivingTime, Single averageSpeed, SpeedUnit speedUnit, Double gridSize, GeographyUnit gridSizeUnit);

public PolygonShape GenerateServiceArea(String centerFeatureId, TimeSpan drivingTime, Single averageSpeed, SpeedUnit speedUnit, Double gridSize, GeographyUnit gridSizeUnit);

}


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

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

}


[SerializableAttribute]

public class RoutingResult {

[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_8.0.0.0.txt · Last modified: 2015/09/09 10:43 by admin