Class ReferencingByIdentifiers.SubElement

java.lang.Object
org.apache.sis.io.wkt.FormattableObject
org.apache.sis.referencing.gazetteer.ReferencingByIdentifiers.SubElement
Enclosing class:
ReferencingByIdentifiers

private static final class ReferencingByIdentifiers.SubElement extends FormattableObject
A sub-element inside the pseudo-WKT.
  • Field Details

    • name

      private final String name
      The pseudo-WKT name of the element to format.
    • value

      private final org.opengis.util.InternationalString value
      The value of the element to format.
  • Constructor Details

    • SubElement

      SubElement(String name, org.opengis.util.InternationalString value)
      Creates a new citation with the given value.
  • Method Details