Package | Description |
---|---|
com.gisgraphy.domain.repository | |
com.gisgraphy.importer | |
com.gisgraphy.webapp.action |
Modifier and Type | Method and Description |
---|---|
City |
CityDao.getByShape(com.vividsolutions.jts.geom.Point location,
String countryCode,
boolean filterMunicipality) |
City |
ICityDao.getByShape(com.vividsolutions.jts.geom.Point location,
String countryCode,
boolean filterMunicipality) |
Modifier and Type | Method and Description |
---|---|
List<City> |
CityDao.listByZipCode(String zipcode,
String countrycode) |
List<City> |
ICityDao.listByZipCode(String zipcode,
String countrycode) |
Modifier and Type | Method and Description |
---|---|
protected City |
GeonamesZipCodeSimpleImporter.getByShape(String countryCode,
String code,
com.vividsolutions.jts.geom.Point zipPoint) |
protected City |
OpenStreetMapPoisSimpleImporter.getNearestCity(com.vividsolutions.jts.geom.Point location,
String countryCode,
boolean filterMunicipality) |
protected City |
OpenStreetMapSimpleImporter.getNearestCity(com.vividsolutions.jts.geom.Point location,
String countryCode,
boolean filterMunicipality) |
Modifier and Type | Method and Description |
---|---|
protected String |
OpenStreetMapPoisSimpleImporter.getDeeperAdmName(City city) |
protected String |
OpenStreetMapSimpleImporter.getDeeperAdmName(City city) |
Modifier and Type | Method and Description |
---|---|
City |
DebugStreetAction.getNearestMunicipalityByShape() |
City |
DebugStreetAction.getNearestMunicipalityByVicinity() |
City |
DebugStreetAction.getNearestNonMunicipalityByShape() |
City |
DebugStreetAction.getNearestNonMunicipalityByVicinity() |
Copyright © 2015. All rights reserved.