com.supermap.analyst.addressmatching

类 AddressMatchResults



  • public class AddressMatchResults
    extends Object
    中文地址模糊匹配结果集合类。

    中文地址模糊匹配结果集合类,存储了中文地址模糊匹配的所有结果。

    • 方法详细资料

      • getCount

        public int getCount()
        中文地址模糊匹配结果集中匹配结果的个数。
        返回:
        匹配结果的个数。
      • get

        public AddressMatchResult get(int index)
        返回中文地址模糊匹配结果集中指定索引的匹配结果。
        参数:
        index - 指定的索引。
        返回:
        指定索引的匹配结果。
      • dispose

        @Deprecated
        public void dispose()
        已过时。 已废弃
        释放对象所占用的资源。调用该方法之后,此对象不再可用。

Copyright © 2021–2024 SuperMap. All rights reserved.