public class GeographicExtentImpl extends MetadataEntity implements GeographicExtent
LOGGER
Constructor and Description |
---|
GeographicExtentImpl()
Constructs an initially empty geographic extent.
|
GeographicExtentImpl(boolean inclusion)
Constructs a geographic extent initialized with the specified inclusion value.
|
GeographicExtentImpl(GeographicExtent extent)
Constructs a geographic extent initialized to the same values than the specified one.
|
Modifier and Type | Method and Description |
---|---|
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).
|
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).
|
ensureNonNull, getStandard
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
asMap, asTree, equals, getInterface, hashCode, toString
public GeographicExtentImpl()
public GeographicExtentImpl(GeographicExtent extent)
public GeographicExtentImpl(boolean inclusion)
public Boolean getInclusion()
getInclusion
in interface GeographicExtent
true
for inclusion, or false
for exclusion.public void setInclusion(Boolean newValue)
Copyright © 1996–2023 Geotools. All rights reserved.