com.supermap.image.processing
枚举 SearchSeedPointMethod
- java.lang.Object
-
- java.lang.Enum<SearchSeedPointMethod>
-
- com.supermap.image.processing.SearchSeedPointMethod
-
- 所有已实现的接口:
- Serializable, Comparable<SearchSeedPointMethod>
public enum SearchSeedPointMethod extends Enum<SearchSeedPointMethod>
搜索种子点的方式
-
-
枚举常量概要
枚举常量 枚举常量和说明 CORNERPOINT
角点,点特征更加明显GRID
栅格格网中心点,点具有随机性
-
-
-
枚举常量详细资料
-
GRID
public static final SearchSeedPointMethod GRID
栅格格网中心点,点具有随机性
-
CORNERPOINT
public static final SearchSeedPointMethod CORNERPOINT
角点,点特征更加明显
-
-
方法详细资料
-
values
public static SearchSeedPointMethod[] values()
- 返回:
- 按照声明该枚举类型的常量的顺序返回的包含这些常量的数组
-
valueOf
public static SearchSeedPointMethod valueOf(String name)
- 参数:
name
- 要返回的枚举常量的名称。- 返回:
- 返回带有指定名称的枚举常量
- 抛出:
IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量NullPointerException
- 如果参数为空值
-
toString
public String toString()
- 覆盖:
toString
在类中Enum<SearchSeedPointMethod>
-
getTitle
public String getTitle()
返回搜索种子点方式的本地化名称- 返回:
- 搜索种子点方式的本地化名称
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.