Class ImmutableIdentifier.Cite

java.lang.Object
org.apache.sis.io.wkt.FormattableObject
org.apache.sis.referencing.ImmutableIdentifier.Cite
Enclosing class:
ImmutableIdentifier

private static final class ImmutableIdentifier.Cite extends FormattableObject
The CITATION[…] element inside an ID[…].
  • Field Details

    • identifier

      private final String identifier
      The value of the citation to format.
  • Constructor Details

    • Cite

      Cite(String identifier)
      Creates a new citation with the given value.
  • Method Details