程序包 | 说明 |
---|---|
com.supermap.analyst.spatialanalyst |
限定符和类型 | 字段和说明 |
---|---|
static RasterJoinPixelFormat |
RasterJoinPixelFormat.RJPBYTE
|
static RasterJoinPixelFormat |
RasterJoinPixelFormat.RJPDOUBLE
|
static RasterJoinPixelFormat |
RasterJoinPixelFormat.RJPFBIT
|
static RasterJoinPixelFormat |
RasterJoinPixelFormat.RJPFIRST
参与镶嵌的第一个栅格数据集的像素格式。
|
static RasterJoinPixelFormat |
RasterJoinPixelFormat.RJPFLOAT
|
static RasterJoinPixelFormat |
RasterJoinPixelFormat.RJPLAST
参与镶嵌的最后一个栅格数据集的像素格式。
|
static RasterJoinPixelFormat |
RasterJoinPixelFormat.RJPLONG
|
static RasterJoinPixelFormat |
RasterJoinPixelFormat.RJPLONGLONG
|
static RasterJoinPixelFormat |
RasterJoinPixelFormat.RJPMAJORITY
参与镶嵌的栅格数据集中出现频率最高的像素格式,如果像素格式出现的频率相同,取索引值最小的。
|
static RasterJoinPixelFormat |
RasterJoinPixelFormat.RJPMAX
参与镶嵌的栅格数据集中最大的像素格式。
|
static RasterJoinPixelFormat |
RasterJoinPixelFormat.RJPMIN
参与镶嵌的栅格数据集中最小的像素格式。
|
static RasterJoinPixelFormat |
RasterJoinPixelFormat.RJPMONO
|
static RasterJoinPixelFormat |
RasterJoinPixelFormat.RJPRGB
|
static RasterJoinPixelFormat |
RasterJoinPixelFormat.RJPRJPRGBAFBit
|
static RasterJoinPixelFormat |
RasterJoinPixelFormat.RJPTBYTE
|
限定符和类型 | 方法和说明 |
---|---|
static Dataset |
RasterMosaic.mosaic(Dataset[] sourceDatasets,
double backOrNoValue,
double backTolerance,
RasterJoinType rasterJoinMethod,
RasterJoinPixelFormat rasterJoinPixelFormatType,
double cellSize,
EncodeType encodeType,
Rectangle2D validRect,
Datasource targetDatasource,
String targetDatasetName)
|
static Dataset |
RasterMosaic.mosaic(Dataset[] sourceDatasets,
double backOrNoValue,
double backTolerance,
RasterJoinType rasterJoinMethod,
RasterJoinPixelFormat rasterJoinPixelFormatType,
double cellSize,
EncodeType encodeType,
Rectangle2D validRect,
Datasource targetDatasource,
String targetDatasetName,
SteppedListener... listeners)
栅格数据集镶嵌。
|
Copyright © 2021–2024 SuperMap. All rights reserved.