Uses of Class
com.storedobject.core.Distance
Packages that use Distance
-
Uses of Distance in com.storedobject.core
Methods in com.storedobject.core that return DistanceModifier and TypeMethodDescriptionDistance.absolute()Absolute value of this quantity.Add quantityAdd quantity valueDistance.add(BigDecimal quantity) Add quantityDistance.divide(double divisor) Divide the quantity with a valueDistance.divide(BigDecimal divisor) Divide the quantity with a valueConsignmentPacket.getHeight()ConsignmentPacket.getLength()ConsignmentPacket.getWidth()Distance.multiply(double multiplicand) MultiplyDistance.multiply(BigDecimal multiplicand) MultiplyDistance.negate()Reverses the sign of this quantitySubtract quantitySubtract quantityDistance.subtract(BigDecimal quantity) Subtract quantityDistance.zero()Create a quantity of this type with zero value.Methods in com.storedobject.core with parameters of type DistanceModifier and TypeMethodDescriptionstatic VolumeBox.static Areastatic VolumeCone.static VolumeCube.Create volume of a prism with this as the base and for the given height.static VolumePrism.Create volume of a pyramid with this as the base and for the given height.static AreaCreate a rectangle by taking this as the length and the given parameter value as the width.voidvoidvoidstatic Area