Package org.apache.sis.measure
Class AngleFormat.Field
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- AngleFormat
Constants that are used as attribute keys in the iterator returned from
 
AngleFormat.formatToCharacterIterator(Object).- Since:
- 0.3
- See Also:
Defined in the sis-utility module
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final AngleFormat.FieldIdentifies the degrees field, including the degrees symbol (if any).static final AngleFormat.FieldIdentifies the hemisphere symbol (if any).static final AngleFormat.FieldIdentifies the minutes field, including the minutes symbol (if any).static final AngleFormat.FieldIdentifies the seconds field, including the seconds symbol (if any).Fields inherited from class AttributedCharacterIterator.AttributeINPUT_METHOD_SEGMENT, LANGUAGE, READING
- 
Method SummaryModifier and TypeMethodDescriptionprotected final ObjectInvoked on deserialization for resolving this instance to one of the predefined constants.Methods inherited from class AttributedCharacterIterator.Attributeequals, getName, hashCode, toString
- 
Field Details- 
DEGREESIdentifies the degrees field, including the degrees symbol (if any). When formatting a string, this value may be specified to theFieldPositionconstructor in order to get the bounding index where degrees have been written.
- 
MINUTESIdentifies the minutes field, including the minutes symbol (if any). When formatting a string, this value may be specified to theFieldPositionconstructor in order to get the bounding index where minutes have been written.
- 
SECONDSIdentifies the seconds field, including the seconds symbol (if any). When formatting a string, this value may be specified to theFieldPositionconstructor in order to get the bounding index where seconds have been written.
- 
HEMISPHEREIdentifies the hemisphere symbol (if any). When formatting a string, this value may be specified to theFieldPositionconstructor in order to get the bounding index where hemisphere have been written.
 
- 
- 
Method Details- 
readResolveInvoked on deserialization for resolving this instance to one of the predefined constants.- Overrides:
- readResolvein class- AttributedCharacterIterator.Attribute
- Returns:
- one of the predefined constants.
- Throws:
- InvalidObjectException- if this instance cannot be resolved.
 
 
-