Class CoverageDataPngImage
- java.lang.Object
-
- mil.nga.geopackage.extension.coverage.CoverageDataPngImage
-
- All Implemented Interfaces:
CoverageDataImage
public class CoverageDataPngImage extends Object implements CoverageDataImage
Coverage Data PNG image, stores the tile row image and raster- Since:
- 2.0.1
- Author:
- osbornb
-
-
Constructor Summary
Constructors Constructor Description CoverageDataPngImage(TileRow tileRow)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHeight()Get the heightBufferedImagegetImage()Get the buffered imageWritableRastergetRaster()Get the image writable rasterintgetWidth()Get the width
-
-
-
Constructor Detail
-
CoverageDataPngImage
public CoverageDataPngImage(TileRow tileRow)
Constructor- Parameters:
tileRow- tile row
-
-
Method Detail
-
getImage
public BufferedImage getImage()
Get the buffered image- Returns:
- buffered image
-
getRaster
public WritableRaster getRaster()
Get the image writable raster- Returns:
- raster
-
getWidth
public int getWidth()
Get the width- Specified by:
getWidthin interfaceCoverageDataImage- Returns:
- width
-
getHeight
public int getHeight()
Get the height- Specified by:
getHeightin interfaceCoverageDataImage- Returns:
- height
-
-