com.supermap.image.processing
枚举 PointDistributionMethod
- java.lang.Object
-
- java.lang.Enum<PointDistributionMethod>
-
- com.supermap.image.processing.PointDistributionMethod
-
- 所有已实现的接口:
- Serializable, Comparable<PointDistributionMethod>
public enum PointDistributionMethod extends Enum<PointDistributionMethod>
影像匹配点分布方式
-
-
枚举常量详细资料
-
REGULAR
public static final PointDistributionMethod REGULAR
常规分布。常规分布时,对每个重叠区划分为 N*M的区域,每个区域内挑选n个512*512大小的影像块进行同名点匹配,这样确保同名点稳定可靠。
-
UNIFORM
public static final PointDistributionMethod UNIFORM
均匀分布,点均匀分布在整个重叠区,点的数目相比常规分布要少,但分布更加均匀,适用于影像内部畸变较大情形。
-
-
方法详细资料
-
values
public static PointDistributionMethod[] values()
- 返回:
- 按照声明该枚举类型的常量的顺序返回的包含这些常量的数组
-
valueOf
public static PointDistributionMethod valueOf(String name)
- 参数:
name
- 要返回的枚举常量的名称。- 返回:
- 返回带有指定名称的枚举常量
- 抛出:
IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量NullPointerException
- 如果参数为空值
-
toString
public String toString()
- 覆盖:
toString
在类中Enum<PointDistributionMethod>
-
getTitle
public String getTitle()
返回影像匹配点分布方式的本地化名称- 返回:
- 影像匹配点分布方式的本地化名称
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.