Interface DimensionDescriptor

  • All Known Implementing Classes:
    DefaultDimensionDescriptor

    public interface DimensionDescriptor
    Describes a "dimension" exposed by a structured grid coverage reader.
    Author:
    Simone Giannecchini, GeoSolutions SAS, Andrea Aime, GeoSolutions SAS, Daniele Romagnoli, GeoSolutions SAS
    • Method Detail

      • getName

        String getName()
        The dimension name
      • getUnitSymbol

        String getUnitSymbol()
        The dimension unit symbol
      • getUnits

        String getUnits()
        The dimension units
      • getStartAttribute

        String getStartAttribute()
        The start attribute
      • getEndAttribute

        String getEndAttribute()
        The end attribute (In case of dimensions with ranges)