Class Types.CodeTitle

All Implemented Interfaces:
Serializable, CharSequence, Comparable<org.opengis.util.InternationalString>, Formattable, org.opengis.util.InternationalString
Enclosing class:
Types

private static final class Types.CodeTitle extends Types.Description
The InternationalString returned by the Types.getCodeTitle(…) method. The code below is a duplicated - in a different way - of CodeListUID(CodeList) constructor (package). This duplication exists because CodeListUID constructor stores more information in an opportunist way. If this method is updated, please update CodeListUID(CodeList) accordingly.
Since:
0.3
Version:
0.3
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      For cross-version compatibility.
      See Also:
    • code

      final org.opengis.util.CodeList<?> code
      The code list for which to create a title.
  • Constructor Details

    • CodeTitle

      CodeTitle(org.opengis.util.CodeList<?> code)
      Creates a new international string for the given code list element.
      Parameters:
      code - the code list for which to create a title.
  • Method Details