Select to view content in your preferred language

get single route feature

1943
0
05-14-2014 05:18 AM
HaiderAli
Deactivated User
if i have this
IRouteLocator2 routeLocator = GetRouteLocator(featureClass, idFieldNameValue, measureUnit);

  IRouteLocation routeLocation = new RouteMeasurePointLocation();
  routeLocation.setRouteID(routeID);
  routeLocation.setMeasureUnit(routeLocator.getMeasureUnit());
  routeLocation.setLateralOffset(offset);

how can i get the polyline of the routeiD
0 Kudos
0 Replies