RasterBandClass Class
Product Availability
Description
The RasterBand object represents an existing band of a raster dataset. This band may be the only band in a single raster dataset or one band in a multiband raster dataset.
A RasterBand can be obtained from a RasterDataset or a Raster using IRasterBandCollection::Item.
Supported Platforms
Extended Error Information
Use the ISupportErrorInfo method InterfaceSupportsErrorInfo to determine if the object supports extended error information. If the object supports extended error info, VC++ developers should use the OLE/COM IErrorInfo interface to access the ErrorInfo object. Visual Basic developers should use the global error object Err to retrieve this extended error information.
Interfaces
Interfaces | Description |
---|---|
IClass (esriGeoDatabase) | Provides access to members that return information about and manage the class. |
IDataset (esriGeoDatabase) | Provides access to members that supply dataset information. |
IGeoDataset (esriGeoDatabase) | Provides access to members that provide information about a Geographic Dataset. |
IMetadata (esriGeoDatabase) | Provides access to members that manage and update metadata. |
IMetadataEdit (esriGeoDatabase) | Provides access to members that provide information about whether metadata can be edited. |
INativeTypeInfo (esriGeoDatabase) | Provides access to the native type. |
IObjectClass (esriGeoDatabase) | Provides access to members that return information about an object class. |
IRasterBand | Provides access to members that control a raster band object. |
IRasterBandColormap | Provides access to members that control the colormap of a raster band. |
IRasterBandEdit | Provides access to members that control a raster band. |
IRasterBandEdit2 | Provides access to members that control a raster band. |
IRasterDataset (esriGeoDatabase) | Provides access to members that control a raster dataset. |
IRasterProps | Provides access to members that control the most common raster properties. |
IRasterPyramid | Provides access to members that control the pyramids for a raster dataset. |
IRasterTable | Provides access to members that control a raster table. |
IRasterTransaction | Provides access to members that provide undo support. |
IRawBlocks | Provides access to members that control raw pixel block access. |
IRawPixels | Provides access to members that control pixel reading and writing from a RasterBand. |
ISupportErrorInfo | Indicates whether a specific interface can return Automation error objects. |
ITable (esriGeoDatabase) | Provides access to members that return information about and manage tables. |
RasterBandClass Class的更多相关文章
随机推荐
- 转载 Deep learning:一(基础知识_1)
前言: 最近打算稍微系统的学习下deep learing的一些理论知识,打算采用Andrew Ng的网页教程UFLDL Tutorial,据说这个教程写得浅显易懂,也不太长.不过在这这之前还是复习下m ...
- UVALive 7077 Little Zu Chongzhi's Triangles (有序序列和三角形的关系)
这个题--我上来就给读错了,我以为最后是一个三角形,一条边可以由多个小棒组成,所以想到了状态压缩各种各样的东西,最后成功了--结果发现样例过不了,三条黑线就在我的脑袋上挂着,改正了以后我发现N非常小, ...
- Javascript:scrollWidth,clientWidth,offsetWidth的区别(转)
网页可见区域宽:document.body.clientWidth; 网页可见区域高:document.body.clientHeight; 网页可见区域高:document.body.offsetW ...
- Chapter 2 Open Book——13
"People in this town," he muttered. "Dr. Cullen is a brilliant surgeon who could prob ...
- 查询页面checkbox使用
HTML <input type="checkbox" id="IsChildGroup" name="IsChildGroup" v ...
- 导入Excel后绑定GridView实例
http://blog.csdn.net/loveheronly/article/details/6715552 项目中经常用到导入导出的例子,前面做了导出的例子,现在把导入Excel的数据的例子也把 ...
- (转) 三个nginx配置问题的解决方案
今天开启了nginx的error_log,发现了三个配置问题: 问题一: 2011/07/18 17:04:37 [warn] 2422#0: *171505004 an upstream respo ...
- APUE读书笔记:关于sigsuspend
sigsuspend是一个原子操作,为了防止信号丢失而存在的,具体含义看下函数原型. int sigsuspend(const sigset_t *mask); 先忽略参数,sigsuspend完成的 ...
- 使用express创建web服务器
使用express创建web服务器 laiqun@msn.cn Contents 1. 简单的express服务器 2. 静态文件服务 3. 路由 4. 中间件 1. 简单的express服务器 安装 ...
- Shell脚本,自动化发布tomcat项目【转】
Shell脚本,自动化发布tomcat项目脚本. 1. vko2c_auto_build_by_scp.sh 文件内容: #---------------------start------------ ...