问题描述
程序员手册里面的代码如下:publicstaticvoidMapInfo_Routing_RouteRequest(){//CreatethestartpointandendpointMapInfo.Geometry.CoordSyscoordSys=Session.Current.CoordSysFactory.CreateFromPrjString("1,104");MapInfo.Geometry.DPointdpt1=newMapInfo.Geometry.DPoint(-74,42);MapInfo.Geometry.DPointdpt2=newMapInfo.Geometry.DPoint(-74,41);MapInfo.Geometry.PointstartPoint=newMapInfo.Geometry.Point(coordSys,dpt1);MapInfo.Geometry.PointendPoint=newMapInfo.Geometry.Point(coordSys,dpt2);//CreatethepointlistWayPointListpointList=newWayPointList(startPoint,endPoint);//CreatetherouteplanobjectRoutePlanplan=newRoutePlan(pointList);//CreatetherequestobjectRouteRequestrequest=newRouteRequest(plan,DistanceUnit.Mile);}
手册里面就只有这么多代码,现在的问题是如何得到规划出来的路径呢?谢谢大家。
解决方案
解决方案二:
没有帮吗?自己顶个。
解决方案三:
它有一个服务叫routejserver,你的代码是用来调取这个服务的。liminghua_2001@hotmail.com
解决方案四:
routerj需要单独购买。