rdf4j-postgis
Version 0.1.0.0
|
WKB raster constants, used in postGIS 2 but can be used elsewhere. More...
Static Public Member Functions | |
static int | getNbBytePerPixel (int pixelType) |
static int | getDataBufferType (int pixelType) |
static int | getPixelType (int dataBufferType) |
static int | getPixelType (SampleDimensionType type) |
Mapping from SampleDimensionType to WKBRAsterConstants. More... | |
static SampleDimensionType | getDimensionType (int type) |
Mapping to SampleDimentionType. More... | |
Static Public Attributes | |
static final int | PT_1BB = 0 |
1-bit boolean More... | |
static final int | PT_2BUI = 1 |
2-bit unsigned integer More... | |
static final int | PT_4BUI = 2 |
4-bit unsigned integer More... | |
static final int | PT_8BSI = 3 |
8-bit signed integer More... | |
static final int | PT_8BUI = 4 |
8-bit unsigned integer More... | |
static final int | PT_16BSI = 5 |
16-bit signed integer More... | |
static final int | PT_16BUI = 6 |
16-bit unsigned integer More... | |
static final int | PT_32BSI = 7 |
32-bit signed integer More... | |
static final int | PT_32BUI = 8 |
32-bit unsigned integer More... | |
static final int | PT_32BF = 10 |
32-bit float More... | |
static final int | PT_64BF = 11 |
64-bit float More... | |
static final int | PT_END = 13 |
static final int | BANDTYPE_FLAGS_MASK = 0xF0 |
static final int | BANDTYPE_PIXTYPE_MASK = 0x0F |
static final int | BANDTYPE_FLAG_OFFDB = 1<<7 |
static final int | BANDTYPE_FLAG_HASNODATA = 1<<6 |
static final int | BANDTYPE_FLAG_ISNODATA = 1<<5 |
static final int | BANDTYPE_FLAG_RESERVED3 =1<<4 |
Private Member Functions | |
WKBRasterConstants () | |
WKB raster constants, used in postGIS 2 but can be used elsewhere.
|
private |
|
static |
References WKBRasterConstants.PT_16BSI, WKBRasterConstants.PT_16BUI, WKBRasterConstants.PT_1BB, WKBRasterConstants.PT_2BUI, WKBRasterConstants.PT_32BF, WKBRasterConstants.PT_32BSI, WKBRasterConstants.PT_32BUI, WKBRasterConstants.PT_4BUI, WKBRasterConstants.PT_64BF, WKBRasterConstants.PT_8BSI, and WKBRasterConstants.PT_8BUI.
Referenced by WKBRasterBand.getDataBufferType().
|
static |
Mapping to SampleDimentionType.
type | WKBRAsterConstants type |
References WKBRasterConstants.PT_16BSI, WKBRasterConstants.PT_16BUI, WKBRasterConstants.PT_1BB, WKBRasterConstants.PT_2BUI, WKBRasterConstants.PT_32BF, WKBRasterConstants.PT_32BSI, WKBRasterConstants.PT_32BUI, WKBRasterConstants.PT_4BUI, WKBRasterConstants.PT_64BF, WKBRasterConstants.PT_8BSI, WKBRasterConstants.PT_8BUI, SampleDimensionType.REAL_32BITS, SampleDimensionType.REAL_64BITS, SampleDimensionType.SIGNED_16BITS, SampleDimensionType.SIGNED_32BITS, SampleDimensionType.SIGNED_8BITS, SampleDimensionType.UNSIGNED_16BITS, SampleDimensionType.UNSIGNED_1BIT, SampleDimensionType.UNSIGNED_2BITS, SampleDimensionType.UNSIGNED_32BITS, SampleDimensionType.UNSIGNED_4BITS, and SampleDimensionType.UNSIGNED_8BITS.
|
static |
References WKBRasterConstants.PT_16BSI, WKBRasterConstants.PT_16BUI, WKBRasterConstants.PT_1BB, WKBRasterConstants.PT_2BUI, WKBRasterConstants.PT_32BF, WKBRasterConstants.PT_32BSI, WKBRasterConstants.PT_32BUI, WKBRasterConstants.PT_4BUI, WKBRasterConstants.PT_64BF, WKBRasterConstants.PT_8BSI, and WKBRasterConstants.PT_8BUI.
Referenced by WKBRasterBand.getNbBytePerPixel(), and WKBRasterWriter.write().
|
static |
|
static |
Mapping from SampleDimensionType to WKBRAsterConstants.
type | SampleDimensionType |
References WKBRasterConstants.PT_16BSI, WKBRasterConstants.PT_16BUI, WKBRasterConstants.PT_1BB, WKBRasterConstants.PT_2BUI, WKBRasterConstants.PT_32BF, WKBRasterConstants.PT_32BSI, WKBRasterConstants.PT_32BUI, WKBRasterConstants.PT_4BUI, WKBRasterConstants.PT_64BF, WKBRasterConstants.PT_8BSI, WKBRasterConstants.PT_8BUI, SampleDimensionType.REAL_32BITS, SampleDimensionType.REAL_64BITS, SampleDimensionType.SIGNED_16BITS, SampleDimensionType.SIGNED_32BITS, SampleDimensionType.SIGNED_8BITS, SampleDimensionType.UNSIGNED_16BITS, SampleDimensionType.UNSIGNED_1BIT, SampleDimensionType.UNSIGNED_2BITS, SampleDimensionType.UNSIGNED_32BITS, SampleDimensionType.UNSIGNED_4BITS, and SampleDimensionType.UNSIGNED_8BITS.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
16-bit signed integer
Referenced by WKBRasterConstants.getDataBufferType(), WKBRasterConstants.getDimensionType(), WKBRasterConstants.getNbBytePerPixel(), and WKBRasterConstants.getPixelType().
|
static |
16-bit unsigned integer
Referenced by WKBRasterConstants.getDataBufferType(), WKBRasterConstants.getDimensionType(), WKBRasterConstants.getNbBytePerPixel(), and WKBRasterConstants.getPixelType().
|
static |
1-bit boolean
Referenced by WKBRasterConstants.getDataBufferType(), WKBRasterConstants.getDimensionType(), WKBRasterConstants.getNbBytePerPixel(), and WKBRasterConstants.getPixelType().
|
static |
2-bit unsigned integer
Referenced by WKBRasterConstants.getDataBufferType(), WKBRasterConstants.getDimensionType(), WKBRasterConstants.getNbBytePerPixel(), and WKBRasterConstants.getPixelType().
|
static |
32-bit float
Referenced by WKBRasterConstants.getDataBufferType(), WKBRasterConstants.getDimensionType(), WKBRasterConstants.getNbBytePerPixel(), and WKBRasterConstants.getPixelType().
|
static |
32-bit signed integer
Referenced by WKBRasterConstants.getDataBufferType(), WKBRasterConstants.getDimensionType(), WKBRasterConstants.getNbBytePerPixel(), and WKBRasterConstants.getPixelType().
|
static |
32-bit unsigned integer
Referenced by WKBRasterConstants.getDataBufferType(), WKBRasterConstants.getDimensionType(), WKBRasterConstants.getNbBytePerPixel(), and WKBRasterConstants.getPixelType().
|
static |
4-bit unsigned integer
Referenced by WKBRasterConstants.getDataBufferType(), WKBRasterConstants.getDimensionType(), WKBRasterConstants.getNbBytePerPixel(), and WKBRasterConstants.getPixelType().
|
static |
64-bit float
Referenced by WKBRasterConstants.getDataBufferType(), WKBRasterConstants.getDimensionType(), WKBRasterConstants.getNbBytePerPixel(), and WKBRasterConstants.getPixelType().
|
static |
8-bit signed integer
Referenced by WKBRasterConstants.getDataBufferType(), WKBRasterConstants.getDimensionType(), WKBRasterConstants.getNbBytePerPixel(), and WKBRasterConstants.getPixelType().
|
static |
8-bit unsigned integer
Referenced by WKBRasterConstants.getDataBufferType(), WKBRasterConstants.getDimensionType(), WKBRasterConstants.getNbBytePerPixel(), and WKBRasterConstants.getPixelType().
|
static |