Uses of Class
org.apache.sis.measure.AngleFormat.Field
-
Packages that use AngleFormat.Field Package Description org.apache.sis.measure 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.Field Modifier and Type Field Description static AngleFormat.Field
AngleFormat.Field. DEGREES
Identifies the degrees field, including the degrees symbol (if any).static AngleFormat.Field
AngleFormat.Field. HEMISPHERE
Identifies the hemisphere symbol (if any).static AngleFormat.Field
AngleFormat.Field. MINUTES
Identifies the minutes field, including the minutes symbol (if any).static AngleFormat.Field
AngleFormat.Field. SECONDS
Identifies the seconds field, including the seconds symbol (if any).
-