Uses of Class
org.apache.sis.measure.AbstractUnit
Packages that use AbstractUnit
Package
Description
Units of measurements, values related to measurement (like angles and ranges) and their formatters.
-
Uses of AbstractUnit in org.apache.sis.measure
Subclasses of AbstractUnit in org.apache.sis.measureModifier and TypeClassDescription(package private) final classConventionalUnit<Q extends javax.measure.Quantity<Q>>A unit of measure which is related to a base or derived unit through a conversion formula.(package private) final classSystemUnit<Q extends javax.measure.Quantity<Q>>Implementation of base, alternate and derived units (seeAbstractUnitfor a description of unit kinds).Fields in org.apache.sis.measure declared as AbstractUnitModifier and TypeFieldDescriptionprivate final AbstractUnit<Q>ConventionalUnit.targetThe base, derived or alternate units to which thisConventionalUnitis related.Methods in org.apache.sis.measure that return AbstractUnitModifier and TypeMethodDescription(package private) static <Q extends javax.measure.Quantity<Q>>
AbstractUnit<Q>ConventionalUnit.create(AbstractUnit<Q> target, javax.measure.UnitConverter toTarget) Creates a new unit with default name and symbol for the given converter.Methods in org.apache.sis.measure with parameters of type AbstractUnitModifier and TypeMethodDescriptionprivate static <Q extends javax.measure.Quantity<Q>>
ConventionalUnit<Q>Units.add(AbstractUnit<Q> target, javax.measure.UnitConverter toTarget, String symbol, byte scope, short epsg) Invoked byUnitsstatic class initializer for registering SI conventional units.(package private) static <Q extends javax.measure.Quantity<Q>>
AbstractUnit<Q>ConventionalUnit.create(AbstractUnit<Q> target, javax.measure.UnitConverter toTarget) Creates a new unit with default name and symbol for the given converter.Constructors in org.apache.sis.measure with parameters of type AbstractUnitModifierConstructorDescription(package private)ConventionalUnit(AbstractUnit<Q> target, javax.measure.UnitConverter toTarget, String symbol, byte scope, short epsg) Creates a new unit having the given symbol and EPSG code.