Interface ILcdGML3Code

All Known Implementing Classes:
TLcdOWSCode, TLcdOWSNilValue

public interface ILcdGML3Code
Deprecated.
This class has been deprecated. The GML decoders and encoders in the com.luciad.format.gml3.* packages are replaced by new decoders and encoders in the packages com.luciad.format.gml2.xml, com.luciad.format.gml31.xml and com.luciad.format.gml32.xml.
Interface for the gml:CodeType type.

This is a generalized type to be used for a term, keyword or name.

It adds a XML attribute codeSpace to a term, where the value of the codeSpace attribute (if present) should indicate a dictionary, thesaurus, classification scheme, authority, or pattern for the term.

(GML Specification, v3.1.0, paragraph 7.3.3.2)

  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Returns the code value.
    Deprecated.
    Returns the codespace that applies to the code.
    void
    setCode(String aString)
    Deprecated.
    Sets the code value.
    void
    setCodeSpace(String aCodeSpace)
    Deprecated.
    Sets the codespace that applies to the code.
  • Method Details

    • getCode

      String getCode()
      Deprecated.
      Returns the code value.
      Returns:
      the code value.
    • getCodeSpace

      String getCodeSpace()
      Deprecated.
      Returns the codespace that applies to the code.
      Returns:
      the codespace that applies to the code.
    • setCode

      void setCode(String aString)
      Deprecated.
      Sets the code value.
      Parameters:
      aString - the code value to be set.
    • setCodeSpace

      void setCodeSpace(String aCodeSpace)
      Deprecated.
      Sets the codespace that applies to the code.
      Parameters:
      aCodeSpace - the codespace that applies to the code.