Class ThreddsMetadata.GeospatialCoverage

  • Enclosing class:
    ThreddsMetadata

    @Immutable
    public static class ThreddsMetadata.GeospatialCoverage
    extends Object
    Metadata GeospatialCoverage type, the x/y/z bounding boxes of a dataset.
    • Method Detail

      • getZPositive

        public String getZPositive()
        Returns:
        "up" or "down"
      • isZPositiveUp

        public boolean isZPositiveUp()
      • isValid

        public boolean isValid()
      • isGlobal

        public boolean isGlobal()
      • getLatStart

        public double getLatStart()
      • getLatExtent

        public double getLatExtent()
        Returns:
        latitude extent - may be positive or negetive
      • getLatResolution

        public double getLatResolution()
        Returns:
        latitude resolution: 0.0 or NaN means not set.
      • getLatUnits

        public String getLatUnits()
        Returns:
        latitude units
      • getLatNorth

        public double getLatNorth()
      • getLatSouth

        public double getLatSouth()
      • getLonStart

        public double getLonStart()
        Returns:
        starting longitude
      • getLonExtent

        public double getLonExtent()
        Returns:
        longitude extent - may be positive or negetive
      • getLonResolution

        public double getLonResolution()
        Returns:
        longitude resolution: 0.0 or NaN means not set.
      • getLonUnits

        public String getLonUnits()
        Returns:
        longitude units
      • getLonEast

        public double getLonEast()
      • getLonWest

        public double getLonWest()
      • getHeightStart

        public double getHeightStart()
        Returns:
        starting height
      • getHeightExtent

        public double getHeightExtent()
        Returns:
        height extent - may be positive or negetive
      • getHeightResolution

        public double getHeightResolution()
        Returns:
        height resolution: 0.0 or NaN means not set.
      • getHeightUnits

        public String getHeightUnits()
        Returns:
        height units
      • getBoundingBox

        public LatLonRect getBoundingBox()