com.supermap.analyst.addressmatching
类 AddressMatchResults

java.lang.Object
  继承者 com.supermap.analyst.addressmatching.AddressMatchResults

public class AddressMatchResults
extends java.lang.Object

中文地址模糊匹配结果集合类。

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


方法摘要
 void dispose()
          释放对象所占用的资源。
 AddressMatchResult get(int index)
          返回中文地址模糊匹配结果集中指定索引的匹配结果。
 int getCount()
          中文地址模糊匹配结果集中匹配结果的个数。
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

方法详细信息

getCount

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

返回:
匹配结果的个数。

get

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

参数:
index - 指定的索引。
返回:
指定索引的匹配结果。

dispose

public void dispose()
释放对象所占用的资源。调用该方法之后,此对象不再可用。