Class GeographicExtentImpl

    • Constructor Detail

      • GeographicExtentImpl

        public GeographicExtentImpl()
        Constructs an initially empty geographic extent.
      • GeographicExtentImpl

        public GeographicExtentImpl​(GeographicExtent extent)
        Constructs a geographic extent initialized to the same values than the specified one.
        Since:
        2.2
      • GeographicExtentImpl

        public GeographicExtentImpl​(boolean inclusion)
        Constructs a geographic extent initialized with the specified inclusion value.
    • Method Detail

      • getInclusion

        public Boolean getInclusion()
        Indication of whether the bounding polygon encompasses an area covered by the data (inclusion) or an area where data is not present (exclusion).
        Specified by:
        getInclusion in interface GeographicExtent
        Returns:
        true for inclusion, or false for exclusion.
      • setInclusion

        public void setInclusion​(Boolean newValue)
        Set whether the bounding polygon encompasses an area covered by the data (inclusion) or an area where data is not present (exclusion).