Uses of Interface
org.apache.sis.measure.ScalarFactory
Packages that use ScalarFactory
Package
Description
Units of measurements, values related to measurement (like angles and ranges) and their formatters.
-
Uses of ScalarFactory in org.apache.sis.measure
Fields in org.apache.sis.measure declared as ScalarFactoryModifier and TypeFieldDescription(package private) final ScalarFactory
<Q> SystemUnit.factory
The factory to use for creating quantities, ornull
if none.(package private) static final ScalarFactory
<javax.measure.quantity.Temperature> Scalar.Temperature.FACTORY
Methods in org.apache.sis.measure with parameters of type ScalarFactoryModifier and TypeMethodDescriptionprivate static <Q extends javax.measure.Quantity<Q>>
SystemUnit<Q> Units.add
(Class<Q> quantity, ScalarFactory<Q> factory, UnitDimension dimension, String symbol, byte scope, short epsg) Invoked byUnits
static class initializer for registering SI base and derived units.Constructors in org.apache.sis.measure with parameters of type ScalarFactoryModifierConstructorDescription(package private)
SystemUnit
(Class<Q> quantity, UnitDimension dimension, String symbol, byte scope, short epsg, ScalarFactory<Q> factory) Creates a new unit having the given symbol and EPSG code.