Interface GeographicExtent

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.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).
    • Method Detail

      • getInclusion

        @UML(identifier="extentTypeCode",
             obligation=OPTIONAL,
             specification=ISO_19115)
        java.lang.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).
        Returns:
        true for inclusion, false for exclusion, or null if unspecified.