Class ThreddsMetadata.GeospatialRange

java.lang.Object
thredds.client.catalog.ThreddsMetadata.GeospatialRange
Enclosing class:
ThreddsMetadata

@Immutable public static class ThreddsMetadata.GeospatialRange extends Object
Implements spatialRange type.
  • Field Details

    • start

      public final double start
    • size

      public final double size
    • resolution

      public final double resolution
    • units

      public final String units
  • Constructor Details

    • 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?
    • GeospatialRange

      public GeospatialRange(ThreddsMetadata.GeospatialRange from)
      Copy constructor
  • Method Details

    • getStart

      public double getStart()
    • getSize

      public double getSize()
    • getResolution

      public double getResolution()
    • getUnits

      public String getUnits()
    • hasResolution

      public boolean hasResolution()