protected Object |
RouteOutputTypeAdapterImpl.getDestinationZoneExternalId(ODRouteIterator odPathIterator) |
Returns the external Id of the destination zone for the current cell in the OD path matrix
|
protected long |
RouteOutputTypeAdapterImpl.getDestinationZoneId(ODRouteIterator odPathIterator) |
Returns the Id of the destination zone for the current cell in the OD path matrix
|
protected Object |
RouteOutputTypeAdapterImpl.getOriginZoneExternalId(ODRouteIterator odPathIterator) |
Returns the origin zone external Id for the current cell in the OD path matrix
|
protected long |
RouteOutputTypeAdapterImpl.getOriginZoneId(ODRouteIterator odPathIterator) |
Returns the origin zone Id for the current cell in the OD path matrix
|
protected String |
RouteOutputTypeAdapterImpl.getRouteAsString(ODRouteIterator odPathIterator,
RouteIdType pathOutputType) |
Returns the path as a String of comma-separated Id values
|
protected long |
RouteOutputTypeAdapterImpl.getRouteId(ODRouteIterator odRouteIterator) |
Return the Id of the current path
If there is no path between the current origin and destination zones, this returns -1
|
Object |
RouteOutputTypeAdapter.getRouteOutputPropertyValue(OutputProperty outputProperty,
ODRouteIterator odRouteIterator,
Mode mode,
TimePeriod timePeriod,
RouteIdType pathOutputType) |
Returns the specified output property values for the current cell in the ODPathIterator
|
Object |
RouteOutputTypeAdapterImpl.getRouteOutputPropertyValue(OutputProperty outputProperty,
ODRouteIterator odRouteIterator,
Mode mode,
TimePeriod timePeriod,
RouteIdType routeOutputType) |
Returns the specified output property values for the current cell in the ODPathIterator
|