com.supermap.analyst.spatialanalyst
类 RasterJoinPixelFormat
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.analyst.spatialanalyst.RasterJoinPixelFormat
-
public class RasterJoinPixelFormat extends Enum
该类定义了镶嵌结果像素格式类型常量。
-
-
字段概要
字段 限定符和类型 字段和说明 static RasterJoinPixelFormatRJPBYTEstatic RasterJoinPixelFormatRJPDOUBLEstatic RasterJoinPixelFormatRJPFBITstatic RasterJoinPixelFormatRJPFIRST参与镶嵌的第一个栅格数据集的像素格式。static RasterJoinPixelFormatRJPFLOATstatic RasterJoinPixelFormatRJPLAST参与镶嵌的最后一个栅格数据集的像素格式。static RasterJoinPixelFormatRJPLONGstatic RasterJoinPixelFormatRJPLONGLONGstatic RasterJoinPixelFormatRJPMAJORITY参与镶嵌的栅格数据集中出现频率最高的像素格式,如果像素格式出现的频率相同,取索引值最小的。static RasterJoinPixelFormatRJPMAX参与镶嵌的栅格数据集中最大的像素格式。static RasterJoinPixelFormatRJPMIN参与镶嵌的栅格数据集中最小的像素格式。static RasterJoinPixelFormatRJPMONOstatic RasterJoinPixelFormatRJPRGBstatic RasterJoinPixelFormatRJPRJPRGBAFBitstatic RasterJoinPixelFormatRJPTBYTE
-
-
-
字段详细资料
-
RJPMONO
public static final RasterJoinPixelFormat RJPMONO
-
RJPFBIT
public static final RasterJoinPixelFormat RJPFBIT
-
RJPBYTE
public static final RasterJoinPixelFormat RJPBYTE
-
RJPTBYTE
public static final RasterJoinPixelFormat RJPTBYTE
-
RJPRGB
public static final RasterJoinPixelFormat RJPRGB
-
RJPRJPRGBAFBit
public static final RasterJoinPixelFormat RJPRJPRGBAFBit
-
RJPLONGLONG
public static final RasterJoinPixelFormat RJPLONGLONG
-
RJPLONG
public static final RasterJoinPixelFormat RJPLONG
-
RJPFLOAT
public static final RasterJoinPixelFormat RJPFLOAT
-
RJPDOUBLE
public static final RasterJoinPixelFormat RJPDOUBLE
-
RJPFIRST
public static final RasterJoinPixelFormat RJPFIRST
参与镶嵌的第一个栅格数据集的像素格式。
-
RJPLAST
public static final RasterJoinPixelFormat RJPLAST
参与镶嵌的最后一个栅格数据集的像素格式。
-
RJPMAX
public static final RasterJoinPixelFormat RJPMAX
参与镶嵌的栅格数据集中最大的像素格式。
-
RJPMIN
public static final RasterJoinPixelFormat RJPMIN
参与镶嵌的栅格数据集中最小的像素格式。
-
RJPMAJORITY
public static final RasterJoinPixelFormat RJPMAJORITY
参与镶嵌的栅格数据集中出现频率最高的像素格式,如果像素格式出现的频率相同,取索引值最小的。
-
-
Copyright © 2021–2025 SuperMap. All rights reserved.