Package org.apache.sis.referencing
Class ImmutableIdentifier.Cite
java.lang.Object
org.apache.sis.io.wkt.FormattableObject
org.apache.sis.referencing.ImmutableIdentifier.Cite
- Enclosing class:
ImmutableIdentifier
The
CITATION[…]
element inside an ID[…]
.-
Field Details
-
identifier
The value of the citation to format.
-
-
Constructor Details
-
Cite
Cite(String identifier) Creates a new citation with the given value.
-
-
Method Details
-
formatTo
Formats the citation.- 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:
-