Uses of Package
org.apache.sis.measure
-
Packages that use org.apache.sis.measure Package Description org.apache.sis.math A set of mathematical objects and algebraic utilities.org.apache.sis.measure Units of measurements, values related to measurement (like angles and ranges) and their formatters.org.apache.sis.util.collection Addition to the collection framework. -
Classes in org.apache.sis.measure used by org.apache.sis.math Class Description NumberRange A range of numbers capable of widening conversions when performing range operations. -
Classes in org.apache.sis.measure used by org.apache.sis.measure Class Description Angle An angle in decimal degrees.AngleFormat Parses and formats angles according a specified pattern.AngleFormat.Field Constants that are used as attribute keys in the iterator returned fromAngleFormat.formatToCharacterIterator(Object).AngularVelocity The rate of change of an angular displacement with respect to time.ElevationAngle The angular height of an object measured from the horizontal plane.MeasurementRange A range of numbers associated with a unit of measurement.NumberRange A range of numbers capable of widening conversions when performing range operations.Range A set of minimum and maximum values of a certain class, allowing a user to determine if a value of the same class is contained inside the range.RangeFormat Parses and formatsRangeinstances according the given locale.RangeFormat.Field Constants that are used as attribute keys in the iterator returned fromRangeFormat.formatToCharacterIterator(Object).Salinity The Practical Salinity Scale (PSS-78).UnitFormat Parses and formats units of measurement as SI symbols, URI in OGC namespace or other symbols.UnitFormat.Style Identify whether unit formatting uses ASCII symbols, Unicode symbols or full localized names.ValueRange The range of values assignable to a field, or to a JavaBean property. -
Classes in org.apache.sis.measure used by org.apache.sis.util.collection Class Description Range A set of minimum and maximum values of a certain class, allowing a user to determine if a value of the same class is contained inside the range.