限定符和类型 | 方法和说明 |
---|---|
PixelFormat |
ConversionAnalystParameter.getPixelFormat()
返回结果栅格数据集的像素格式,只在矢量转栅格时有效。
|
PixelFormat |
GridAnalystSetting.getPixelFormat()
已过时。
|
PixelFormat |
TerrainAnalystSetting.getPixelFormat()
已过时。
|
PixelFormat |
TerrainBuilderParameter.getPixelFormat()
返回结果数据集的像素格式。
|
PixelFormat |
ZonalStatisticsAnalystParameter.getPixelFormat()
已过时。
此方法已废弃,对结果栅格的像素类型的说明,请参见:
zonalStatisticsOnRasterValue() 方法。
返回像素格式。 |
限定符和类型 | 方法和说明 |
---|---|
static DatasetGrid |
TerrainBuilder.buildTerrain(DatasetVector sourcePointDataset,
String altitudePointField,
DatasetVector sourceLineDataset,
String altitudeLineField,
TerrainInterpolateType terrainInterpolateType,
TerrainStatisticType terrainStatisticType,
double cellSize,
double zFactor,
PixelFormat pixelFormat,
EncodeType enCodeType,
Datasource outputDatasource,
String outputDatasetName)
已过时。
|
static DatasetGrid |
TerrainBuilder.buildTerrain(DatasetVector sourceDatasetVector,
String altitudeField,
TerrainInterpolateType terrainInterpolateType,
TerrainStatisticType terrainStatisticType,
double cellSize,
double zFactor,
PixelFormat pixelFormat,
EncodeType enCodeType,
Datasource outputDatasource,
String outputDatasetName)
已过时。
|
static DatasetGrid |
MathAnalyst.execute(String expression,
GeoRegion userRegion,
PixelFormat pixelFormat,
boolean isZip,
boolean isIgnoreNoValue,
Datasource[] sourceDatasources,
Datasource targetDatasource,
String targetDatasetName)
|
static DatasetGrid |
MathAnalyst.execute(String expression,
GeoRegion userRegion,
PixelFormat pixelFormat,
boolean isZip,
boolean isIgnoreNoValue,
Datasource[] sourceDatasources,
Datasource targetDatasource,
String targetDatasetName,
SteppedListener... listeners)
执行栅格代数运算表达式。
|
static DatasetGrid |
MathAnalyst.execute(String expression,
GeoRegion userRegion,
PixelFormat pixelFormat,
boolean isZip,
boolean isIgnoreNoValue,
Datasource targetDatasource,
String targetDatasetName)
已过时。
|
static DatasetGrid |
MathAnalyst.execute(String expression,
GeoRegion userRegion,
PixelFormat pixelFormat,
boolean isZip,
boolean isIgnoreNoValue,
Datasource targetDatasource,
String targetDatasetName,
SteppedListener... listeners)
执行栅格代数运算表达式,支持自定义表达式的栅格代数计算和影像波段计算。
|
static DatasetGrid |
Interpolator.interpolate(InterpolationParameter parameter,
DatasetVector interpolatedPoint,
String zValueFieldName,
double zValueScale,
Datasource targetDatasource,
String targetDatasetName,
PixelFormat pixelFormat)
|
static DatasetGrid |
Interpolator.interpolate(InterpolationParameter parameter,
DatasetVector interpolatedPoint,
String zValueFieldName,
double zValueScale,
Datasource targetDatasource,
String targetDatasetName,
PixelFormat pixelFormat,
SteppedListener... listeners)
对点数据集进行插值分析,并返回分析结果。
|
static DatasetGrid |
Interpolator.interpolate(InterpolationParameter parameter,
Point2D[] points,
double[] values,
PrjCoordSys prjCoordSys,
double zValueScale,
Datasource targetDatasource,
String targetDatasetName,
PixelFormat pixelFormat)
|
static DatasetGrid |
Interpolator.interpolate(InterpolationParameter paramerter,
Point2D[] points,
double[] values,
PrjCoordSys prjCoordSys,
double zValueScale,
Datasource targetDatasource,
String targetDatasetName,
PixelFormat pixelFormat,
SteppedListener... listeners)
对点数组进行插值分析,并返回分析结果。
|
static DatasetGrid |
Interpolator.interpolate(InterpolationParameter parameter,
Recordset interpolatedPointRecordset,
String zValueFieldName,
double zValueScale,
Datasource targetDatasource,
String targetDatasetName,
PixelFormat pixelFormat)
|
static DatasetGrid |
Interpolator.interpolate(InterpolationParameter parameter,
Recordset interpolatedPointRecordset,
String zValueFieldName,
double zValueScale,
Datasource targetDatasource,
String targetDatasetName,
PixelFormat pixelFormat,
SteppedListener... listeners)
对点记录集进行插值分析,并返回分析结果。
|
void |
ConversionAnalystParameter.setPixelFormat(PixelFormat pixelFormat)
设置结果栅格数据集的像素格式,只在矢量转栅格时有效。
|
void |
GridAnalystSetting.setPixelFormat(PixelFormat value)
已过时。
|
void |
TerrainAnalystSetting.setPixelFormat(PixelFormat value)
已过时。
|
void |
TerrainBuilderParameter.setPixelFormat(PixelFormat pixelFormat)
设置结果数据集的像素格式。
|
void |
ZonalStatisticsAnalystParameter.setPixelFormat(PixelFormat pixelFormat)
已过时。
此方法已废弃,对结果栅格的像素类型的说明,请参见:
zonalStatisticsOnRasterValue() 方法。
设置像素格式。 |
static boolean |
MathAnalyst.toXMLFile(String xmlFileName,
String expression,
GeoRegion userRegion,
PixelFormat pixelFormat,
boolean isZip,
boolean isIgnoreNoValue)
将自定义栅格运算表达式及相关参数存储为 XML 文件。
|
限定符和类型 | 字段和说明 |
---|---|
static PixelFormat |
PixelFormat.BIT16
每个像元用 16 个比特,即 2 个字节表示。
|
static PixelFormat |
PixelFormat.BIT32
每个像元用 32 个比特,即 4 个字节来表示。
|
static PixelFormat |
PixelFormat.BIT64
每个像元用 64 个比特,即 8 个字节来表示。
|
static PixelFormat |
PixelFormat.BIT8
每个像元用 8 个比特,即 1 个字节来表示。
|
static PixelFormat |
PixelFormat.DOUBLE
每个像元用 8 个字节来表示。
|
static PixelFormat |
PixelFormat.RGB
每个像元用 24 个比特,即 3 个字节来表示。
|
static PixelFormat |
PixelFormat.RGBA
每个像元用 32 个比特,即 4 个字节来表示。
|
static PixelFormat |
PixelFormat.SINGLE
每个像元用 4 个字节来表示。
|
static PixelFormat |
PixelFormat.UBIT1
每个像元用 1 个比特表示。
|
static PixelFormat |
PixelFormat.UBIT16
每个像元用 16 个比特,即 2 个字节来表示。
|
static PixelFormat |
PixelFormat.UBIT32
每个像元用 32 个比特,即 4 个字节来表示,可表示 0 到 4294967295 共 4294967296 个整数值。
|
static PixelFormat |
PixelFormat.UBIT4
每个像元用 4 个比特表示。
|
static PixelFormat |
PixelFormat.UBIT8
每个像元用 8 个比特,即 1 个字节表示。
|
static PixelFormat |
PixelFormat.UNKONOWN
未知的像素格式。
|
限定符和类型 | 方法和说明 |
---|---|
PixelFormat |
DatasetGrid.getPixelFormat()
返回栅格数据存储的像素格式。
|
PixelFormat |
DatasetGridCollection.getPixelFormat()
已过时。
返回栅格数据集集合的像素格式。
|
PixelFormat |
DatasetGridCollectionInfo.getPixelFormat()
已过时。
返回像素格式。
|
PixelFormat |
DatasetGridInfo.getPixelFormat()
返回栅格数据存储的像素格式。
|
PixelFormat |
DatasetImageCollection.getPixelFormat()
已过时。
返回影像数据集集合的像素格式。
|
PixelFormat |
DatasetImageCollectionInfo.getPixelFormat()
已过时。
返回影像数据集集合的像素格式。
|
PixelFormat |
DatasetImageInfo.getPixelFormat()
返回影像数据存储的像素格式。
|
PixelFormat |
DatasetMosaic.getPixelFormat()
返回镶嵌数据集的位深。
|
PixelFormat |
DatasetVolumeInfo.getPixelFormat()
返回体数据存储的像素格式。
|
PixelFormat |
MosaicPixelValues.getPixelFormat()
返回当前点所在影像的像素格式。
|
PixelFormat |
DatasetImage.getPixelFormat(int index)
返回影像数据集指定波段的像素格式。
|
PixelFormat |
DatasetVolume.getPixelFormat(int index)
返回体数据集指定剖切面的像素格式。
|
限定符和类型 | 方法和说明 |
---|---|
int |
DatasetVolume.addSlice(String bandname,
PixelFormat value)
根据指定剖切面名称和像素格式增加一个剖切面。
|
DatasetGridCollection |
Datasets.createGridCollection(String name,
PixelFormat pixFormat)
已过时。
根据给定的名称和像素格式创建栅格数据集集合类型的数据集。
|
void |
DatasetGridCollectionInfo.setPixelFormat(PixelFormat value)
已过时。
设置像素格式。
|
void |
DatasetGridInfo.setPixelFormat(PixelFormat value)
设置栅格数据存储的像素格式。
|
void |
DatasetImageCollectionInfo.setPixelFormat(PixelFormat value)
已过时。
设置影像数据集集合的像素格式。
|
void |
DatasetImageInfo.setPixelFormat(PixelFormat value)
设置影像数据存储的像素格式。
|
void |
DatasetMosaic.setPixelFormat(PixelFormat pixelFormat)
设置镶嵌数据集位深。
|
void |
DatasetVolumeInfo.setPixelFormat(PixelFormat value)
设置体数据存储的像素格式。
|
构造器和说明 |
---|
DatasetGridCollectionInfo(String name,
PixelFormat pixelFormat,
EncodeType encodeType,
BlockSizeOption option)
已过时。
根据给定的参数构造一个新的DatasetGridCollectionInfo(栅格数据集集合信息)类对象。
|
DatasetGridInfo(String name,
int width,
int height,
PixelFormat pixelFormat,
EncodeType encodeType)
根据指定的参数来构造一个 DatasetGridInfo 的新对象。
|
DatasetGridInfo(String name,
int width,
int height,
PixelFormat pixelFormat,
EncodeType encodeType,
BlockSizeOption option)
根据指定的参数来构造一个 DatasetGridInfo 的新对象。
|
DatasetImageCollectionInfo(String name,
PixelFormat pixelFormat,
EncodeType encodeType,
BlockSizeOption option,
int bandCount)
已过时。
根据给定的参数构造一个新的 DatasetImageCollectionInfo 对象。
|
DatasetImageInfo(String name,
int width,
int height,
PixelFormat pixelFormat,
EncodeType encodeType,
BlockSizeOption option,
int bandCount)
根据给定的参数来构造一个 DatasetImageInfo 的新对象。
|
DatasetVolumeInfo(String name,
int width,
int height,
PixelFormat pixelFormat,
EncodeType encodeType)
根据给定的参数来构造一个 DatasetVolumeInfo 的新对象。
|
DatasetVolumeInfo(String name,
int width,
int height,
PixelFormat pixelFormat,
EncodeType encodeType,
BlockSizeOption option)
根据给定的参数来构造一个 DatasetVolumeInfo 的新对象。
|
限定符和类型 | 方法和说明 |
---|---|
PixelFormat |
ImportDataInfoAiBinGrid.getPixelFormat()
返回影像数据的像素格式。
|
PixelFormat |
ImportDataInfoBIL.getPixelFormat()
返回 BIL 格网数据的像素格式。
|
PixelFormat |
ImportDataInfoBIP.getPixelFormat()
返回 BIP 格网数据的像素格式。
|
PixelFormat |
ImportDataInfoBMP.getPixelFormat()
返回影像数据的像素格式。
|
PixelFormat |
ImportDataInfoBSQ.getPixelFormat()
返回 BSQ 格网数据的像素格式。
|
PixelFormat |
ImportDataInfoECW.getPixelFormat()
返回影像数据的像素格式。
|
PixelFormat |
ImportDataInfoEGC.getPixelFormat()
获取影像数据的像素格式。
|
PixelFormat |
ImportDataInfoGBDEM.getPixelFormat()
返回国家标准DEM交换格式的像素格式。
|
PixelFormat |
ImportDataInfoGIF.getPixelFormat()
返回影像数据的像素格式。
|
PixelFormat |
ImportDataInfoGRD.getPixelFormat()
返回栅格数据的像素格式。
|
PixelFormat |
ImportDataInfoGRIB.getPixelFormat()
返回气象数据的像素格式。
|
PixelFormat |
ImportDataInfoHDF5.getPixelFormat()
获取影像数据的像素格式。
|
PixelFormat |
ImportDataInfoIMG.getPixelFormat()
返回影像数据的像素格式。
|
PixelFormat |
ImportDataInfoJP2.getPixelFormat()
获取影像数据的像素格式
|
PixelFormat |
ImportDataInfoJPG.getPixelFormat()
返回影像数据的像素格式。
|
PixelFormat |
ImportDataInfoMrSID.getPixelFormat()
返回影像数据的像素格式。
|
PixelFormat |
ImportDataInfoNetCDF.getPixelFormat()
获取影像数据的像素格式。
|
PixelFormat |
ImportDataInfoPNG.getPixelFormat()
返回影像数据的像素格式。
|
PixelFormat |
ImportDataInfoRAW.getPixelFormat()
返回 RAW 数据的像素格式。
|
PixelFormat |
ImportDataInfoSIT.getPixelFormat()
返回影像数据的像素格式。
|
PixelFormat |
ImportDataInfoTEMSClutter.getPixelFormat()
返回影像数据的像素格式。
|
PixelFormat |
ImportDataInfoTIF.getPixelFormat()
返回影像数据的像素格式。
|
PixelFormat |
ImportDataInfoUSGSDEM.getPixelFormat()
返回美国标准格网格式数据的像素格式。
|
PixelFormat |
ImportDataInfoVRT.getPixelFormat()
返回影像数据的像素格式。
|
限定符和类型 | 方法和说明 |
---|---|
void |
ImportSettingRAW.setPixelFormat(PixelFormat pixelFormat)
设置导入的像素格式。
|
限定符和类型 | 方法和说明 |
---|---|
PixelFormat |
DatasetRaster.getPixelFormat()
获取数据集的像素格式
|
PixelFormat |
FrequencyFilterParameter.getPixelFormat()
返回像素格式。
|
PixelFormat |
ImageExportParameter.getPixelFormat() |
PixelFormat |
ImageSaturateParameter.getPixelFormat()
返回像素格式。
|
PixelFormat |
ImageStretchParameter.getPixelFormat()
返回结果影像像素格式。
|
PixelFormat |
InputImage.getPixelFormat()
获取影像的像素格式
|
限定符和类型 | 方法和说明 |
---|---|
DatasetImage |
ImageTransformation.fftInverse(DatasetImage sourceDataset,
PixelFormat pixelFormat,
Datasource targetDatasource,
String targetDatasetName)
快速傅里叶逆变换。
|
DatasetImage |
ImageTransformation.fftInverse(DatasetImage sourceDataset,
PixelFormat pixelFormat,
String outputFilePath)
快速傅里叶逆变换。
|
DatasetImage |
ImageTransformation.fftInverse(DatasetImage sourceDataset,
PixelFormat pixelFormat,
String outputFilePath,
ImageOutputOption outOption)
快速傅里叶逆变换。
|
void |
FilterParameter.setPixelFormat(PixelFormat pixelFormat)
设置像素格式。
|
void |
FrequencyFilterParameter.setPixelFormat(PixelFormat pixelFormat)
设置像素格式。
|
ImageExportParameter |
ImageExportParameter.setPixelFormat(PixelFormat pixelFormat)
设置输出影像像素格式
|
ImageSaturateParameter |
ImageSaturateParameter.setPixelFormat(PixelFormat pixelFormat)
设置像素格式。
|
ImageStretchingParameter |
ImageStretchingParameter.setPixelFormat(PixelFormat pixelFormat)
设置像素格式。
|
ImageStretchParameter |
ImageStretchParameter.setPixelFormat(PixelFormat pixelFormat)
设置结果影像像素格式。
|
构造器和说明 |
---|
AdaptiveStretchParameter(PixelFormat pixelFormat,
double noDataValue,
double outputRangeMin,
double outputRangeMax,
double truncationMin,
double truncationMax,
ImageStretchingType imageStretchingType,
boolean isStretchByPercent,
double minPercent,
double maxPercent)
已过时。
|
EnhancedFrostFilterParameter(int kernelSize,
int[] bandIndexs,
int addBackValue,
PixelFormat pixelFormat,
boolean isFillBoundary,
double dampFactor,
int numOfLooks)
构造一个Forest滤波参数对象。
|
EnhancedLeeFilterParameter(int kernelSize,
int[] bandIndexs,
int addBackValue,
PixelFormat pixelFormat,
boolean isFillBoundary,
double dampFactor,
int numOfLooks)
构造一个增强Lee滤波参数对象。
|
FrequencyFilterParameter(FrequencyFilterType filterType,
int[] bandIndexs,
int radius,
int radiusOut,
int power,
PixelFormat pixelFormat)
构造一个频域滤波参数对象。
|
FrostFilterParameter(int kernelSize,
int[] bandIndexs,
int addBackValue,
PixelFormat pixelFormat,
boolean isFillBoundary,
double dampFactor)
构造一个Frost滤波参数对象。
|
GammaStretchParameter(PixelFormat pixelFormat,
double noDataValue,
double outputRangeMin,
double outputRangeMax,
double truncationMin,
double truncationMax,
boolean isStretchByPercent,
double minPercent,
double maxPercent,
double gamma)
已过时。
|
GaussianStretchParameter(PixelFormat pixelFormat,
double noDataValue,
double outputRangeMin,
double outputRangeMax,
double truncationMin,
double truncationMax,
boolean isStretchByPercent,
double minPercent,
double maxPercent,
int numOfStd)
已过时。
|
ImageSaturateParameter(PixelFormat pixelFormat,
double noDataValue,
double Increment)
构造一个饱和度调整参数对象。
|
KuanFilterParameter(int kernelSize,
int[] bandIndexs,
int addBackValue,
PixelFormat pixelFormat,
boolean isFillBoundary,
int numOfLooks)
构造一个Kuan滤波参数对象。
|
LeeFilterParameter(int kernelSize,
int[] bandIndexs,
int addBackValue,
PixelFormat pixelFormat,
boolean isFillBoundary,
int numOfLooks,
LeeNoiseType leeNoiseType,
double noiseVariance,
double addNoiseMean,
double mulNoiseMean)
构造一个Lee滤波参数对象。
|
OptimizedLinearStretchParameter(PixelFormat pixelFormat,
double noDataValue,
double outputRangeMin,
double outputRangeMax,
boolean isStretchByPercent,
double opMinPercent,
double opMaxPercent,
double opMinAdjust,
double opMaxAdjust)
已过时。
|
SpatialFilterParameter(SpatialFilterType spatialFilterType,
int kernelSize,
int[] bandIndexs,
int addBackValue,
PixelFormat pixelFormat,
boolean isFillBoundary)
构造一个空域滤波参数对象。
|
UserdefinedFilterParameter(int kernelSize,
int[] bandIndexs,
int addBackValue,
PixelFormat pixelFormat,
boolean isFillBoundary,
FilterComputeMode mode,
double[] filter)
构造一个自定义滤波参数对象。
|
限定符和类型 | 方法和说明 |
---|---|
PixelFormat |
GridAnalystSetting.getPixelFormat()
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
void |
GridAnalystSetting.setPixelFormat(PixelFormat value)
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
static DatasetVolume |
Interpolator3D.interpolate(InterpolationParameter3D parameter,
DatasetVector interpolatedPoint,
String zValueFieldName,
double zValueScale,
Datasource targetDatasource,
String targetDatasetName,
PixelFormat pixelFormat)
|
static DatasetVolume |
Interpolator3D.interpolate(InterpolationParameter3D parameter,
DatasetVector interpolatedPoint,
String zValueFieldName,
double zValueScale,
Datasource targetDatasource,
String targetDatasetName,
PixelFormat pixelFormat,
SteppedListener... listeners)
对三维点数据集进行三维插值分析,并返回分析结果。
|
static DatasetVolume |
Interpolator3D.interpolate(InterpolationParameter3D parameter,
GeoTIM tim,
Datasource targetDatasource,
String targetDatasetName,
PixelFormat pixelFormat)
已过时。
|
static DatasetVolume |
Interpolator3D.interpolate(InterpolationParameter3D parameter,
GeoTIM tim,
Datasource targetDatasource,
String targetDatasetName,
PixelFormat pixelFormat,
SteppedListener... listeners)
对三维点记录集进行三维插值分析,并返回分析结果。
|
static DatasetVolume |
Interpolator3D.interpolate(InterpolationParameter3D parameter,
Point3D[] points,
double[] values,
PrjCoordSys prjCoordSys,
double zValueScale,
Datasource targetDatasource,
String targetDatasetName,
PixelFormat pixelFormat)
|
static DatasetVolume |
Interpolator3D.interpolate(InterpolationParameter3D parameter,
Point3D[] points,
double[] values,
PrjCoordSys prjCoordSys,
double zValueScale,
Datasource targetDatasource,
String targetDatasetName,
PixelFormat pixelFormat,
SteppedListener... listeners)
对三维点记录集进行三维插值分析,并返回分析结果。
|
static DatasetVolume |
Interpolator3D.interpolate(InterpolationParameter3D parameter,
Recordset interpolatedPointRecordset,
String zValueFieldName,
double zValueScale,
Datasource targetDatasource,
String targetDatasetName,
PixelFormat pixelFormat)
|
static DatasetVolume |
Interpolator3D.interpolate(InterpolationParameter3D parameter,
Recordset interpolatedPointRecordset,
String zValueFieldName,
double zValueScale,
Datasource targetDatasource,
String targetDatasetName,
PixelFormat pixelFormat,
SteppedListener... listeners)
对三维点记录集进行三维插值分析,并返回分析结果。
|
限定符和类型 | 方法和说明 |
---|---|
static DatasetVolume |
VoxelGridTools.operation(String expression,
GeoRegion region,
PixelFormat pixelFormat,
boolean bZip,
boolean bIgnoreNoValue,
Datasource tarDatasource,
String tarResultName)
体元栅格表达式运算。
|
Copyright © 2021–2024 SuperMap. All rights reserved.