rdf4j-postgis
Version 0.1.0.0
|
Draft java api image reader for WKB, used in postGIS 2 but can be used elsewhere. More...
Classes | |
class | InputStreamAdapter |
class | Spi |
Public Member Functions | |
WKBRasterImageReader (ImageReaderSpi spi) | |
int | getNumImages (boolean allowSearch) throws IOException |
int | getWidth (int imageIndex) throws IOException |
int | getHeight (int imageIndex) throws IOException |
Iterator< ImageTypeSpecifier > | getImageTypes (int imageIndex) throws IOException |
IIOMetadata | getStreamMetadata () throws IOException |
IIOMetadata | getImageMetadata (int imageIndex) throws IOException |
BufferedImage | read (int imageIndex, ImageReadParam param) throws IOException |
Draft java api image reader for WKB, used in postGIS 2 but can be used elsewhere.
WKBRasterImageReader | ( | ImageReaderSpi | spi | ) |
Referenced by WKBRasterImageReader.Spi.createReaderInstance().
int getHeight | ( | int | imageIndex | ) | throws IOException |
IIOMetadata getImageMetadata | ( | int | imageIndex | ) | throws IOException |
Iterator<ImageTypeSpecifier> getImageTypes | ( | int | imageIndex | ) | throws IOException |
IIOMetadata getStreamMetadata | ( | ) | throws IOException |
int getWidth | ( | int | imageIndex | ) | throws IOException |
BufferedImage read | ( | int | imageIndex, |
ImageReadParam | param | ||
) | throws IOException |
References WKBRasterReader.read().