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[…].- Since:
- 0.4
- Version:
- 0.5
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class 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:
formatToin classFormattableObject- Parameters:
formatter- the formatter where to format the inner content of this WKT element.- Returns:
- the CamelCase keyword for the WKT element, or
nullif unknown. - See Also:
-