Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
Country |
GisFeature.getCountry() |
Modifier and Type | Method and Description |
---|---|
int |
Country.compareTo(Country country)
compare the name of the country
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
List<Country> |
CountryDao.getAllSortedByName() |
List<Country> |
ICountryDao.getAllSortedByName() |
Modifier and Type | Method and Description |
---|---|
Country |
CountryDao.save(Country country) |
Modifier and Type | Method and Description |
---|---|
com.gisgraphy.domain.valueobject.GisFeatureDistance |
GisFeatureDistanceFactory.fromCountry(Country country,
Double distance) |
Modifier and Type | Method and Description |
---|---|
Country |
GisFeatureHelper.getCountry(String countryCode) |
Modifier and Type | Method and Description |
---|---|
List<Country> |
AddressParserAction.getCountries() |
List<Country> |
FulltextSearchAction.getCountries() |
List<Country> |
EditFeatureAction.getCountries() |
List<Country> |
EditStreetAction.getCountries() |
List<Country> |
GeocodingAction.getCountries() |
List<Country> |
GeocodingByTextAction.getCountries() |
Copyright © 2015. All rights reserved.