Package org.geotools.api.metadata.extent
Interface GeographicExtent
-
- All Known Subinterfaces:
GeographicBoundingBox
- All Known Implementing Classes:
GeographicBoundingBoxImpl,GeographicExtentImpl
public interface GeographicExtentBase interface for geographic area of the dataset.- Since:
- GeoAPI 1.0
- Author:
- Martin Desruisseaux (IRD), Cory Horner (Refractions Research)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleangetInclusion()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
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:
truefor inclusion,falsefor exclusion, ornullif unspecified.
-
-