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.FieldAngleFormat.Field. DEGREESIdentifies the degrees field, including the degrees symbol (if any).static AngleFormat.FieldAngleFormat.Field. HEMISPHEREIdentifies the hemisphere symbol (if any).static AngleFormat.FieldAngleFormat.Field. MINUTESIdentifies the minutes field, including the minutes symbol (if any).static AngleFormat.FieldAngleFormat.Field. SECONDSIdentifies the seconds field, including the seconds symbol (if any).
-