Class ReferencingByIdentifiers.SubElement
java.lang.Object
org.apache.sis.io.wkt.FormattableObject
org.apache.sis.referencing.gazetteer.ReferencingByIdentifiers.SubElement
- Enclosing class:
- ReferencingByIdentifiers
A sub-element inside the pseudo-WKT.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSubElement
(String name, org.opengis.util.InternationalString value) Creates a new citation with the given value. -
Method Summary
Methods inherited from class org.apache.sis.io.wkt.FormattableObject
print, toString, toString, toWKT
-
Field Details
-
name
The pseudo-WKT name of the element to format. -
value
private final org.opengis.util.InternationalString valueThe 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
-
formatTo
Formats the sub-element.- 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:
-