Uses of Class
org.apache.sis.measure.ConventionalUnit
Packages that use ConventionalUnit
Package
Description
Units of measurements, values related to measurement (like angles and ranges) and their formatters.
-
Uses of ConventionalUnit in org.apache.sis.measure
Fields in org.apache.sis.measure declared as ConventionalUnitModifier and TypeFieldDescription(package private) static final ConventionalUnit
<javax.measure.quantity.Angle> SexagesimalConverter.DM
Pseudo-unit for sexagesimal degree.private ConventionalUnit<Q>[]
SystemUnit.related
Units for the same quantity but with scale factors that are not the SI one.Methods in org.apache.sis.measure that return ConventionalUnitModifier 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 byUnits
static class initializer for registering SI conventional units.(package private) final ConventionalUnit
<Q> Returns a new unit identical to this unit except for the symbol, which is set to the given value.(package private) static <Q extends javax.measure.Quantity<Q>>
ConventionalUnit<Q> UnitRegistry.init
(ConventionalUnit<Q> unit) Invoked byUnits
static class initializer for registering SI conventional units.(package private) static <Q extends javax.measure.Quantity<Q>>
ConventionalUnit<Q> Prefixes.pseudoSystemUnit
(SystemUnit<Q> unit) If the given system unit should be replaced by pseudo-unit for the purpose of formatting, returns that pseudo-unit.(package private) ConventionalUnit<Q>[]
AbstractUnit.related()
Returns units for the same quantity but with scale factors that are not the SI one, ornull
if none.(package private) final ConventionalUnit<Q>[]
SystemUnit.related()
Returns units for the same quantity but with scale factors that are not the SI one, ornull
if none.(package private) final ConventionalUnit
<Q> Returns a unique instance of this unit if available, or store this unit in the map of existing unit otherwise.Methods in org.apache.sis.measure with parameters of type ConventionalUnitModifier and TypeMethodDescription(package private) static <Q extends javax.measure.Quantity<Q>>
ConventionalUnit<Q> UnitRegistry.init
(ConventionalUnit<Q> unit) Invoked byUnits
static class initializer for registering SI conventional units.