Class ThreddsMetadata.Range

  • Enclosing class:
    ThreddsMetadata

    public static class ThreddsMetadata.Range
    extends Object
    Implements spatialRange type.
    • Constructor Detail

      • Range

        public Range​(double start,
                     double size,
                     double resolution,
                     String units)
        Constructor
        Parameters:
        start - starting value
        size - ending = start + size
        resolution - data resolution, or NaN if unknown
        units - what units are start, size in?
    • Method Detail

      • getStart

        public double getStart()
      • getSize

        public double getSize()
      • getResolution

        public double getResolution()
      • getUnits

        public String getUnits()
      • hasResolution

        public boolean hasResolution()
      • hashCode

        public int hashCode()
        Override Object.hashCode() to implement equals.
        Overrides:
        hashCode in class Object