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 int
getHeight()
Get the heightBufferedImage
getImage()
Get the buffered imageWritableRaster
getRaster()
Get the image writable rasterint
getWidth()
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:
getWidth
in interfaceCoverageDataImage
- Returns:
- width
-
getHeight
public int getHeight()
Get the height- Specified by:
getHeight
in interfaceCoverageDataImage
- Returns:
- height
-
-