Interface ILcdGML3Code
- All Known Implementing Classes:
TLcdOWSCode
,TLcdOWSNilValue
public interface ILcdGML3Code
Deprecated.
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 TypeMethodDescriptiongetCode()
Deprecated.Returns the code value.Deprecated.Returns the codespace that applies to the code.void
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
Deprecated.Sets the code value.- Parameters:
aString
- the code value to be set.
-
setCodeSpace
Deprecated.Sets the codespace that applies to the code.- Parameters:
aCodeSpace
- the codespace that applies to the code.
-
com.luciad.format.gml3.*
packages are replaced by new decoders and encoders in the packagescom.luciad.format.gml2.xml
,com.luciad.format.gml31.xml
andcom.luciad.format.gml32.xml
.