Uses of Interface
org.goplanit.utils.unit.Unit
-
Packages that use Unit Package Description org.goplanit.io.xml.util Utility methods to help process XML dataorg.goplanit.output.configuration output configuration related classesorg.goplanit.output.formatter output formatter related classesorg.goplanit.output.property Output property objects which represent quantities which can be reported in the outputorg.goplanit.tntp Top level package for reading input files which are in the TNTP Formatorg.goplanit.utils.unit -
-
Uses of Unit in org.goplanit.io.xml.util
Methods in org.goplanit.io.xml.util with parameters of type Unit Modifier and Type Method Description static org.goplanit.xml.generated.TimeUnitEnumConversionUtil. planitToXml(Unit planitTimeUnit)Convert time unit from PLANit to XML TimeUnit -
Uses of Unit in org.goplanit.output.configuration
Methods in org.goplanit.output.configuration with parameters of type Unit Modifier and Type Method Description voidOutputTypeConfiguration. overrideOutputPropertyUnits(OutputPropertyType outputPropertyType, Unit overrideUnits)Indicate a certain output property is to use a different unit for its result than the default (if permitted) -
Uses of Unit in org.goplanit.output.formatter
Fields in org.goplanit.output.formatter declared as Unit Modifier and Type Field Description protected UnitBaseOutputFormatter. outputTimeUnitTime unit to be used in outputs -
Uses of Unit in org.goplanit.output.property
Methods in org.goplanit.output.property that return Unit Modifier and Type Method Description UnitCalculatedSpeedOutputProperty. getDefaultUnit()Returns the units of the output propertyUnitCapacityPerLaneOutputProperty. getDefaultUnit()Returns the units of the output propertyUnitCostTimesFlowOutputProperty. getDefaultUnit()Returns the units of the output propertyUnitDensityOutputProperty. getDefaultUnit()Returns the units of the output propertyUnitDestinationZoneExternalIdOutputProperty. getDefaultUnit()Returns the units of the output propertyUnitDestinationZoneIdOutputProperty. getDefaultUnit()Returns the units of the output propertyUnitDestinationZoneXmlIdOutputProperty. getDefaultUnit()Returns the units of the output propertyUnitDownstreamNodeExternalIdOutputProperty. getDefaultUnit()UnitDownstreamNodeIdOutputProperty. getDefaultUnit()UnitDownstreamNodeLocationOutputProperty. getDefaultUnit()UnitDownstreamNodeXmlIdOutputProperty. getDefaultUnit()UnitFlowOutputProperty. getDefaultUnit()Returns the units of the output propertyUnitInflowOutputProperty. getDefaultUnit()Returns the units of the output propertyUnitIterationIndexOutputProperty. getDefaultUnit()UnitLengthOutputProperty. getDefaultUnit()Returns the units of the output propertyUnitLinkSegmentCostOutputProperty. getDefaultUnit()Returns the units of the output propertyUnitLinkSegmentExternalIdOutputProperty. getDefaultUnit()UnitLinkSegmentIdOutputProperty. getDefaultUnit()UnitLinkSegmentTypeIdOutputProperty. getDefaultUnit()UnitLinkSegmentTypeNameOutputProperty. getDefaultUnit()UnitLinkSegmentTypeXmlIdOutputProperty. getDefaultUnit()UnitLinkSegmentXmlIdOutputProperty. getDefaultUnit()Returns the units of the output propertyUnitMaximumDensityOutputProperty. getDefaultUnit()Returns the units of the output propertyUnitMaximumSpeedOutputProperty. getDefaultUnit()Returns the units of the output propertyUnitModeExternalIdOutputProperty. getDefaultUnit()UnitModeIdOutputProperty. getDefaultUnit()UnitModeXmlIdOutputProperty. getDefaultUnit()UnitNumberOfLanesOutputProperty. getDefaultUnit()UnitOdCostOutputProperty. getDefaultUnit()UnitOriginZoneExternalIdOutputProperty. getDefaultUnit()UnitOriginZoneIdOutputProperty. getDefaultUnit()UnitOriginZoneXmlIdOutputProperty. getDefaultUnit()UnitOutflowOutputProperty. getDefaultUnit()Returns the units of the output propertyabstract UnitOutputProperty. getDefaultUnit()Returns the units of the output propertyUnitPathIdOutputProperty. getDefaultUnit()UnitPathOutputStringProperty. getDefaultUnit()UnitRunIdOutputProperty. getDefaultUnit()UnitTimePeriodExternalIdOutputProperty. getDefaultUnit()Returns the units of the output propertyUnitTimePeriodIdOutputProperty. getDefaultUnit()UnitTimePeriodXmlIdOutputProperty. getDefaultUnit()UnitUpstreamNodeExternalIdOutputProperty. getDefaultUnit()UnitUpstreamNodeIdOutputProperty. getDefaultUnit()UnitUpstreamNodeLocationOutputProperty. getDefaultUnit()UnitUpstreamNodeXmlIdOutputProperty. getDefaultUnit()UnitVcRatioOutputProperty. getDefaultUnit()Returns the units of the output propertyUnitOutputProperty. getOverrideUnit()Only when the property allows a unit override and an override is set this method returns the proposed alternative unit to use.Methods in org.goplanit.output.property with parameters of type Unit Modifier and Type Method Description voidOutputProperty. setUnitOverride(Unit overrideUnit)set the units to use for overriding the defaults -
Uses of Unit in org.goplanit.tntp
Methods in org.goplanit.tntp with parameters of type Unit Modifier and Type Method Description voidTntpMain. execute(String networkFileLocation, String demandFileLocation, String nodeCoordinateFileLocation, String linkOutputFilename, String odOutputFilename, String odPathOutputFilename, boolean persistZeroFlow, int maxIterations, double epsilon, Unit outputCostTimeUnit, double defaultMaximumSpeed)Top-level method which runs PLANit for TNTP format input -
Uses of Unit in org.goplanit.utils.unit
Classes in org.goplanit.utils.unit that implement Unit Modifier and Type Class Description classDistanceUnitUnit class for all distance related unitsclassGroupUnitA combined unit consisting of multiple simple (single) unitsclassNoneUnitSimple unit that comprises a single unitclassSimpleUnitSimple unit that comprises a single unitclassSrsUnitUnit class for all spatial reference system related unitsclassTimeUnitUnit class for all time related units.classVehiclesUnitUnit class for all vehicles related units.Fields in org.goplanit.utils.unit declared as Unit Modifier and Type Field Description static UnitUnit. KM_HOURpredefined KM/HOUR Unitstatic UnitUnit. METER_SECONDpredefined METER/SECOND Unitstatic UnitUnit. NONEstatic UnitUnit. PCU_HOURpredefined PCU/HOUR Unitstatic UnitUnit. PCU_KMpredefined PCU/KM Unitstatic UnitUnit. SRSpredefined SRS SRSUnitstatic UnitUnit. VEH_HOURpredefined VEH/HOUR Unitstatic UnitUnit. VEH_KMpredefined VEH/KM UnitMethods in org.goplanit.utils.unit with parameters of type Unit Modifier and Type Method Description booleanGroupUnit. canConvertTo(Unit to)Verify if unit can be converted to the desired unitbooleanSimpleUnit. canConvertTo(Unit other)Verify if unit can be converted to the desired unitbooleanSrsUnit. canConvertTo(Unit other)Verify if unit can be converted to the desired unitbooleanUnit. canConvertTo(Unit to)Verify if unit can be converted to the desired unitdoubleDistanceUnit. convertTo(Unit to, double value)Convert one unit to the other for a given valuedoubleGroupUnit. convertTo(Unit to, double value)Convert one unit to the other for a given valuedoubleNoneUnit. convertTo(Unit to, double value)Convert one unit to the other for a given valuedoubleSrsUnit. convertTo(Unit to, double value)Convert one unit to the other for a given valuedoubleTimeUnit. convertTo(Unit to, double value)Convert one unit to the other for a given valuedoubleUnit. convertTo(Unit to, double value)Convert one unit to the other for a given valuedoubleVehiclesUnit. convertTo(Unit to, double value)Convert one unit to the other for a given value
-