Class BoundingBox

    • Constructor Detail

      • BoundingBox

        public BoundingBox​(double minLatitude,
                           double maxLatitude,
                           double minLongitude,
                           double maxLongitude)
    • Method Detail

      • isGlobalCoverage

        public boolean isGlobalCoverage()
        Returns:
        whether the BoundingBox represents global coverage
      • setGlobalCoverage

        public void setGlobalCoverage​(double minLatitude,
                                      double maxLatitude,
                                      double minLongitude,
                                      double maxLongitude)
        Set whether this binding box represents global coverage or not. Setter ensures all 4 required params are provided.
        Parameters:
        minLatitude - min latitude
        maxLatitude - max latitude
        minLongitude - min longitude
        maxLongitude - max longitude