Class ThreddsMetadata.GeospatialRange

  • Enclosing class:
    ThreddsMetadata

    @Immutable
    public static class ThreddsMetadata.GeospatialRange
    extends Object
    Metadata GeospatialCoverage range (x,y, or z).
    • Field Detail

      • start

        public final double start
      • size

        public final double size
      • resolution

        public final double resolution
      • units

        public final String units
    • Constructor Detail

      • GeospatialRange

        public GeospatialRange​(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()