com.supermap.image.processing
类 ImageSortMethod
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.image.processing.ImageSortMethod
-
public class ImageSortMethod extends Enum
该类定义了镶嵌数据集排序方法常量。
-
-
字段概要
字段 限定符和类型 字段和说明 static ImageSortMethod
PRIORITYDATE
时间优先,时间不同优先时间靠后的。static ImageSortMethod
PRIORITYRESOLUTION
分辨率优先,分辨率不同优先分辨率高的。
-
-
-
字段详细资料
-
PRIORITYDATE
public static final ImageSortMethod PRIORITYDATE
时间优先,时间不同优先时间靠后的。
-
PRIORITYRESOLUTION
public static final ImageSortMethod PRIORITYRESOLUTION
分辨率优先,分辨率不同优先分辨率高的。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.