Uses of Class
org.goplanit.output.enums.PathOutputIdentificationType
-
Packages that use PathOutputIdentificationType Package Description org.goplanit.output.adapter Output Adapter and Output Type Adapter classes and interfacesorg.goplanit.output.configuration output configuration related classesorg.goplanit.output.enums Enumerations containing possible values of output properties -
-
Uses of PathOutputIdentificationType in org.goplanit.output.adapter
Methods in org.goplanit.output.adapter with parameters of type PathOutputIdentificationType Modifier and Type Method Description static Optional<String>PathOutputTypeAdapter. getPathAsString(OdDataIterator<? extends ManagedDirectedPath> odPathIterator, PathOutputIdentificationType pathOutputType)Returns the path as a String of comma-separated Id valuesOptional<?>PathOutputTypeAdapter. getPathOutputPropertyValue(OutputProperty outputProperty, OdDataIterator<? extends ManagedDirectedPath> odPathIterator, Mode mode, TimePeriod timePeriod, PathOutputIdentificationType pathOutputType)Returns the specified output property values for the current cell in the ODPathIteratorOptional<?>PathOutputTypeAdapterImpl. getPathOutputPropertyValue(OutputProperty outputProperty, OdDataIterator<? extends ManagedDirectedPath> odPathIterator, Mode mode, TimePeriod timePeriod, PathOutputIdentificationType pathOutputType)Returns the specified output property values for the current cell in the ODPathIterator -
Uses of PathOutputIdentificationType in org.goplanit.output.configuration
Methods in org.goplanit.output.configuration that return PathOutputIdentificationType Modifier and Type Method Description PathOutputIdentificationTypePathOutputTypeConfiguration. getPathIdentificationType()Get the path id typeMethods in org.goplanit.output.configuration with parameters of type PathOutputIdentificationType Modifier and Type Method Description voidPathOutputTypeConfiguration. setPathIdentificationType(PathOutputIdentificationType pathIdType)Set the path id type -
Uses of PathOutputIdentificationType in org.goplanit.output.enums
Methods in org.goplanit.output.enums that return PathOutputIdentificationType Modifier and Type Method Description static PathOutputIdentificationTypePathOutputIdentificationType. valueOf(String name)Returns the enum constant of this type with the specified name.static PathOutputIdentificationType[]PathOutputIdentificationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-