|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Country | |
|---|---|
| com.gisgraphy.domain.geoloc.entity | |
| com.gisgraphy.domain.repository | |
| com.gisgraphy.domain.valueobject | Gisgraphy Project This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. |
| com.gisgraphy.helper | |
| com.gisgraphy.webapp.action | |
| Uses of Country in com.gisgraphy.domain.geoloc.entity |
|---|
| Methods in com.gisgraphy.domain.geoloc.entity that return Country | |
|---|---|
Country |
GisFeature.getCountry()
|
| Methods in com.gisgraphy.domain.geoloc.entity with parameters of type Country | |
|---|---|
int |
Country.compareTo(Country country)
compare the name of the country |
| Uses of Country in com.gisgraphy.domain.repository |
|---|
| Methods in com.gisgraphy.domain.repository that return Country | |
|---|---|
Country |
CountryDao.getByIso3166Alpha2Code(String iso3166Alpha2Code)
|
Country |
ICountryDao.getByIso3166Alpha2Code(String iso3166Alpha2Code)
Get By ISO 3166 Alpha 2 (2-letter) code NOTE : The country code will be automaticaly converted in upperCase |
Country |
CountryDao.getByIso3166Alpha3Code(String iso3166Alpha3Code)
|
Country |
ICountryDao.getByIso3166Alpha3Code(String iso3166Alpha3Code)
Get by ISO 639 Alpha 3 (3-letter) code NOTE : The country code will be automaticaly converted in upperCase |
Country |
CountryDao.getByIso3166Code(String iso3166Code)
|
Country |
ICountryDao.getByIso3166Code(String iso3166Code)
Wrapper method around ICountryDao.getByIso3166Alpha2Code(String) and
ICountryDao.getByIso3166Alpha3Code(String). |
Country |
CountryDao.getByName(String name)
|
Country |
ICountryDao.getByName(String name)
returns the country for the specified name |
Country |
CountryDao.save(Country country)
|
| Methods in com.gisgraphy.domain.repository that return types with arguments of type Country | |
|---|---|
List<Country> |
CountryDao.getAllSortedByName()
|
List<Country> |
ICountryDao.getAllSortedByName()
|
| Methods in com.gisgraphy.domain.repository with parameters of type Country | |
|---|---|
Country |
CountryDao.save(Country country)
|
| Uses of Country in com.gisgraphy.domain.valueobject |
|---|
| Methods in com.gisgraphy.domain.valueobject with parameters of type Country | |
|---|---|
com.gisgraphy.domain.valueobject.GisFeatureDistance |
GisFeatureDistanceFactory.fromCountry(Country country,
Double distance)
|
| Uses of Country in com.gisgraphy.helper |
|---|
| Methods in com.gisgraphy.helper that return Country | |
|---|---|
Country |
GisFeatureHelper.getCountry(String countryCode)
|
| Uses of Country in com.gisgraphy.webapp.action |
|---|
| Methods in com.gisgraphy.webapp.action that return types with arguments of type Country | |
|---|---|
List<Country> |
GeocodingByTextAction.getCountries()
|
List<Country> |
EditFeatureAction.getCountries()
|
List<Country> |
GeocodingAction.getCountries()
|
List<Country> |
AddressParserAction.getCountries()
|
List<Country> |
EditStreetAction.getCountries()
|
List<Country> |
FulltextSearchAction.getCountries()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||