com.supermap.analyst.addressmatching
类 AddressSearchResult
- java.lang.Object
-
- com.supermap.analyst.addressmatching.AddressSearchResult
-
public class AddressSearchResult extends Object
中文地址模糊匹配结果集合类。中文地址模糊匹配结果集合类,可获取中文地址模糊匹配的所有结果。
-
-
方法详细资料
-
dispose
@Deprecated public void dispose()
已过时。 已废弃释放对象所占用的资源。调用该方法之后,此对象不再可用。
-
getCount
public int getCount()
中文地址模糊匹配结果集中匹配结果的个数。- 返回:
- 匹配结果的个数。
-
get
public AddressMatchResults get(int resultCount, int startPosition)
获取匹配结果的接口- 参数:
resultCount
- 指定一次返回的最优检索结果的数目,最大不能超过getCount返回的匹配数目。startPosition
- 指定match获取结果的起始位置。- 返回:
- 中文地址模糊匹配结果集合对象, 详情参见
AddressMatchResults
。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.