Uses of Class
org.planit.utils.unit.Units
-
Packages that use Units Package Description org.planit.io.xml.converter PLANit IO XML conversion helper classesorg.planit.output.property Output property objects which represent quantities which can be reported in the outputorg.planit.utils.unit -
-
Uses of Units in org.planit.io.xml.converter
Methods in org.planit.io.xml.converter with parameters of type Units Modifier and Type Method Description static org.planit.xml.generated.UnitsvaluesEnumConverter. convertFromPlanItToXmlGeneratedUnits(Units units)Convert values from Units enumeration in PLANit project to generated Unitsvalues enumeration -
Uses of Units in org.planit.output.property
Methods in org.planit.output.property that return Units Modifier and Type Method Description abstract UnitsBaseOutputProperty. getUnits()Returns the units of the output propertyUnitsCalculatedSpeedOutputProperty. getUnits()UnitsCapacityPerLaneOutputProperty. getUnits()UnitsCostTimesFlowOutputProperty. getUnits()UnitsDensityOutputProperty. getUnits()UnitsDestinationZoneExternalIdOutputProperty. getUnits()UnitsDestinationZoneIdOutputProperty. getUnits()UnitsDestinationZoneXmlIdOutputProperty. getUnits()UnitsDownstreamNodeExternalIdOutputProperty. getUnits()UnitsDownstreamNodeIdOutputProperty. getUnits()UnitsDownstreamNodeLocationOutputProperty. getUnits()UnitsDownstreamNodeXmlIdOutputProperty. getUnits()UnitsFlowOutputProperty. getUnits()UnitsIterationIndexOutputProperty. getUnits()UnitsLengthOutputProperty. getUnits()UnitsLinkCostOutputProperty. getUnits()UnitsLinkSegmentExternalIdOutputProperty. getUnits()UnitsLinkSegmentIdOutputProperty. getUnits()UnitsLinkSegmentXmlIdOutputProperty. getUnits()Returns the units of the output propertyUnitsLinkTypeOutputProperty. getUnits()UnitsMaximumDensityOutputProperty. getUnits()UnitsMaximumSpeedOutputProperty. getUnits()UnitsModeExternalIdOutputProperty. getUnits()UnitsModeIdOutputProperty. getUnits()UnitsModeXmlIdOutputProperty. getUnits()UnitsNumberOfLanesOutputProperty. getUnits()UnitsODCostOutputProperty. getUnits()UnitsOriginZoneExternalIdOutputProperty. getUnits()UnitsOriginZoneIdOutputProperty. getUnits()UnitsOriginZoneXmlIdOutputProperty. getUnits()UnitsPathIdOutputProperty. getUnits()UnitsPathOutputStringProperty. getUnits()UnitsRunIdOutputProperty. getUnits()UnitsTimePeriodExternalIdOutputProperty. getUnits()UnitsTimePeriodIdOutputProperty. getUnits()UnitsTimePeriodXmlIdOutputProperty. getUnits()UnitsUpstreamNodeExternalIdOutputProperty. getUnits()UnitsUpstreamNodeIdOutputProperty. getUnits()UnitsUpstreamNodeLocationOutputProperty. getUnits()UnitsUpstreamNodeXmlIdOutputProperty. getUnits()UnitsVCRatioOutputProperty. getUnits() -
Uses of Units in org.planit.utils.unit
Methods in org.planit.utils.unit that return Units Modifier and Type Method Description static UnitsUnits. valueOf(String name)Returns the enum constant of this type with the specified name.static Units[]Units. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.planit.utils.unit with parameters of type Units Modifier and Type Method Description static doubleUnitUtils. convert(Units from, Units to, double value)convert between indicated units
-