Serialized Form

  • Package org.apache.sis.storage.netcdf

    • Class AttributeNames.Dimension

      class Dimension extends Object implements Serializable
      serialVersionUID:
      5063525623830032591L
      • Serialized Fields

        • DEFAULT_NAME_TYPE
          DimensionNameType DEFAULT_NAME_TYPE
          The default ISO 19115 dimension name type, or null if none. By default, DimensionNameType.COLUMN is associated to longitudes and DimensionNameType.ROW to 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

      class Responsible extends Object implements Serializable
      serialVersionUID:
      2680152633273321012L
      • Serialized Fields

    • Class AttributeNames.Term

      class Term extends Object implements Serializable
      serialVersionUID:
      2625777878209548741L