Class SignReversalComment
java.lang.Object
org.apache.sis.util.AbstractInternationalString
org.apache.sis.internal.referencing.SignReversalComment
- All Implemented Interfaces:
Serializable,CharSequence,Comparable<org.opengis.util.InternationalString>,Formattable,org.opengis.util.InternationalString
Comments telling whether a parameter value uses the same sign or the opposite sign for the inverse operation.
Those comments are used for encoding the
PARAM_SIGN_REVERSAL boolean value in the
[Coordinate_Operation Parameter Usage] table of the EPSG dataset.
This approach may change in any future SIS version.
- Since:
- 0.7
- Version:
- 0.7
- Author:
- Martin Desruisseaux (Geomatys)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SignReversalCommentRemark telling that an inverse operation uses the parameter value with opposite sign.static final SignReversalCommentRemark telling that an inverse operation uses the same sign for the parameter value. -
Method Summary
Methods inherited from class org.apache.sis.util.AbstractInternationalString
charAt, compareTo, formatTo, length, subSequence, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.CharSequence
chars, codePoints
-
Field Details
-
SAME
Remark telling that an inverse operation uses the same sign for the parameter value. -
OPPOSITE
Remark telling that an inverse operation uses the parameter value with opposite sign.
-
-
Method Details
-
toString
Returns a human-readable text for this constant.- Specified by:
toStringin interfaceorg.opengis.util.InternationalString- Specified by:
toStringin classAbstractInternationalString- Parameters:
locale- the desired locale, ornull.- Returns:
- a human-readable text in the given locale if possible.
- See Also:
-