遥感影像数据操作(ImageDataOpration)
范例简介
示范对遥感影像数据拉伸、裁剪和显示控制,包括高斯拉伸、最值拉伸、标准差拉伸、直方图匹配等。
范例运行效果
图:遥感影像数据操作范例运行效果 |
范例位置
Android Studio
- 产品包:产品包目录\SampleCode\SampleCode_AndroidStudio\AndroidStudioSampleCode\imagedataoperation
- Github:https://github.com/SuperMap/iMobile-SampleCode/tree/master/AndroidStudioSampleCode/imagedataopration
ADT
- 产品包:产品包目录\SampleCode\SampleCode_ADT\ImageDataOpration
范例数据
存储位置
- 产品包:产品包目录\SampleData\tifData
- 网盘:链接:https://pan.baidu.com/s/1L-iQ3VM6s0SNS73T7fRgNQ,提取码:y3f1
部署位置:移动设备内部存储\SampleData\tifData
许可方式
离线许可,将许可文件拷贝到"移动设备内部存储\SuperMap\License"文件夹下。
运行类库
jar包 |
---|
com.supermap.data.jar、com.supermap.mapping.jar、com.supermap.analyst.jar |
so库 |
libimb2d.so、libgnustl_shared.so、libQt5Core.so、libQt5Gui.so、libQt5Svg.so、libQt5Widgets.so(注:11.1版本开始,需添加后五个so库。) |
关键类型/成员
控件/类 | 方法 |
---|---|
DataConversion | importTIF()、 exportTIF() |
LayerSettingImage | setDisplayBandIndexes()、 getDisplayBandIndexes()、 setImageStretchOption() |
RasterClip | clip()、 split() |
ImageStretchOption | setStretchType() |
使用步骤
- 点击【影像拉伸】按钮,选择拉伸方式,进行影像数据拉伸操作;
- 点击【影像裁剪】按钮,选择裁剪方法,进行影像数据裁剪操作;
- 点击【显示控制】按钮,对影像数据的波段显示进行控制。