Uses of Class
org.apache.sis.measure.AngleFormat.Field
Packages that use AngleFormat.Field
Package
Description
Units of measurements, values related to measurement (like angles and ranges) and their formatters.
-
Uses of AngleFormat.Field in org.apache.sis.measure
Fields in org.apache.sis.measure declared as AngleFormat.FieldModifier and TypeFieldDescriptionstatic final AngleFormat.Field
AngleFormat.Field.DEGREES
Identifies the degrees field, including the degrees symbol (if any).static final AngleFormat.Field
AngleFormat.Field.HEMISPHERE
Identifies the hemisphere symbol (if any).static final AngleFormat.Field
AngleFormat.Field.MINUTES
Identifies the minutes field, including the minutes symbol (if any).static final AngleFormat.Field
AngleFormat.Field.SECONDS
Identifies the seconds field, including the seconds symbol (if any).Methods in org.apache.sis.measure that return AngleFormat.FieldModifier and TypeMethodDescription(package private) static AngleFormat.Field
AngleFormat.Field.forCode
(int field) Returns the field constant for the given numeric identifier.