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, getStandardcheckWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiableasMap, asTree, equals, getInterface, hashCode, toStringpublic GeographicExtentImpl()
public GeographicExtentImpl(GeographicExtent extent)
public GeographicExtentImpl(boolean inclusion)
public Boolean getInclusion()
getInclusion in interface GeographicExtenttrue for inclusion, or false for exclusion.public void setInclusion(Boolean newValue)
Copyright © 1996–2019 Geotools. All rights reserved.