|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RasterEntry | |
---|---|
org.geotools.geopkg |
Uses of RasterEntry in org.geotools.geopkg |
---|
Methods in org.geotools.geopkg that return RasterEntry | |
---|---|
RasterEntry |
GeoPackage.raster(String name)
Looks up a raster entry by name. |
Methods in org.geotools.geopkg that return types with arguments of type RasterEntry | |
---|---|
List<RasterEntry> |
GeoPackage.rasters()
Lists all the raster entries in the geopackage. |
Methods in org.geotools.geopkg with parameters of type RasterEntry | |
---|---|
void |
GeoPackage.add(RasterEntry entry,
GridCoverage2D raster,
AbstractGridFormat format)
Adds a new raster dataset to the geopackage. |
GridCoverageReader |
GeoPackage.reader(RasterEntry entry,
AbstractGridFormat format)
Returns a reader for the contents of a raster dataset. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |