Interface BoundingBoxType

    • Method Detail

      • getLowerCorner

        List getLowerCorner()
        Returns the value of the 'Lower Corner' attribute. Position of the bounding box corner at which the value of each coordinate normally is the algebraic minimum within this bounding box. In some cases, this position is normally displayed at the top, such as the top left for some image coordinates. For more information, see Subclauses 10.2.5 and C.13.
        Returns:
        the value of the 'Lower Corner' attribute.
        See Also:
        setLowerCorner(List), Ows10Package.getBoundingBoxType_LowerCorner()
      • setLowerCorner

        void setLowerCorner​(List value)
        Sets the value of the 'Lower Corner' attribute.
        Parameters:
        value - the new value of the 'Lower Corner' attribute.
        See Also:
        getLowerCorner()
      • getUpperCorner

        List getUpperCorner()
        Returns the value of the 'Upper Corner' attribute. Position of the bounding box corner at which the value of each coordinate normally is the algebraic maximum within this bounding box. In some cases, this position is normally displayed at the bottom, such as the bottom right for some image coordinates. For more information, see Subclauses 10.2.5 and C.13.
        Returns:
        the value of the 'Upper Corner' attribute.
        See Also:
        setUpperCorner(List), Ows10Package.getBoundingBoxType_UpperCorner()
      • setUpperCorner

        void setUpperCorner​(List value)
        Sets the value of the 'Upper Corner' attribute.
        Parameters:
        value - the new value of the 'Upper Corner' attribute.
        See Also:
        getUpperCorner()
      • getCrs

        String getCrs()
        Returns the value of the 'Crs' attribute. Usually references the definition of a CRS, as specified in [OGC Topic 2]. Such a CRS definition can be XML encoded using the gml:CoordinateReferenceSystemType in [GML 3.1]. For well known references, it is not required that a CRS definition exist at the location the URI points to. If no anyURI value is included, the applicable CRS must be either: a) Specified outside the bounding box, but inside a data structure that includes this bounding box, as specified for a specific OWS use of this bounding box type. b) Fixed and specified in the Implementation Specification for a specific OWS use of the bounding box type.
        Returns:
        the value of the 'Crs' attribute.
        See Also:
        setCrs(String), Ows10Package.getBoundingBoxType_Crs()
      • setCrs

        void setCrs​(String value)
        Sets the value of the 'Crs' attribute.
        Parameters:
        value - the new value of the 'Crs' attribute.
        See Also:
        getCrs()
      • getDimensions

        BigInteger getDimensions()
        Returns the value of the 'Dimensions' attribute. The number of dimensions in this CRS (the length of a coordinate sequence in this use of the PositionType). This number is specified by the CRS definition, but can also be specified here.
        Returns:
        the value of the 'Dimensions' attribute.
        See Also:
        setDimensions(BigInteger), Ows10Package.getBoundingBoxType_Dimensions()
      • setDimensions

        void setDimensions​(BigInteger value)
        Sets the value of the 'Dimensions' attribute.
        Parameters:
        value - the new value of the 'Dimensions' attribute.
        See Also:
        getDimensions()