Class BBOX

    • Constructor Detail

      • BBOX

        public BBOX()
      • BBOX

        public BBOX​(String bbox,
                    BBOX.COORDINATE_FORMAT format)
        Instantiates a new bbox.
        Parameters:
        bbox - the bbox as [minX,minY,maxX,maxY] XY (e.g. when service version is 1.1.0). The bbox as [minY,minX,maxY,maxX] YZ (e.g. when service version is 1.3.0)
        serviceVersion - the service version
      • BBOX

        public BBOX​(double lowerLeftX,
                    double lowerLeftY,
                    double upperRightX,
                    double upperRightY,
                    String crs)
    • Method Detail

      • getLowerLeftX

        public double getLowerLeftX()
        Gets the lower left X.
        Returns:
        the lower left X
      • setLowerLeftX

        public void setLowerLeftX​(double lowerLeftX)
        Sets the lower left X.
        Parameters:
        lowerLeftX - the new lower left X
      • getLowerLeftY

        public double getLowerLeftY()
        Gets the lower left Y.
        Returns:
        the lower left Y
      • setLowerLeftY

        public void setLowerLeftY​(double lowerLeftY)
        Sets the lower left Y.
        Parameters:
        lowerLeftY - the new lower left Y
      • getUpperRightX

        public double getUpperRightX()
        Gets the upper right X.
        Returns:
        the upper right X
      • setUpperRightX

        public void setUpperRightX​(double upperRightX)
        Sets the upper right X.
        Parameters:
        upperRightX - the new upper right X
      • getUpperRightY

        public double getUpperRightY()
        Gets the upper right Y.
        Returns:
        the upper right Y
      • setUpperRightY

        public void setUpperRightY​(double upperRightY)
        Sets the upper right Y.
        Parameters:
        upperRightY - the new upper right Y
      • getCrs

        public String getCrs()
        Gets the crs.
        Returns:
        the crs
      • setCrs

        public void setCrs​(String crs)
        Sets the crs.
        Parameters:
        crs - the new crs