libs/sensorml/src/lib/model/gml/CodeType.ts
gml:CodeType 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) shall indicate a dictionary, thesaurus, classification scheme, authority, or pattern for the term.
Properties |
Methods |
constructor(value: string, codeSpace: string)
|
codeSpace |
Type : string
|
Decorators :
@DisplayName('Code space')
|
value |
Type : string
|
Decorators :
@DisplayName('Value')
|
toString |
toString()
|
Returns :
string
|