程序包 | 说明 |
---|---|
com.supermap.mapping |
限定符和类型 | 字段和说明 |
---|---|
static ImageInterpolationMode |
ImageInterpolationMode.DEFAULT
默认插值模式。
|
static ImageInterpolationMode |
ImageInterpolationMode.HIGH
高质量插值模式。
|
static ImageInterpolationMode |
ImageInterpolationMode.HIGHQUALITYBICUBIC
最高质量的双三次插值法模式。
|
static ImageInterpolationMode |
ImageInterpolationMode.HIGHQUALITYBILINEAR
高质量的双线性插值模式。
|
static ImageInterpolationMode |
ImageInterpolationMode.LOW
低质量插值模式。
|
static ImageInterpolationMode |
ImageInterpolationMode.NEARESTNEIGHBOR
最临近插值模式。
|
限定符和类型 | 方法和说明 |
---|---|
ImageInterpolationMode |
LayerSettingGrid.getImageInterpolationMode()
返回显示图像时使用的插值算法。
|
ImageInterpolationMode |
LayerSettingImage.getImageInterpolationMode()
返回显示图像时使用的插值算法。
|
限定符和类型 | 方法和说明 |
---|---|
void |
LayerSettingGrid.setImageInterpolationMode(ImageInterpolationMode value)
设置显示图像时使用的插值算法。
|
void |
LayerSettingImage.setImageInterpolationMode(ImageInterpolationMode value)
设置显示图像时使用的插值算法。
|
Copyright © 2021–2024 SuperMap. All rights reserved.