Uses of Interface
org.djunits.unit.scale.Scale
| Package | Description |
|---|---|
| org.djunits.unit |
Units for version 4 of DJUNITS.
|
| org.djunits.unit.scale |
Unit scales for DJUNITS.
|
| org.djunits.value.vdouble.matrix.data |
Internal data storage for the Matrix.
|
| org.djunits.value.vdouble.vector.data |
Internal data storage for the Vector.
|
| org.djunits.value.vfloat.matrix.data |
package-info.java.
|
| org.djunits.value.vfloat.vector.data |
Internal storage for the FloatVector.
|
-
Uses of Scale in org.djunits.unit
Methods in org.djunits.unit that return Scale Modifier and Type Method Description ScaleUnit.Builder. getScale()Retrieve the scale.ScaleUnit. getScale()Retrieve the scale of this unit.Methods in org.djunits.unit with parameters of type Scale Modifier and Type Method Description AbsoluteLinearUnit.Builder<AU,RU>AbsoluteLinearUnit.Builder. setScale(Scale scale)Set the scale.Unit.Builder<U>Unit.Builder. setScale(Scale newScale)Set the scale. -
Uses of Scale in org.djunits.unit.scale
Classes in org.djunits.unit.scale that implement Scale Modifier and Type Class Description classGradeScaleA Scale for transforming a slope as a grade, where 45 degrees is 1, and 90 degrees is infinite, to radians.classIdentityScaleA Scale for standard, e.g.classLinearScaleA Scale for linear transformations not involving a zero-offset, e.g.classOffsetLinearScaleScale 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 Scale Modifier and Type Method Description static 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 Scale Modifier and Type Method Description static DoubleVectorDataDoubleVectorData. instantiate(double[] values, Scale scale, StorageType storageType)Instantiate a DoubleVectorData with the right data type.static DoubleVectorDataDoubleVectorData. instantiate(List<Double> values, Scale scale, StorageType storageType)Instantiate a DoubleVectorData with the right data type.static DoubleVectorDataDoubleVectorData. instantiate(SortedMap<Integer,Double> valueMap, int length, 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 Scale Modifier and Type Method Description static 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 Scale Modifier and Type Method Description static FloatVectorDataFloatVectorData. instantiate(float[] values, Scale scale, StorageType storageType)Instantiate a FloatVectorData with the right data type.static FloatVectorDataFloatVectorData. instantiate(List<Float> values, Scale scale, StorageType storageType)Instantiate a FloatVectorData with the right data type.static FloatVectorDataFloatVectorData. instantiate(SortedMap<Integer,Float> valueMap, int length, Scale scale, StorageType storageType)Instantiate a FloatVectorData with the right data type.