public abstract static class CoverageSource.SpatialDomain extends Object
| Constructor and Description |
|---|
SpatialDomain() |
| Modifier and Type | Method and Description |
|---|---|
abstract CoordinateReferenceSystem |
getCoordinateReferenceSystem2D() |
abstract MathTransform2D |
getGridToWorldTransform(ProgressListener listener)
Transformation between the 2D raster space and the 2D model space.
|
abstract Set<? extends RasterLayout> |
getRasterElements(boolean overall,
ProgressListener listener)
The first
Rectangle should describe the overall bidimensional raster range for
the underlying coverage. |
abstract Set<? extends BoundingBox> |
getSpatialElements(boolean overall,
ProgressListener listener)
The first
BoundingBox of this List should contain the overall bounding
for the underlying coverage in its native coordinate reference system. |
public abstract Set<? extends BoundingBox> getSpatialElements(boolean overall, ProgressListener listener) throws IOException
BoundingBox of this List should contain the overall bounding
for the underlying coverage in its native coordinate reference system. However, by
setting the global param to false we can request additional
bounding boxes in case the area covered by the mentioned coverage is poorly approximated
by a single coverage, like it could happen for a mosaic which has some holes.overall - listener - IOExceptionBoundingBox}public abstract CoordinateReferenceSystem getCoordinateReferenceSystem2D()
public abstract MathTransform2D getGridToWorldTransform(ProgressListener listener) throws IOException
brief - listener - IOExceptionpublic abstract Set<? extends RasterLayout> getRasterElements(boolean overall, ProgressListener listener) throws IOException
Rectangle should describe the overall bidimensional raster range for
the underlying coverage. However, by setting the
overall param to true we can request additional raster ranges in case the area
covered by the mentioned coverage is poorly approximated by a single Rectangle,
like it could happen for a mosaic which has some holes.overall - listener - IOExceptionCopyright © 1996–2019 Geotools. All rights reserved.