|
SeRasterBand |
|
SE_rasterband_create() |
create() |
Create a database entry for raster band |
SE_rasterband_delete() |
delete() |
Delete database entry for raster band |
SE_rasterband_alter() |
alter() |
Alters a raster band's characteristics. |
SE_rasterband_free_info_list() |
NA |
Releases memory allocated for a list of raster band structures |
SE_rasterband_get_info_by_id() |
getInfoById() |
Retrieves raster band in by raster band ID. |
SE_rasterband_get_info_list() |
getInfoList() |
Gets all raster band info in a array list for the specified rasColIdObj |
SE_rasbandinfo_duplicate() |
NA |
Copies an SE_RASBANDINFO structure |
SE_rasbandinfo_free_colormap() |
NA |
Releases memory allocated for colormap. |
SE_rasbandinfo_free_stats_histogram() |
NA |
Releases memory allocated for histogram |
SE_rasbandinfo_get_band_name() |
getBandName() |
Retrieves band's name from raster band instance |
SE_rasbandinfo_get_band_number() |
getBandNumber() |
Retrieves band's sequence number from raster band instance. |
SE_rasbandinfo_get_band_size() |
getBandHeight()
getBandWidth() |
Retrieves raster band's height
Retrieves raster band's width. |
SE_rasbandinfo_get_colormap() |
getColorMap()
getColorMapData()
getColorMapDataType()
getColorMapNumBanks()
getColorMapNumEntries()
getColorMapType() |
Returns SeRasterBandColorMap object for this SeRasterBand instance, if exist.
Gets colormap data, if exist.
Gets colormap data type, if exist.
Gets number of banksin colormap, if exist
Gets number of entries per bank in colormap, if exist
Gets colormap type, if exist. |
SE_rasbandinfo_get_compression_type() |
getCompressionType() |
Retrieves raster band's compression type. |
SE_rasbandinfo_get_extent() |
getExtent() |
Retrieves raster band extent (envelope). |
SE_rasbandinfo_get_id() |
getId() |
Retrieves raster band ID |
SE_rasbandinfo_get_max_level() |
getMaxLevel() |
Retrieves the maximum pyramid level |
SE_rasbandinfo_get_pixel_type() |
getPixelType()
setPixelType(int) |
Retrieves pixel type |
SE_rasbandinfo_get_rascol_id() |
getRasterColumnId() |
Retrieves raster_column layer ID. |
SE_rasbandinfo_get_raster_id() |
getRasterId() |
Retrieves raster image ID |
SE_rasbandinfo_get_stats_histogram() |
getStatsHistogram() |
Retrieves raster band statistic's histogram, if exist |
SE_rasbandinfo_get_stats_max() |
getStatsMax() |
Retrieves max pixel value from raster band statistic, if exist. |
SE_rasbandinfo_get_stats_mean() |
getStatsMean() |
Retrieves mean pixel value from raster band statistic, if exist. |
SE_rasbandinfo_get_stats_min double() |
getStatsMin() |
Retrieves min pixel value from raster band statistic, if exist. |
SE_rasbandinfo_get_stats_stddev() |
getStatsStdDev() |
Retrieves pixel's standard deviation value from raster band statistic, if exist. |
SE_rasbandinfo_get_tile_origin() |
getTileOrigin() |
Retrieves the coordinates of the upper-left corner pixel of tile (0, 0) |
SE_rasbandinfo_get_tile_size() |
getTileHeight()
getTileWidth() |
Retrieves raster tile's height.
Retrieves raster tile's width. |
SE_rasbandinfo_get_time() |
getTime() |
Retrieves createion_date or last_modified_date from raster band object. |
SE_rasbandinfo_has_colormap() |
hasColorMap() |
Returns true, if raster band has colormap. |
SE_rasbandinfo_has_stats boolean() |
hasStats() |
Return true, if raster band has statistic info available. |
SE_rasbandinfo_set_band_name() |
setBandName() |
Sets raster band's name in raster band instance. |
SE_rasbandinfo_set_band_number() |
setBandNumber() |
Sets current raster band's sequence number |
SE_rasbandinfo_set_bin_function |
setStatsBinFunction() |
Sets SeRasterBand instance with specified binFuncType, numBins and binTable. |
SE_rasbandinfo_set_colormap() |
setColorMap() |
Sets colormap in raster band instance |
SE_rasbandinfo_set_compression_type() |
SetCompressionType() |
Sets compression type |
SE_rasbandinfo_set_pixel_type() |
setPixelType() |
Sets pixel type in raster band object. |
SE_rasbandinfo_set_rascol_id() |
setRasterColumnId() |
Sets raster_column ID |
SE_rasbandinfo_set_max_level() |
setMaxLevel() |
Sets the maximum pyramid level of image. |
SE_rasbandinfo_set_tile_size() |
setTileSize() |
Sets raster tile's size using tileWidth and tileHeight |
SE_rasbandinfo_set_band_size() |
setBandSize() |
Sets raster band size using band_width and band_height |
SE_rasbandinfo_set_extent() |
setExtent() |
Sets image extent in the raster band object |
SE_rasbandinfo_set_statistics() |
setStatsBinFunction() |
Sets SeRasterBand instance with specified binFuncType, numBins and binTable. |
SE_rasbandinfo_create() |
NA |
Creates an SE_RASBANDINFO structure. |
SE_rasbandinfo_free() |
NA |
Releases memory allocated for an SE_RASBANDINFO structure |