public enum SearchSeedPointMethod extends Enum<SearchSeedPointMethod>
枚举常量和说明 |
---|
CORNERPOINT
角点,点特征更加明显
|
GRID
栅格格网中心点,点具有随机性
|
public static final SearchSeedPointMethod GRID
public static final SearchSeedPointMethod CORNERPOINT
public static SearchSeedPointMethod[] values()
public static SearchSeedPointMethod valueOf(String name)
name
- 要返回的枚举常量的名称。IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量NullPointerException
- 如果参数为空值public String toString()
toString
在类中 Enum<SearchSeedPointMethod>
public String getTitle()
Copyright © 2021–2024 SuperMap. All rights reserved.