static Optional<String> |
OdOutputTypeAdapter.getDestinationZoneExternalId(OdDataIterator<?> odIterator) |
Returns the external Id of the destination zone for the current OD
|
static Optional<String> |
PathOutputTypeAdapter.getDestinationZoneExternalId(OdDataIterator<?> odPathIterator) |
Returns the external Id of the destination zone for the current cell in the OD path matrix
|
static Optional<Long> |
OdOutputTypeAdapter.getDestinationZoneId(OdDataIterator<?> odIterator) |
Returns the Id of the destination zone for the current cell in the OD destination
|
static Optional<Long> |
PathOutputTypeAdapter.getDestinationZoneId(OdDataIterator<?> odPathIterator) |
Returns the Id of the destination zone for the current cell in the OD path matrix
|
static Optional<String> |
OdOutputTypeAdapter.getDestinationZoneXmlId(OdDataIterator<?> odIterator) |
Returns the XML Id of the destination zone for the current OD destination
|
static Optional<String> |
PathOutputTypeAdapter.getDestinationZoneXmlId(OdDataIterator<?> odPathIterator) |
Returns the Xml Id of the destination zone for the current cell in the OD path matrix
|
Optional<?> |
OdOutputTypeAdapter.getOdOutputPropertyValue(OutputProperty outputProperty,
OdDataIterator<?> odIterator,
Mode mode,
TimePeriod timePeriod) |
Returns the specified output property values for the current cell in the OD Matrix Iterator
|
Optional<?> |
OdOutputTypeAdapterImpl.getOdOutputPropertyValue(OutputProperty outputProperty,
OdDataIterator<?> odIterator,
Mode mode,
TimePeriod timePeriod) |
Returns the specified output property values for the current cell in the OD Matrix Iterator
|
static <T> Optional<T> |
OdOutputTypeAdapter.getOdValue(OdDataIterator<T> odIterator) |
Returns the Od value
|
static Optional<String> |
OdOutputTypeAdapter.getOriginZoneExternalId(OdDataIterator<?> odIterator) |
Returns the origin zone external Id for the current cell in the OD origin
|
static Optional<String> |
PathOutputTypeAdapter.getOriginZoneExternalId(OdDataIterator<?> odPathIterator) |
Returns the origin zone external Id for the current cell in the OD path matrix
|
static Optional<Long> |
OdOutputTypeAdapter.getOriginZoneId(OdDataIterator<?> odIterator) |
Returns the origin zone Id for the current cell in the OD origin
|
static Optional<Long> |
PathOutputTypeAdapter.getOriginZoneId(OdDataIterator<?> odPathIterator) |
Returns the origin zone Id for the current cell in the OD path matrix
|
static Optional<String> |
OdOutputTypeAdapter.getOriginZoneXmlId(OdDataIterator<?> odIterator) |
Returns the origin zone XML Id for the current cell in the OD origin
|
static Optional<String> |
PathOutputTypeAdapter.getOriginZoneXmlId(OdDataIterator<?> odPathIterator) |
Returns the Xml Id of the origin zone for the current cell in the OD path matrix
|
static Optional<String> |
PathOutputTypeAdapter.getPathAsString(OdDataIterator<? extends DirectedPath> odPathIterator,
PathOutputIdentificationType pathOutputType) |
Returns the path as a String of comma-separated Id values
|
static Optional<Long> |
PathOutputTypeAdapter.getPathId(OdDataIterator<? extends DirectedPath> odPathIterator) |
Return the Id of the current path
If there is no path between the current origin and destination zones, this returns -1
|
Optional<?> |
PathOutputTypeAdapter.getPathOutputPropertyValue(OutputProperty outputProperty,
OdDataIterator<? extends DirectedPath> odPathIterator,
Mode mode,
TimePeriod timePeriod,
PathOutputIdentificationType pathOutputType) |
Returns the specified output property values for the current cell in the ODPathIterator
|
Optional<?> |
PathOutputTypeAdapterImpl.getPathOutputPropertyValue(OutputProperty outputProperty,
OdDataIterator<? extends DirectedPath> odPathIterator,
Mode mode,
TimePeriod timePeriod,
PathOutputIdentificationType pathOutputType) |
Returns the specified output property values for the current cell in the ODPathIterator
|