protected String |
PathOutputTypeAdapterImpl.getDestinationZoneExternalId(ODPathIterator odPathIterator) |
Returns the external Id of the destination zone for the current cell in the OD path matrix
|
protected long |
PathOutputTypeAdapterImpl.getDestinationZoneId(ODPathIterator odPathIterator) |
Returns the Id of the destination zone for the current cell in the OD path matrix
|
protected String |
PathOutputTypeAdapterImpl.getDestinationZoneXmlId(ODPathIterator odPathIterator) |
Returns the Xml Id of the destination zone for the current cell in the OD path matrix
|
protected Object |
PathOutputTypeAdapterImpl.getOriginZoneExternalId(ODPathIterator odPathIterator) |
Returns the origin zone external Id for the current cell in the OD path matrix
|
protected long |
PathOutputTypeAdapterImpl.getOriginZoneId(ODPathIterator odPathIterator) |
Returns the origin zone Id for the current cell in the OD path matrix
|
protected String |
PathOutputTypeAdapterImpl.getOriginZoneXmlId(ODPathIterator odPathIterator) |
Returns the Xml Id of the origin zone for the current cell in the OD path matrix
|
protected String |
PathOutputTypeAdapterImpl.getPathAsString(ODPathIterator odPathIterator,
PathOutputIdentificationType pathOutputType) |
Returns the path as a String of comma-separated Id values
|
protected long |
PathOutputTypeAdapterImpl.getPathId(ODPathIterator odPathIterator) |
Return the Id of the current path
If there is no path between the current origin and destination zones, this returns -1
|
Object |
PathOutputTypeAdapter.getPathOutputPropertyValue(OutputProperty outputProperty,
ODPathIterator odPathIterator,
Mode mode,
TimePeriod timePeriod,
PathOutputIdentificationType pathOutputType) |
Returns the specified output property values for the current cell in the ODPathIterator
|
Object |
PathOutputTypeAdapterImpl.getPathOutputPropertyValue(OutputProperty outputProperty,
ODPathIterator odPathIterator,
Mode mode,
TimePeriod timePeriod,
PathOutputIdentificationType pathOutputType) |
Returns the specified output property values for the current cell in the ODPathIterator
|