References
- Since:
- 0.3
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Holds the attribute names describing a simple latitude, longitude, and vertical bounding box.static class
Holds the attribute names describing a responsible party.static class
Holds the attribute names describing a term together with a vocabulary (or naming authority). -
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The "acces_constraint" attribute name for the access constraints applied to assure the protection of privacy or intellectual property.static final String
The "acknowledgement" attribute name for a place to acknowledge various type of support for the project that produced this data (Recommended).static final String
The "comment" attribute name for miscellaneous information about the data (Recommended).static final AttributeNames.Responsible
The set of attribute names for the contributor (Suggested).static final AttributeNames.Responsible
The set of attribute names for the creator (Recommended).static final String
The "cdm_data_type" attribute name for the THREDDS data type appropriate for this dataset (Recommended).static final String
The "date_created" attribute name for the date on which the data was created (Recommended).static final String
The "date_issued" attribute name for a date on which this data was formally issued (Suggested).static final String
The "date_modified" attribute name for the date on which this data was last modified (Suggested).static final String
The "flag_masks" attribute name for bitmask to apply on sample values before to compare them to the flag values.static final String
The "flag_meanings" attribute name for the meaning of flag values.static final String
The "flag_names" attribute name for the designation associated with a range element.static final String
The "flag_values" attribute name for sample values to be flagged.static final String
The "geographic_identifier" attribute name for an identifier of the geographic area.static final String
Data's 2D or 3D geospatial extent in OGC's Well-Known Text (WKT) geometry format.static final String
The "history" attribute name for providing an audit trail for modifications to the original data (Recommended).static final AttributeNames.Term
The set of attribute names for an identifier (Recommended).static final AttributeNames.Term
The set of attribute names for the contributing instrument(s) or sensor(s) used to create the resource(s).static final AttributeNames.Term
The set of attribute names for a comma separated list of key words and phrases (Highly Recommended).static final AttributeNames.Dimension
The set of attribute names for the minimal and maximal latitudes of the bounding box, resolution and units.static final String
The "license" attribute name for a description of the restrictions to data access and distribution (Recommended).static final AttributeNames.Dimension
The set of attribute names for the minimal and maximal longitudes of the bounding box, resolution and units.static final String
The "metadata_creation" attribute name for the date on which the metadata was created (Suggested).static final String
The "metadata_link" attribute name for a URL that gives the location of more complete metadata.static final String
The "date_metadata_modified" attribute name for the date on which the metadata has been modified (Suggested).static final AttributeNames.Term
The set of attribute names for the platform(s) that supported the sensors used to create the resource(s).static final String
The "processing_level" attribute name for a textual description of the processing (or quality control) level of the data.static final String
The "product_version" attribute for version identifier of the data file or product as assigned by the data creator (Suggested).static final AttributeNames.Term
The set of attribute names for the overarching program(s) of which the dataset is a part (Suggested).static final String
The "project" attribute name for the scientific project that produced the data (Recommended).static final AttributeNames.Responsible
The set of attribute names for the publisher (Suggested).static final String
The "purpose" attribute name for the summary of the intentions with which the resource(s) was developed.static final String
The "references" attribute name for bibliographical references.static final String
The "source" attribute name for the method of production of the original data (Recommended).static final AttributeNames.Term
The set of attribute names for a long descriptive name for the variable taken from a controlled vocabulary of variable names.static final String
The "summary" attribute name for a paragraph describing the dataset (Highly Recommended).static final AttributeNames.Dimension
The set of attribute names for the start and end times of the bounding box, resolution and units.static final String
The "title" attribute name for a short description of the dataset (Highly Recommended).static final String
The "topic_category" attribute name for a high-level geographic data thematic classification.static final AttributeNames.Dimension
The set of attribute names for the minimal and maximal elevations of the bounding box, resolution and units. -
Constructor Summary
-
Method Summary
-
Field Details
-
TITLE
The "title" attribute name for a short description of the dataset (Highly Recommended). If no "title" attribute is provided, thenAttributeNames
will look for "full_name" and "name".Path in ISO 19115:
- See Also:
-
SUMMARY
The "summary" attribute name for a paragraph describing the dataset (Highly Recommended).Path in ISO 19115:
- See Also:
-
IDENTIFIER
The set of attribute names for an identifier (Recommended). The combination of the"naming_authority"
and the"id"
should be a globally unique identifier for the dataset.Path in ISO 19115:
- See Also:
-
STANDARD_NAME
The set of attribute names for a long descriptive name for the variable taken from a controlled vocabulary of variable names. This is actually a variable attribute, but sometimes appears also in global attributes.Path in ISO 19115:
- See Also:
-
KEYWORDS
The set of attribute names for a comma separated list of key words and phrases (Highly Recommended).Path in ISO 19115:
- See Also:
-
TOPIC_CATEGORY
The "topic_category" attribute name for a high-level geographic data thematic classification. Typical values are"farming"
,"biota"
,"boundaries"
,"climatology meteorology atmosphere"
,"economy"
,"elevation"
,"environment"
,"geoscientific information"
,"health"
,"imagery base maps earth cover"
,"intelligence military"
,"inland waters"
,"location"
,"oceans"
,"planning cadastre"
,"society"
,"structure"
,"transportation"
and"utilitiesCommunication"
.Path in ISO 19115:
- See Also:
-
DATA_TYPE
The "cdm_data_type" attribute name for the THREDDS data type appropriate for this dataset (Recommended). Examples:"Vector"
,"TextTable"
,"Grid"
,"Image"
,"Video"
,"Tin"
,"StereoModel"
,"Station"
,"Swath"
or"Trajectory"
.Path in ISO 19115:
- See Also:
-
HISTORY
The "history" attribute name for providing an audit trail for modifications to the original data (Recommended). This is a character array with a line for each invocation of a program that has modified the dataset.Path in ISO 19115:
Departure from convention
Located in "dataQualityInfo
/lineage
" instead of "resourceLineage
" inUnidataDD2MI.xsl
file (retrieved in 2017). See SIS-361.- See Also:
-
SOURCE
The "source" attribute name for the method of production of the original data (Recommended).Path in ISO 19115:
Departure from convention
Located in "dataQualityInfo
/lineage
" instead of "resourceLineage
" inUnidataDD2MI.xsl
file (retrieved in 2017). See SIS-361.- Since:
- 0.8
- See Also:
-
COMMENT
The "comment" attribute name for miscellaneous information about the data (Recommended).Path in ISO 19115:
- See Also:
-
METADATA_CREATION
The "metadata_creation" attribute name for the date on which the metadata was created (Suggested). This is actually defined in the "NCISOMetadata
" subgroup.Path in ISO 19115:
Metadata
/dateInfo
date
withDateType.CREATION
- See Also:
-
METADATA_MODIFIED
The "date_metadata_modified" attribute name for the date on which the metadata has been modified (Suggested).Path in ISO 19115:
Metadata
/dateInfo
date
withDateType.REVISION
- Since:
- 0.8
- See Also:
-
DATE_CREATED
The "date_created" attribute name for the date on which the data was created (Recommended).Path in ISO 19115:
Metadata
/identificationInfo
/citation
/date
/date
withDateType.CREATION
- See Also:
-
DATE_MODIFIED
The "date_modified" attribute name for the date on which this data was last modified (Suggested).Path in ISO 19115:
Metadata
/identificationInfo
/citation
/date
/date
withDateType.REVISION
- See Also:
-
DATE_ISSUED
The "date_issued" attribute name for a date on which this data was formally issued (Suggested).Path in ISO 19115:
Metadata
/identificationInfo
/citation
/date
/date
withDateType.PUBLICATION
- See Also:
-
PRODUCT_VERSION
The "product_version" attribute for version identifier of the data file or product as assigned by the data creator (Suggested).Path in ISO 19115:
- See Also:
-
PROGRAM
The set of attribute names for the overarching program(s) of which the dataset is a part (Suggested). Examples: "GHRSST", "NOAA CDR", "NASA EOS", "JPSS", "GOES-R".Path in ISO 19115:
This attribute is not yet read by
NetcdfStore
, because we are not sure what would be the most appropriate ISO 19115 location. The above-cited location is experimental and may change in any future Apache SIS version.- Since:
- 0.8
- See Also:
-
PLATFORM
The set of attribute names for the platform(s) that supported the sensors used to create the resource(s).Path in ISO 19115:
- Since:
- 0.8
-
INSTRUMENT
The set of attribute names for the contributing instrument(s) or sensor(s) used to create the resource(s).Path in ISO 19115:
Metadata
/acquisitionInformation
/platform
/instrument
/identifier
/code
Metadata
/acquisitionInformation
/platform
/instrument
/identifier
/authority
/title
- Since:
- 0.8
-
CREATOR
The set of attribute names for the creator (Recommended).Path in ISO 19115:
- See Also:
-
CONTRIBUTOR
The set of attribute names for the contributor (Suggested).Path in ISO 19115:
- See Also:
-
PUBLISHER
The set of attribute names for the publisher (Suggested).Path in ISO 19115:
Metadata
/distributionInfo
/distributors
/distributorContact
withRole.PUBLISHER
Metadata
/identificationInfo
/descriptiveKeywords
/keyword
with the"dataCenter"
KeywordType
- See Also:
-
PROJECT
The "project" attribute name for the scientific project that produced the data (Recommended).Path in ISO 19115:
Metadata
/identificationInfo
/descriptiveKeywords
/keyword
with the"project"
KeywordType
- See Also:
-
PURPOSE
The "purpose" attribute name for the summary of the intentions with which the resource(s) was developed.Path in ISO 19115:
- See Also:
-
REFERENCES
The "references" attribute name for bibliographical references.Path in ISO 19115:
- See Also:
-
PROCESSING_LEVEL
The "processing_level" attribute name for a textual description of the processing (or quality control) level of the data.Path in ISO 19115:
- See Also:
-
ACKNOWLEDGEMENT
The "acknowledgement" attribute name for a place to acknowledge various type of support for the project that produced this data (Recommended).Path in ISO 19115:
- Since:
- 0.8
- See Also:
-
LICENSE
The "license" attribute name for a description of the restrictions to data access and distribution (Recommended).Path in ISO 19115:
- See Also:
-
ACCESS_CONSTRAINT
The "acces_constraint" attribute name for the access constraints applied to assure the protection of privacy or intellectual property. Typical values are"copyright"
,"patent"
,"patent pending"
,"trademark"
,"license"
,"intellectual property rights"
or"restricted"
.Path in ISO 19115:
- See Also:
-
GEOGRAPHIC_IDENTIFIER
The "geographic_identifier" attribute name for an identifier of the geographic area.Path in ISO 19115:
- See Also:
-
GEOSPATIAL_BOUNDS
Data's 2D or 3D geospatial extent in OGC's Well-Known Text (WKT) geometry format. The Coordinate Reference System is given by"geospatial_bounds_crs"
, possibly completed by"geospatial_bounds_vertical_crs"
.Path in ISO 19115:
- Since:
- 0.8
- See Also:
-
LATITUDE
The set of attribute names for the minimal and maximal latitudes of the bounding box, resolution and units. Latitudes are assumed to be in decimal degrees north, unless a units attribute is specified.Path in ISO 19115:
- See Also:
-
LONGITUDE
The set of attribute names for the minimal and maximal longitudes of the bounding box, resolution and units. Longitudes are assumed to be in decimal degrees east, unless a units attribute is specified.Path in ISO 19115:
- See Also:
-
VERTICAL
The set of attribute names for the minimal and maximal elevations of the bounding box, resolution and units. Elevations are assumed to be in metres above the ground, unless a units attribute is specified.Path in ISO 19115:
- See Also:
-
TIME
The set of attribute names for the start and end times of the bounding box, resolution and units.Path in ISO 19115:
- See Also:
-
FLAG_NAMES
The "flag_names" attribute name for the designation associated with a range element. This attribute can be associated to variables. If specified, they shall be one flag name for each flag mask, flag value and flag meaning.Path in ISO 19115:
- See Also:
-
FLAG_MASKS
The "flag_masks" attribute name for bitmask to apply on sample values before to compare them to the flag values.Path in ISO 19115:
- See Also:
-
FLAG_VALUES
The "flag_values" attribute name for sample values to be flagged. The flag masks, flag values and flag meaning attributes, used together, describe a blend of independent boolean conditions and enumerated status codes. A flagged condition is identified by a bitwise AND of the variable value and each flag masks value; a result that matches the flag values value indicates a true condition.Path in ISO 19115:
- See Also:
-
FLAG_MEANINGS
The "flag_meanings" attribute name for the meaning of flag values. Each flag values and flag masks must coincide with a flag meanings.Path in ISO 19115:
- See Also:
-
METADATA_LINK
The "metadata_link" attribute name for a URL that gives the location of more complete metadata. For example, it may be the URL to an ISO 19115 metadata in XML format.Path in ISO 19115:
- Since:
- 0.8
- See Also:
-
-
Constructor Details
-
AttributeNames
protected AttributeNames()For subclass constructors only.AttributeNames
may be sub-classed by communities defining domain-specific attributes in addition to the ones defined by the CF convention.
-