I have generated a routing network for some centerline data. The majority of the network handle a starting and ending coordinate fine for generating a routing solution. However There are some areas that throw errors internal to the routing control. Since it is internal to the routing component I can not trouble shoot the issue. The error being thrown is as follows:
---------------------------
MapSuiteTestProj
---------------------------
System.ArgumentOutOfRangeException: The decimal degree longitude value you provided was out of range.
Parameter name: fromPoint.X
at ThinkGeo.MapSuite.Core.x6d719af406ea4c2c.x000790e3d1efa7f1(Double x71c485ec47c597f6, String x34decc57f0820440)
at ThinkGeo.MapSuite.Core.DecimalDegreesHelper.GetDistanceFromDecimalDegrees(PointShape fromPoint, PointShape toPoint, DistanceUnit returningUnit)
at ThinkGeo.MapSuite.Core.DecimalDegreesHelper.x6b757a4eeb20d6cc(Double x3707b23eb223fb79, Double x97dfec72e8e9bc9f, Double x2dcba594a68dd09e, Double x3de5cdd2b975c32c, PointShape xa703a981a5333304, DistanceUnit x59516cd1b47ad7d3)
at ThinkGeo.MapSuite.Core.PointShape.xeee7e83dba466e2e(LineShape xb513c0b05488b8ed, GeographyUnit x4a9671edd975c880, DistanceUnit xf3faf97e20e2f109)
at ThinkGeo.MapSuite.Core.PointShape.GetDistanceToCore(BaseShape targetShape, GeographyUnit shapeUnit, DistanceUnit distanceUnit)
at ThinkGeo.MapSuite.Core.BaseShape.GetDistanceTo(BaseShape targetShape, GeographyUnit shapeUnit, DistanceUnit distanceUnit)
at ThinkGeo.MapSuite.Core.Vertex.x381afe6e66d27b9b(BaseShape xb513c0b05488b8ed, GeographyUnit x4a9671edd975c880, DistanceUnit xf3faf97e20e2f109)
at ThinkGeo.MapSuite.Core.LineShape.xc6cfb3a0fc632e58(LineShape x96a17816bb8dd3c0, GeographyUnit x4a9671edd975c880, DistanceUnit xf3faf97e20e2f109, PointShape& xc91e92ddaf4e278a, Double& x105aa4fcc89c4b84)
at ThinkGeo.MapSuite.Core.LineShape.GetClosestPointToCore(BaseShape targetShape, GeographyUnit shapeUnit)
at ThinkGeo.MapSuite.Core.BaseShape.GetClosestPointTo(BaseShape targetShape, GeographyUnit shapeUnit)
at ThinkGeo.MapSuite.Routing.RoutingEngine.GetConnerAngles(Collection`1 lineSegments)
at ThinkGeo.MapSuite.Routing.RoutingEngine.AttachDirctions(RoutingResult routingResult)
at ThinkGeo.MapSuite.Routing.RoutingEngine.GetRoute(String startFeatureId, String endFeatureId)
at ThinkGeo.MapSuite.Routing.RoutingEngine.GetRoute(PointShape startPoint, PointShape endPoint)
at MapSuiteTest.Form1.Button3_Click(Object sender, EventArgs e) in D:\Development\Code\MapSuiteTest\MapSuiteTest\Form1.vb:line 87
---------------------------
OK
---------------------------
Any insight into the issue would be greatly appreciated.
Thanks,
GeoMoose