Uses of Interface
org.djunits.unit.scale.Scale
Packages that use Scale
Package
Description
Units for version 4 of DJUNITS.
Unit scales for DJUNITS.
Internal data storage for the Matrix.
Internal data storage for the Vector.
package-info.java.
Internal storage for the FloatVector.
-
Uses of Scale in org.djunits.unit
Methods in org.djunits.unit that return ScaleModifier and TypeMethodDescriptionUnit.Builder.getScale()Retrieve the scale.Unit.getScale()Retrieve the scale of this unit.Methods in org.djunits.unit with parameters of type ScaleModifier and TypeMethodDescriptionSet the scale. -
Uses of Scale in org.djunits.unit.scale
Classes in org.djunits.unit.scale that implement ScaleModifier and TypeClassDescriptionclassA Scale for transforming a slope as a grade, where 45 degrees is 1, and 90 degrees is infinite, to radians.final classA Scale for standard, e.g.classA Scale for linear transformations not involving a zero-offset, e.g. for Length, Time, Area.classScale with factor and zero point offset. -
Uses of Scale in org.djunits.value.vdouble.matrix.data
Methods in org.djunits.value.vdouble.matrix.data with parameters of type ScaleModifier and TypeMethodDescriptionstatic DoubleMatrixDataDoubleMatrixData.instantiate(double[][] values, Scale scale, StorageType storageType) Instantiate a DoubleMatrixData with the right data type.static DoubleMatrixDataSparseDoubleMatrixDataSparse.instantiate(double[][] values, Scale scale) Instantiate a DoubleMatrixDataSparse from an array. -
Uses of Scale in org.djunits.value.vdouble.vector.data
Methods in org.djunits.value.vdouble.vector.data with parameters of type ScaleModifier and TypeMethodDescriptionstatic DoubleVectorDataDoubleVectorData.instantiate(double[] values, Scale scale, StorageType storageType) Instantiate a DoubleVectorData with the right data type.static DoubleVectorDataDoubleVectorData.instantiate(List<? extends Number> values, Scale scale, StorageType storageType) Instantiate a DoubleVectorData with the right data type.static DoubleVectorDataDoubleVectorData.instantiate(Map<Integer, ? extends Number> valueMap, int size, Scale scale, StorageType storageType) Instantiate a DoubleVectorData with the right data type. -
Uses of Scale in org.djunits.value.vfloat.matrix.data
Methods in org.djunits.value.vfloat.matrix.data with parameters of type ScaleModifier and TypeMethodDescriptionstatic FloatMatrixDataFloatMatrixData.instantiate(float[][] values, Scale scale, StorageType storageType) Instantiate a FloatMatrixData with the right data type.static FloatMatrixDataSparseFloatMatrixDataSparse.instantiate(float[][] values, Scale scale) Instantiate a FloatMatrixDataSparse from an array. -
Uses of Scale in org.djunits.value.vfloat.vector.data
Methods in org.djunits.value.vfloat.vector.data with parameters of type ScaleModifier and TypeMethodDescriptionstatic FloatVectorDataFloatVectorData.instantiate(float[] values, Scale scale, StorageType storageType) Instantiate a FloatVectorData with the right data type.static FloatVectorDataFloatVectorData.instantiate(List<? extends Number> values, Scale scale, StorageType storageType) Instantiate a FloatVectorData with the right data type.static FloatVectorDataFloatVectorData.instantiate(Map<Integer, ? extends Number> valueMap, int size, Scale scale, StorageType storageType) Instantiate a FloatVectorData with the right data type.