A C D E G I P S T V 

A

addChildren(DivisionBean...) - 类 中的方法top.hmtools.beans.DivisionBean
添加一个下级行政区域信息
addData(String, String) - 类 中的静态方法top.hmtools.dictionary.Dictionary
添加内容到字典

C

children - 类 中的变量top.hmtools.beans.DivisionBean
下级行政区集合
city - 类 中的变量top.hmtools.beans.DivisionBean
所属市名称
cityCode - 类 中的变量top.hmtools.beans.DivisionBean
所属市行政代号(编码)
code - 类 中的变量top.hmtools.beans.DivisionBean
当前地域行政代号(编码)

D

Dictionary - top.hmtools.dictionary中的类
行政区域字典
Dictionary() - 类 的构造器top.hmtools.dictionary.Dictionary
 
district - 类 中的变量top.hmtools.beans.DivisionBean
区(县)
DivisionBean - top.hmtools.beans中的类
行政划区地名描述实体类
DivisionBean() - 类 的构造器top.hmtools.beans.DivisionBean
 

E

EDataVersion - top.hmtools.enums中的枚举
数据版本枚举

G

GBT2260 - top.hmtools中的类
本工具的主入口对象类
GBT2260() - 类 的构造器top.hmtools.GBT2260
 
getAll() - 类 中的静态方法top.hmtools.dictionary.Dictionary
获取所有行政地区信息
getAllProvince() - 类 中的静态方法top.hmtools.dictionary.Dictionary
获取所有的省份信息
方法说明: getAllProvince
输入参数说明:
@return
输出参数说明:
List
getAllProvince() - 类 中的静态方法top.hmtools.GBT2260
获取所有省份信息
方法说明: getAllProvince
输入参数说明:
@return
输出参数说明:
List
getByCode(String) - 类 中的静态方法top.hmtools.dictionary.Dictionary
根据代号获取行政地区信息
getByCode(String) - 类 中的静态方法top.hmtools.GBT2260
通过code获取对应的行政地区完整信息 方法说明: getByCode 输入参数说明: @param code 输入参数说明: @return 输出参数说明: DivisionBean
getByName(String) - 类 中的静态方法top.hmtools.GBT2260
根据名称获取一条行政地区信息 方法说明: getByName 输入参数说明: @param name 输入参数说明: @return 输出参数说明: DivisionBean
getChildren() - 类 中的方法top.hmtools.beans.DivisionBean
下级行政区集合
getCity() - 类 中的方法top.hmtools.beans.DivisionBean
所属市名称
getCityCode() - 类 中的方法top.hmtools.beans.DivisionBean
所属市行政代号(编码)
getCode() - 类 中的方法top.hmtools.beans.DivisionBean
当前地域行政代号(编码)
getCurrentDataVersion() - 类 中的静态方法top.hmtools.dictionary.Dictionary
获取当前GBT2260版本号
getCurrentDataVersion() - 类 中的静态方法top.hmtools.GBT2260
获取当前GBT2260版本号
getDistrict() - 类 中的方法top.hmtools.beans.DivisionBean
区(县)
getLast() - 枚举 中的静态方法top.hmtools.enums.EDataVersion
获取最新的版本
getParentCode() - 类 中的方法top.hmtools.beans.DivisionBean
上级行政区代号
getProvince() - 类 中的方法top.hmtools.beans.DivisionBean
所属省份(直辖市)名称
getProvinceCode() - 类 中的方法top.hmtools.beans.DivisionBean
所属省份(直辖市)行政代号(编码)
getSerialversionuid() - 类 中的静态方法top.hmtools.beans.DivisionBean
 
getSomeByName(String, int) - 类 中的静态方法top.hmtools.GBT2260
根据名字获取所有 方法说明: getSomeByName 输入参数说明: @param name 输入参数说明: @param size 输入参数说明: @return 输入参数说明: @throws IOException 输入参数说明: @throws ParseException 输出参数说明: List

I

init() - 类 中的静态方法top.hmtools.dictionary.Dictionary
初始化当前最新数据版本
init(EDataVersion) - 类 中的静态方法top.hmtools.dictionary.Dictionary
根据版本信息初始化
init(InputStream) - 类 中的静态方法top.hmtools.dictionary.Dictionary
初始化字典
init() - 类 中的静态方法top.hmtools.GBT2260
初始化,自动选择最新的行政地区信息字典 方法说明: init 输入参数说明: 输出参数说明: void
init(EDataVersion) - 类 中的静态方法top.hmtools.GBT2260
初始化,手动选择GBT2260版本
init(String, String) - 类 中的静态方法top.hmtools.GBT2260
初始化,手工指定行政地区信息字典路径 方法说明: init 输入参数说明: @param luceneTmpPath 输入参数说明: @param dataFilePath 输出参数说明: void
init(String, EDataVersion) - 类 中的静态方法top.hmtools.GBT2260
初始化,手工选择本工程中已有的行政地区信息字典
方法说明: init
输入参数说明: @param luceneTmpPath lucene文件存储路径
输入参数说明: @param dataVersion 行政区域版本
输出参数说明: void
init(String, InputStream) - 类 中的静态方法top.hmtools.GBT2260
初始化
方法说明: init
输入参数说明: @param luceneTmpPath lucene文件存储路径
输入参数说明: @param inputStream
输出参数说明: void
InvalidCodeException - top.hmtools.exception中的异常错误
 
InvalidCodeException(String) - 异常错误 的构造器top.hmtools.exception.InvalidCodeException
 
isCity - 类 中的变量top.hmtools.beans.DivisionBean
是否是地级城市
isCity() - 类 中的方法top.hmtools.beans.DivisionBean
是否是地级城市
isDistrict - 类 中的变量top.hmtools.beans.DivisionBean
是否区/县
isDistrict() - 类 中的方法top.hmtools.beans.DivisionBean
是否区/县
isProvince - 类 中的变量top.hmtools.beans.DivisionBean
是否是省份、直辖市
isProvince() - 类 中的方法top.hmtools.beans.DivisionBean
获取是否是省份

P

parentCode - 类 中的变量top.hmtools.beans.DivisionBean
上级行政区代号
province - 类 中的变量top.hmtools.beans.DivisionBean
所属省份(直辖市)名称
provinceCode - 类 中的变量top.hmtools.beans.DivisionBean
所属省份(直辖市)行政代号(编码)

S

setCity(String) - 类 中的方法top.hmtools.beans.DivisionBean
所属市名称
setCode(String) - 类 中的方法top.hmtools.beans.DivisionBean
当前地域行政代号(编码)
setDistrict(String) - 类 中的方法top.hmtools.beans.DivisionBean
区(县)
setParentCode(String) - 类 中的方法top.hmtools.beans.DivisionBean
上级行政区代号
setProvince(String) - 类 中的方法top.hmtools.beans.DivisionBean
所属省份(直辖市)名称

T

top.hmtools - 程序包 top.hmtools
 
top.hmtools.beans - 程序包 top.hmtools.beans
 
top.hmtools.dictionary - 程序包 top.hmtools.dictionary
 
top.hmtools.enums - 程序包 top.hmtools.enums
 
top.hmtools.exception - 程序包 top.hmtools.exception
 
toString() - 类 中的方法top.hmtools.beans.DivisionBean
方法说明 输入参数说明 输出参数说明
toString() - 枚举 中的方法top.hmtools.enums.EDataVersion
 

V

valueOf(String) - 枚举 中的静态方法top.hmtools.enums.EDataVersion
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法top.hmtools.enums.EDataVersion
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A C D E G I P S T V 

Copyright © 2018. All Rights Reserved.