public interface AddressMatch
Modifier and Type | Method and Description |
---|---|
java.util.List<GeoAddress> |
geocoding(GeoCodingParam param)
Forward address matching method
|
java.util.List<GeoAddress> |
geodecoding(GeoDecodingParam param)
Reverse address matching method
|
java.util.List<java.lang.String> |
getDatasetNamesInUse(java.lang.String datasourceName)
Get the name of the dataset being used
|
java.util.List<java.lang.String> |
getDatasourceNames()
Get the name of the datasource being used
|
boolean |
isUpdatingIndex()
Whether the index is being updated
|
void |
updateIndex(IndexUpdateParameter param)
Update forward address match index
|
java.util.List<GeoAddress> geocoding(GeoCodingParam param)
param
- Forward address matching parametersjava.util.List<GeoAddress> geodecoding(GeoDecodingParam param)
param
- Reverse address matching parametersvoid updateIndex(IndexUpdateParameter param)
param
- parameters for updating indexboolean isUpdatingIndex()
java.util.List<java.lang.String> getDatasourceNames()
java.util.List<java.lang.String> getDatasetNamesInUse(java.lang.String datasourceName)
datasourceName
- the name of the datasource