com.supermap.image.processing
枚举 DenseMatchingMethod
- java.lang.Object
-
- java.lang.Enum<DenseMatchingMethod>
-
- com.supermap.image.processing.DenseMatchingMethod
-
- 所有已实现的接口:
- Serializable, Comparable<DenseMatchingMethod>
public enum DenseMatchingMethod extends Enum<DenseMatchingMethod>
-
-
枚举常量详细资料
-
SGM_CPU
public static final DenseMatchingMethod SGM_CPU
-
HFFNET
public static final DenseMatchingMethod HFFNET
-
-
方法详细资料
-
values
public static DenseMatchingMethod[] values()
- 返回:
- 按照声明该枚举类型的常量的顺序返回的包含这些常量的数组
-
valueOf
public static DenseMatchingMethod valueOf(String name)
- 参数:
name
- 要返回的枚举常量的名称。- 返回:
- 返回带有指定名称的枚举常量
- 抛出:
IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量NullPointerException
- 如果参数为空值
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.