public static class AttributeNames.Term extends Object implements Serializable
AttributeNames
class and the other cells give the values assigned in this class fields for those constants.
AttributeNames | TEXT | VOCABULARY |
---|---|---|
IDENTIFIER | "id" | "naming_authority" |
STANDARD_NAME | "standard_name" | "standard_name_vocabulary" |
KEYWORDS | "keywords" | "keywords_vocabulary" |
PROGRAM | "program" | |
PLATFORM | "platform" | "platform_vocabulary" |
INSTRUMENT | "instrument" | "instrument_vocabulary" |
AttributeNames.KEYWORD.TEXT
maps exactly to the "keywords"
string
and nothing else. A lower-case text
member name could be misleading since it would
suggest that the field contains the actual text value rather than the key by which the value
is identified in a netCDF file.Defined in the sis-netcdf
module
Modifier and Type | Field and Description |
---|---|
String |
TEXT
The keyword or the identifier code.
|
String |
VOCABULARY
The vocabulary or identifier namespace, or
null if none. |
public final String TEXT
"id"
, "standard_name"
, "keywords"
, "program"
,
"platform"
or "instrument"
.
Path in ISO 19115:
public final String VOCABULARY
null
if none. Possible values for this field are
"naming_authority"
, "standard_name_vocabulary"
, "keywords_vocabulary"
,
"platform_vocabulary"
or "instrument_vocabulary"
.
Path in ISO 19115:
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.