Package org.apache.sis.referencing.datum
Class DefaultTemporalDatum.Origin
java.lang.Object
org.apache.sis.io.wkt.FormattableObject
org.apache.sis.referencing.datum.DefaultTemporalDatum.Origin
- Enclosing class:
- DefaultTemporalDatum
The
TimeOrigin[…]
element inside a TimeDatum[…]
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sis.io.wkt.FormattableObject
print, toString, toString, toWKT
-
Field Details
-
origin
The value of the origin to format.
-
-
Constructor Details
-
Origin
Origin(Date origin) Creates a new time origin with the given value.
-
-
Method Details
-
formatTo
Formats the time origin.- Specified by:
formatTo
in classFormattableObject
- Parameters:
formatter
- the formatter where to format the inner content of this WKT element.- Returns:
- the CamelCase keyword for the WKT element, or
null
if unknown. - See Also:
-