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.TimeUnit
EnumConversionUtil. 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 void
OutputTypeConfiguration. 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 Unit
BaseOutputFormatter. outputTimeUnit
Time 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 Unit
CalculatedSpeedOutputProperty. getDefaultUnit()
Returns the units of the output propertyUnit
CapacityPerLaneOutputProperty. getDefaultUnit()
Returns the units of the output propertyUnit
CostTimesFlowOutputProperty. getDefaultUnit()
Returns the units of the output propertyUnit
DensityOutputProperty. getDefaultUnit()
Returns the units of the output propertyUnit
DestinationZoneExternalIdOutputProperty. getDefaultUnit()
Returns the units of the output propertyUnit
DestinationZoneIdOutputProperty. getDefaultUnit()
Returns the units of the output propertyUnit
DestinationZoneXmlIdOutputProperty. getDefaultUnit()
Returns the units of the output propertyUnit
DownstreamNodeExternalIdOutputProperty. getDefaultUnit()
Unit
DownstreamNodeIdOutputProperty. getDefaultUnit()
Unit
DownstreamNodeLocationOutputProperty. getDefaultUnit()
Unit
DownstreamNodeXmlIdOutputProperty. getDefaultUnit()
Unit
FlowOutputProperty. getDefaultUnit()
Returns the units of the output propertyUnit
InflowOutputProperty. getDefaultUnit()
Returns the units of the output propertyUnit
IterationIndexOutputProperty. getDefaultUnit()
Unit
LengthOutputProperty. getDefaultUnit()
Returns the units of the output propertyUnit
LinkSegmentCostOutputProperty. getDefaultUnit()
Returns the units of the output propertyUnit
LinkSegmentExternalIdOutputProperty. getDefaultUnit()
Unit
LinkSegmentIdOutputProperty. getDefaultUnit()
Unit
LinkSegmentTypeIdOutputProperty. getDefaultUnit()
Unit
LinkSegmentTypeNameOutputProperty. getDefaultUnit()
Unit
LinkSegmentTypeXmlIdOutputProperty. getDefaultUnit()
Unit
LinkSegmentXmlIdOutputProperty. getDefaultUnit()
Returns the units of the output propertyUnit
MaximumDensityOutputProperty. getDefaultUnit()
Returns the units of the output propertyUnit
MaximumSpeedOutputProperty. getDefaultUnit()
Returns the units of the output propertyUnit
ModeExternalIdOutputProperty. getDefaultUnit()
Unit
ModeIdOutputProperty. getDefaultUnit()
Unit
ModeXmlIdOutputProperty. getDefaultUnit()
Unit
NumberOfLanesOutputProperty. getDefaultUnit()
Unit
OdCostOutputProperty. getDefaultUnit()
Unit
OriginZoneExternalIdOutputProperty. getDefaultUnit()
Unit
OriginZoneIdOutputProperty. getDefaultUnit()
Unit
OriginZoneXmlIdOutputProperty. getDefaultUnit()
Unit
OutflowOutputProperty. getDefaultUnit()
Returns the units of the output propertyabstract Unit
OutputProperty. getDefaultUnit()
Returns the units of the output propertyUnit
PathIdOutputProperty. getDefaultUnit()
Unit
PathOutputStringProperty. getDefaultUnit()
Unit
RunIdOutputProperty. getDefaultUnit()
Unit
TimePeriodExternalIdOutputProperty. getDefaultUnit()
Returns the units of the output propertyUnit
TimePeriodIdOutputProperty. getDefaultUnit()
Unit
TimePeriodXmlIdOutputProperty. getDefaultUnit()
Unit
UpstreamNodeExternalIdOutputProperty. getDefaultUnit()
Unit
UpstreamNodeIdOutputProperty. getDefaultUnit()
Unit
UpstreamNodeLocationOutputProperty. getDefaultUnit()
Unit
UpstreamNodeXmlIdOutputProperty. getDefaultUnit()
Unit
VcRatioOutputProperty. getDefaultUnit()
Returns the units of the output propertyUnit
OutputProperty. 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 void
OutputProperty. 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 void
TntpMain. 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 class
DistanceUnit
Unit class for all distance related unitsclass
GroupUnit
A combined unit consisting of multiple simple (single) unitsclass
NoneUnit
Simple unit that comprises a single unitclass
SimpleUnit
Simple unit that comprises a single unitclass
SrsUnit
Unit class for all spatial reference system related unitsclass
TimeUnit
Unit class for all time related units.class
VehiclesUnit
Unit class for all vehicles related units.Fields in org.goplanit.utils.unit declared as Unit Modifier and Type Field Description static Unit
Unit. KM_HOUR
predefined KM/HOUR Unitstatic Unit
Unit. METER_SECOND
predefined METER/SECOND Unitstatic Unit
Unit. NONE
static Unit
Unit. PCU_HOUR
predefined PCU/HOUR Unitstatic Unit
Unit. PCU_KM
predefined PCU/KM Unitstatic Unit
Unit. SRS
predefined SRS SRSUnitstatic Unit
Unit. VEH_HOUR
predefined VEH/HOUR Unitstatic Unit
Unit. VEH_KM
predefined VEH/KM UnitMethods in org.goplanit.utils.unit with parameters of type Unit Modifier and Type Method Description boolean
GroupUnit. canConvertTo(Unit to)
Verify if unit can be converted to the desired unitboolean
SimpleUnit. canConvertTo(Unit other)
Verify if unit can be converted to the desired unitboolean
SrsUnit. canConvertTo(Unit other)
Verify if unit can be converted to the desired unitboolean
Unit. canConvertTo(Unit to)
Verify if unit can be converted to the desired unitdouble
DistanceUnit. convertTo(Unit to, double value)
Convert one unit to the other for a given valuedouble
GroupUnit. convertTo(Unit to, double value)
Convert one unit to the other for a given valuedouble
NoneUnit. convertTo(Unit to, double value)
Convert one unit to the other for a given valuedouble
SrsUnit. convertTo(Unit to, double value)
Convert one unit to the other for a given valuedouble
TimeUnit. convertTo(Unit to, double value)
Convert one unit to the other for a given valuedouble
Unit. convertTo(Unit to, double value)
Convert one unit to the other for a given valuedouble
VehiclesUnit. convertTo(Unit to, double value)
Convert one unit to the other for a given value
-