| org.geotools.metadata.iso.MetadataEntity org.geotools.metadata.iso.extent.GeographicExtentImpl
All known Subclasses: org.geotools.metadata.iso.extent.GeographicBoundingBoxImpl, org.geotools.metadata.iso.extent.GeographicDescriptionImpl, org.geotools.metadata.iso.extent.BoundingPolygonImpl,
GeographicExtentImpl | public class GeographicExtentImpl extends MetadataEntity implements GeographicExtent(Code) | | Base class for geographic area of the dataset.
version: $Id: GeographicExtentImpl.java 25189 2007-04-17 13:23:47Z desruisseaux $ author: Martin Desruisseaux author: Touraïvane since: 2.1 |
Constructor Summary | |
public | GeographicExtentImpl() Constructs an initially empty geographic extent. | public | GeographicExtentImpl(GeographicExtent extent) Constructs a geographic extent initialized to the same values than the specified one. | public | GeographicExtentImpl(boolean inclusion) Constructs a geographic extent initialized with the specified inclusion value. |
Method Summary | |
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). | public synchronized 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). |
GeographicExtentImpl | public GeographicExtentImpl()(Code) | | Constructs an initially empty geographic extent.
|
GeographicExtentImpl | public GeographicExtentImpl(GeographicExtent extent)(Code) | | Constructs a geographic extent initialized to the same values than the specified one.
since: 2.2 |
GeographicExtentImpl | public GeographicExtentImpl(boolean inclusion)(Code) | | Constructs a geographic extent initialized with the specified inclusion value.
|
getInclusion | public Boolean getInclusion()(Code) | | Indication of whether the bounding polygon encompasses an area covered by the data
(inclusion) or an area where data is not present (exclusion).
true for inclusion, or false for exclusion. |
setInclusion | public synchronized void setInclusion(Boolean newValue)(Code) | | Set whether the bounding polygon encompasses an area covered by the data
(inclusion) or an area where data is not present (exclusion).
|
|
|