Class AttributeNames

Object
AttributeNames

public class AttributeNames extends Object
Name of attributes used in the mapping from/to netCDF metadata to ISO 19115 metadata. The attributes recognized by SIS are listed below:
List of all netCDF attributes mapped by Apache SIS to ISO 19115 metadata
"acces_constraint"
"acknowledgement"
"comment"
"contributor_email"
"contributor_name"
"contributor_role"
"contributor_url"
"creator_email"
"creator_name"
"creator_type"
"creator_url"
"cdm_data_type"
"date_created"
"date_issued"
"date_metadata_modified"
"date_modified"
"flag_masks"
"flag_meanings"
"flag_names"
"flag_values"
"full_name"
"geographic_identifier"
"geospatial_bounds"
"geospatial_bounds_crs"
"geospatial_bounds_vertical_crs"
"geospatial_lat_max"
"geospatial_lat_min"
"geospatial_lat_resolution"
"geospatial_lat_units"
"geospatial_lon_max"
"geospatial_lon_min"
"geospatial_lon_resolution"
"geospatial_lon_units"
"geospatial_vertical_max"
"geospatial_vertical_min"
"geospatial_vertical_positive"
"geospatial_vertical_resolution"
"geospatial_vertical_units"
"history"
"id"
"institution"
"keywords"
"keywords_vocabulary"
"license"
"metadata_creation"
"metadata_link"
"name"
"processing_level"
"product_version"
"program"
"project"
"publisher_email"
"publisher_name"
"publisher_type"
"publisher_url"
"purpose"
"references"
"source"
"standard_name"
"standard_name_vocabulary"
"summary"
"time_coverage_duration"
"time_coverage_end"
"time_coverage_resolution"
"time_coverage_start"
"time_coverage_units"
"title"
"topic_category"

References

Since:
0.3
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static 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

    Fields
    Modifier and Type
    Field
    Description
    static 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).
    The set of attribute names for the contributor (Suggested).
    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).
    The set of attribute names for an identifier (Recommended).
    The set of attribute names for the contributing instrument(s) or sensor(s) used to create the resource(s).
    The set of attribute names for a comma separated list of key words and phrases (Highly Recommended).
    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).
    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).
    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).
    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).
    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).
    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).
    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.
    The set of attribute names for the minimal and maximal elevations of the bounding box, resolution and units.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    For subclass constructors only.
  • Method Summary