Serialized Form
-
Package org.apache.sis.storage.netcdf
-
Class AttributeNames.Dimension extends Object implements Serializable
- serialVersionUID:
- 5063525623830032591L
-
Serialized Fields
-
DEFAULT_NAME_TYPE
DimensionNameType DEFAULT_NAME_TYPE
The default ISO 19115 dimension name type, ornullif none. By default,DimensionNameType.COLUMNis associated to longitudes andDimensionNameType.ROWto latitudes since geographic maps in netCDF files are typically shown horizontally.The default associations may not be always correct since the columns and rows can be anything. Strictly speaking, the dimension name types shall be associated to the grid axes rather than the coordinate system axes. However the default association is correct in the common case (for netCDF files) where there is no axis swapping in the grid to CRS conversion.
-
MAXIMUM
String MAXIMUM
The attribute name for the maximal value of the bounding box (Recommended). Possible values are"geospatial_lat_max","geospatial_lon_max","geospatial_vertical_max"and"time_coverage_end". -
MINIMUM
String MINIMUM
The attribute name for the minimal value of the bounding box (Recommended). Possible values are"geospatial_lat_min","geospatial_lon_min","geospatial_vertical_min"and"time_coverage_start". -
POSITIVE
String POSITIVE
The attribute name for indicating which direction is positive (Suggested). Possible value is"geospatial_vertical_positive". -
RESOLUTION
String RESOLUTION
The attribute name for a further refinement of the geospatial bounding box (Suggested). Possible values are"geospatial_lat_resolution","geospatial_lon_resolution","geospatial_vertical_resolution"and"time_coverage_resolution". -
SPAN
String SPAN
The attribute name for the difference between the minimal and maximal values. Possible value is"time_coverage_duration". -
UNITS
String UNITS
The attribute name for the bounding box units of measurement. Possible values are"geospatial_lat_units","geospatial_lon_units","geospatial_vertical_units"and"time_coverage_units".
-
-
Class AttributeNames.Responsible extends Object implements Serializable
- serialVersionUID:
- 2680152633273321012L
-
Serialized Fields
-
DEFAULT_ROLE
Role DEFAULT_ROLE
The role to use as a fallback if no attribute value is associated to theAttributeNames.Responsible.ROLEkey. -
EMAIL
String EMAIL
The attribute name for the responsible's email address. Possible values are"creator_email","contributor_email"or"publisher_email".Path in ISO 19115:
-
INSTITUTION
String INSTITUTION
The attribute name for the responsible's institution, ornullif none. Possible value is"institution".Path in ISO 19115:
-
NAME
String NAME
The attribute name for the responsible's name. Possible values for this field are"creator_name","contributor_name"or"publisher_name".Path in ISO 19115:
-
ROLE
String ROLE
The attribute name for the responsible's role, ornullif none. Possible value is"contributor_role".Path in ISO 19115:
- See Also:
Role
-
TYPE
String TYPE
The attribute name for the responsible's type. Possible values for this field are"creator_type"or"publisher_type". Possible values in a netCDF file are"person","group","institution"or"position". -
URL
String URL
The attribute name for the responsible's URL. Possible values are"creator_url","contributor_url"or"publisher_url".Path in ISO 19115:
-
-
Class AttributeNames.Term extends Object implements Serializable
- serialVersionUID:
- 2625777878209548741L
-
Serialized Fields
-
TEXT
String TEXT
The keyword or the identifier code. Possible values for this field are"id","standard_name","keywords","program","platform"or"instrument".Path in ISO 19115:
-
VOCABULARY
String VOCABULARY
The vocabulary or identifier namespace, ornullif none. Possible values for this field are"naming_authority","standard_name_vocabulary","keywords_vocabulary","platform_vocabulary"or"instrument_vocabulary".Path in ISO 19115:
Metadata/identificationInfo/descriptiveKeywords/thesaurusName/title- or
Identifier/authority/title
-
-