Uses of Class
org.djunits.quantity.Position
Packages that use Position
Package
Description
The quantity package stores information about quantities with their units.
-
Uses of Position in org.djunits.quantity
Methods in org.djunits.quantity that return PositionModifier and TypeMethodDescriptionfinal PositionAdd an (absolute) position to this length, and return a position.Position.instantiate(Length length, Position.Reference reference) static PositionPosition.of(double value, String unitString, Position.Reference reference) Returns a Position based on a value and the textual representation of the unit, which can be localized.static PositionPosition.ofSi(double si, Position.Reference reference) Return a Position instance based on an SI value and a reference point.static PositionPosition.valueOf(String text, Position.Reference reference) Returns a Position representation of a textual representation of a value with a unit.Methods in org.djunits.quantity with parameters of type Position