- AbstractFileRetriever - Class in com.gisgraphy.importer
-
Base class to download files from a server
- AbstractFileRetriever() - Constructor for class com.gisgraphy.importer.AbstractFileRetriever
-
- AbstractSimpleImporterProcessor - Class in com.gisgraphy.importer
-
Base class for all geonames processor. it provides session management and the
ability to process one or more CSV file
- AbstractSimpleImporterProcessor() - Constructor for class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
Default constructor
- ACCEPT_ALL_REGEX_OPTION - Static variable in class com.gisgraphy.importer.ImporterConfig
-
The regexp to use to import all the feature class / code
- ACCEPT_DISTANCE_BETWEEN_CITY_AND_STREET - Static variable in class com.gisgraphy.geocoding.GeocodingService
-
- acceptedPatterns - Variable in class com.gisgraphy.importer.GeonamesFeatureSimpleImporter
-
- ACCESS_DENIED - Static variable in class com.gisgraphy.service.UserSecurityAdvice
-
Default "Access Denied" error message (not i18n-ized).
- accuracyToDistance - Variable in class com.gisgraphy.importer.GeonamesZipCodeSimpleImporter
-
- add(String, String) - Method in class com.gisgraphy.helper.CommentedProperties
-
Add a Property to the end of the CommentedProperties.
- addAlternateName(AlternateName) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
Do a double set : add the alternate name to the current GisFeature and set
this GisFeature as the GisFeature of the specified AlternateName
- addAlternateName(AlternateOsmName) - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
Do a double set : add the alternate name to the current GisFeature and set
this GisFeature as the GisFeature of the specified AlternateName
- addAlternateNames(List<AlternateName>) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
Do a double set : add (not replace !)
- addAlternateNames(List<AlternateOsmName>) - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
Do a double set : add (not replace !)
- addAndSaveZipCodeToFeature(String, Long) - Method in class com.gisgraphy.importer.GeonamesZipCodeSimpleImporter
-
- addChild(Adm) - Method in class com.gisgraphy.domain.geoloc.entity.Adm
-
Do a double set : Add (not replace !
- addChildren(List<Adm>) - Method in class com.gisgraphy.domain.geoloc.entity.Adm
-
Do a double set : Add (not replace !)
- addHouseNumber(HouseNumber) - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
Do a double set : add the house number to the current street and set
this street as the street of the specified AlternateName
- addHouseNumbers(List<HouseNumber>) - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
Do a double set : add (not replace !)
- addIsInCitiesAlternateName(String) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- addIsInCitiesAlternateName(String) - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- addIsInCitiesAlternateNames(Collection<String>) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- addIsInCitiesAlternateNames(Collection<String>) - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- addLine(String) - Method in class com.gisgraphy.helper.CommentedProperties
-
Add a comment or blank line or comment to the end of the CommentedProperties.
- addMember(AssociatedStreetMember) - Method in class com.gisgraphy.importer.dto.AssociatedStreetHouseNumber
-
- addMember(InterpolationMember) - Method in class com.gisgraphy.importer.dto.InterpolationHouseNumber
-
Add a member
- addNewEntityAndZip(String[]) - Method in class com.gisgraphy.importer.GeonamesZipCodeSimpleImporter
-
- Address - Class in com.gisgraphy.model
-
This class is used to represent an address with address, city, province and
postal-code information.
!!!!
- Address() - Constructor for class com.gisgraphy.model.Address
-
- ADDRESSES_PLACETYPE - Static variable in class com.gisgraphy.fulltext.Constants
-
convenence placetype for city and citySubdivision
- AddressHelper - Class in com.gisgraphy.reversegeocoding
-
Some useful method for housenumber
- AddressHelper() - Constructor for class com.gisgraphy.reversegeocoding.AddressHelper
-
- addressHelper - Variable in class com.gisgraphy.reversegeocoding.ReverseGeocodingService
-
- AddressInclusion - Enum in com.gisgraphy.importer.dto
-
http://wiki.openstreetmap.org/wiki/Addresses#Using_Address_Interpolation_for_partial_surveys
- AddressParserAction - Class in com.gisgraphy.webapp.action
-
geocoding by text action
- AddressParserAction() - Constructor for class com.gisgraphy.webapp.action.AddressParserAction
-
- AddressParserServlet - Class in com.gisgraphy.servlet
-
Provides a servlet Wrapper around The Gisgraphy address parser Service, it Maps web
parameters to create a AddressQuery
- AddressParserServlet() - Constructor for class com.gisgraphy.servlet.AddressParserServlet
-
- addRole(Role) - Method in class com.gisgraphy.model.User
-
Adds a role for the user
- addSpokenLanguage(Language) - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
Add a spoken language to the country.
- addSpokenLanguages(List<Language>) - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
- addZip(String) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
add a zip
- addZip(String) - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
add a zip
- addZipCode(ZipCode) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
Do a double set : add the zip code to the current GisFeature and set
this GisFeature as the GisFeature of the zipcode
- addZipCodes(Collection<ZipCode>) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
Do a double set : add the zip codes to the current GisFeature and set
this GisFeature as the GisFeature of the zipcodes
* @param zipCodes the zip codes to add
- addZips(Collection<String>) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
add zips
- addZips(Collection<String>) - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
add zips
- Adm - Class in com.gisgraphy.domain.geoloc.entity
-
Represents a (sub) division of a
Country
(Region, Province, state,
Department, and so on)
Adm are in tree structure.
- Adm(GisFeature, Integer) - Constructor for class com.gisgraphy.domain.geoloc.entity.Adm
-
Constructor that populate the Adm with the gisFeature fields and set the
level
note The feature class will be set to 'A' and The feature code
will be set according to the Level (ADM + level)
- Adm(Integer) - Constructor for class com.gisgraphy.domain.geoloc.entity.Adm
-
Constructor that create an Adm for the specified level
note the feature class will be set to 'A' and The feature code will
be set according to the Level (ADM + level)
- Adm() - Constructor for class com.gisgraphy.domain.geoloc.entity.Adm
-
Default constructor (Needed by CGLib)
- adm1file - Variable in class com.gisgraphy.importer.GeonamesAlternateNamesExtracter
-
- adm1fileOutputStreamWriter - Variable in class com.gisgraphy.importer.GeonamesAlternateNamesExtracter
-
- adm1Map - Variable in class com.gisgraphy.importer.GeonamesAlternateNamesExtracter
-
- adm2file - Variable in class com.gisgraphy.importer.GeonamesAlternateNamesExtracter
-
- adm2fileOutputStreamWriter - Variable in class com.gisgraphy.importer.GeonamesAlternateNamesExtracter
-
- adm2Map - Variable in class com.gisgraphy.importer.GeonamesAlternateNamesExtracter
-
- AdmBuilding - Class in com.gisgraphy.domain.geoloc.entity
-
- AdmBuilding(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.AdmBuilding
-
Constructor that populate the
AdmBuilding
with the gisFeature fields
- AdmBuilding() - Constructor for class com.gisgraphy.domain.geoloc.entity.AdmBuilding
-
Needed by CGLib
- AdmBuildingDao - Class in com.gisgraphy.domain.repository
-
- AdmBuildingDao() - Constructor for class com.gisgraphy.domain.repository.AdmBuildingDao
-
Default constructor
- AdmDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Adm
- AdmDao() - Constructor for class com.gisgraphy.domain.repository.AdmDao
-
- admDao - Variable in class com.gisgraphy.importer.GeonamesAlternateNamesSimpleImporter
-
- admDao - Variable in class com.gisgraphy.importer.GeonamesFeatureSimpleImporter
-
- admDao - Variable in class com.gisgraphy.importer.GeonamesZipCodeSimpleImporter
-
- admDao - Variable in class com.gisgraphy.importer.OpenStreetMapCitiesSimpleImporter
-
- AdmExtracter - Class in com.gisgraphy.importer
-
Extract 4 files in CSV format in order to import Adm.
- AdmExtracter() - Constructor for class com.gisgraphy.importer.AdmExtracter
-
Default Constructor
- AdmExtracterStrategyOptions - Enum in com.gisgraphy.importer
-
Enumeration of option that determine what should we do when Adm have already
been extracted from country files,
- ADMIN_ROLE - Static variable in class com.gisgraphy.Constants
-
The name of the Administrator role, as specified in web.xml
- afterPropertiesSet() - Method in class com.gisgraphy.domain.repository.DatabaseInitializer
-
- afterReturning(Object, Method, Object[], Object) - Method in class com.gisgraphy.service.UserSecurityAdvice
-
After returning, grab the user, check if they've been modified and reset
the SecurityContext if they have.
- Airport - Class in com.gisgraphy.domain.geoloc.entity
-
- Airport(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Airport
-
Constructor that populate the
Airport
with the gisFeature fields
- Airport() - Constructor for class com.gisgraphy.domain.geoloc.entity.Airport
-
Needed by CGLib
- AirportDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Airport
Object
- AirportDao() - Constructor for class com.gisgraphy.domain.repository.AirportDao
-
Default constructor
- ALLCOUTRY_FILENAME - Static variable in class com.gisgraphy.importer.ImporterHelper
-
the all country dump file name
- ALREADY_DONE_FILE_NAME - Static variable in class com.gisgraphy.importer.ImporterConfig
-
the name of the file that gives the information if the import is done or
not
- AlternateName - Class in com.gisgraphy.domain.geoloc.entity
-
Represents an Alternate Name of a feature
- AlternateName(String, AlternateNameSource) - Constructor for class com.gisgraphy.domain.geoloc.entity.AlternateName
-
- AlternateName() - Constructor for class com.gisgraphy.domain.geoloc.entity.AlternateName
-
Default constructor (Needed by CGLib)
- AlternateNameDao - Class in com.gisgraphy.domain.repository
-
- AlternateNameDao() - Constructor for class com.gisgraphy.domain.repository.AlternateNameDao
-
Default constructor
- alternateNameDao - Variable in class com.gisgraphy.importer.GeonamesAlternateNamesSimpleImporter
-
- alternateNameDao - Variable in class com.gisgraphy.importer.GeonamesFeatureSimpleImporter
-
- ALTERNATENAMES_EXTRACTION_PATTERN - Static variable in class com.gisgraphy.importer.OpenStreetMapCitiesSimpleImporter
-
- ALTERNATENAMES_EXTRACTION_PATTERN - Static variable in class com.gisgraphy.importer.OpenStreetMapPoisSimpleImporter
-
- ALTERNATENAMES_EXTRACTION_PATTERN - Static variable in class com.gisgraphy.importer.OpenStreetMapSimpleImporter
-
- ALTERNATENAMES_EXTRACTION_REGEXP - Static variable in class com.gisgraphy.importer.OpenStreetMapCitiesSimpleImporter
-
- ALTERNATENAMES_EXTRACTION_REGEXP - Static variable in class com.gisgraphy.importer.OpenStreetMapPoisSimpleImporter
-
- ALTERNATENAMES_EXTRACTION_REGEXP - Static variable in class com.gisgraphy.importer.OpenStreetMapSimpleImporter
-
- AlternateNameSource - Enum in com.gisgraphy.domain.valueobject
-
Represents a possible source for
AlternateName
It tells from which
files / gazetteers it has been imported
- AlternateOsmName - Class in com.gisgraphy.domain.geoloc.entity
-
Represents an Alternate Name of a feature
- AlternateOsmName(String, AlternateNameSource) - Constructor for class com.gisgraphy.domain.geoloc.entity.AlternateOsmName
-
- AlternateOsmName() - Constructor for class com.gisgraphy.domain.geoloc.entity.AlternateOsmName
-
Default constructor (Needed by CGLib)
- Ambulance - Class in com.gisgraphy.domain.geoloc.entity
-
- Ambulance(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Ambulance
-
Constructor that populate the
Ambulance
with the gisFeature
fields
- Ambulance() - Constructor for class com.gisgraphy.domain.geoloc.entity.Ambulance
-
Needed by CGLib
- AmbulanceDao - Class in com.gisgraphy.domain.repository
-
- AmbulanceDao() - Constructor for class com.gisgraphy.domain.repository.AmbulanceDao
-
Default constructor
- AmusePark - Class in com.gisgraphy.domain.geoloc.entity
-
- AmusePark(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.AmusePark
-
Constructor that populate the
AmusePark
with the gisFeature
fields
- AmusePark() - Constructor for class com.gisgraphy.domain.geoloc.entity.AmusePark
-
Needed by CGLib
- AmuseParkDao - Class in com.gisgraphy.domain.repository
-
- AmuseParkDao() - Constructor for class com.gisgraphy.domain.repository.AmuseParkDao
-
Default constructor
- APPLICATION_CONTEXT_NAMES - Static variable in class com.gisgraphy.domain.valueobject.Constants
-
An Array of the applicationContext names
- APPLICATION_CONTEXT_NAMES_FOR_TEST - Static variable in class com.gisgraphy.domain.valueobject.Constants
-
An Array of the ApplicationContext names for tests
- APPLICATION_CONTEXT_NAMES_NON_WEB - Static variable in class com.gisgraphy.domain.valueobject.Constants
-
application context files to start classpath in a non
web context, (note that : javax.servlet should be added in the classpath)
then you can start
new ClassPathXmlApplicationContext(Constants.APPLICATION_CONTEXT_NAMES_NON_WEB);
- applyDecorator(Page, Decorator, HttpServletRequest, HttpServletResponse) - Method in class com.opensymphony.module.sitemesh.filter.PageFilterWithoutSession
-
Apply Decorator
to
Page
and write to the response.
- Aqueduc - Class in com.gisgraphy.domain.geoloc.entity
-
- Aqueduc(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Aqueduc
-
Constructor that populate the
Aqueduc
with the gisFeature fields
- Aqueduc() - Constructor for class com.gisgraphy.domain.geoloc.entity.Aqueduc
-
Needed by CGLib
- AqueducDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Aqueduc
Object
- AqueducDao() - Constructor for class com.gisgraphy.domain.repository.AqueducDao
-
Default constructor
- ASK - Static variable in class com.gisgraphy.webapp.action.ResetImportAction
-
view of the page that ask for confirmation
- assemble(Serializable, Object) - Method in class com.gisgraphy.hibernate.type.TsVectorStringType
-
- AssociatedStreetHouseNumber - Class in com.gisgraphy.importer.dto
-
Represents a house number with an associated street in the Karlsruhe schema.
- AssociatedStreetHouseNumber() - Constructor for class com.gisgraphy.importer.dto.AssociatedStreetHouseNumber
-
- AssociatedStreetMember - Class in com.gisgraphy.importer.dto
-
Represents a house number member in the Karlsruhe schema.
- AssociatedStreetMember() - Constructor for class com.gisgraphy.importer.dto.AssociatedStreetMember
-
- AssociatedStreetMember(String, Point, String, String, String, String) - Constructor for class com.gisgraphy.importer.dto.AssociatedStreetMember
-
- ATM - Class in com.gisgraphy.domain.geoloc.entity
-
- ATM(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.ATM
-
Constructor that populate the
ATM
with the gisFeature fields
- ATM() - Constructor for class com.gisgraphy.domain.geoloc.entity.ATM
-
Needed by CGLib
- ATMDao - Class in com.gisgraphy.domain.repository
-
A data access object for
ATM
Object
- ATMDao() - Constructor for class com.gisgraphy.domain.repository.ATMDao
-
Default constructor
- ATOM_STYLESHEET - Static variable in class com.gisgraphy.domain.valueobject.Constants
-
The name of the XSL to apply to output ATOM format
- attributeAdded(HttpSessionBindingEvent) - Method in class com.gisgraphy.webapp.listener.UserCounterListener
-
This method is designed to catch when user's login and record their name
- attributeRemoved(HttpSessionBindingEvent) - Method in class com.gisgraphy.webapp.listener.UserCounterListener
-
When user's logout, remove their name from the hashMap
- attributeReplaced(HttpSessionBindingEvent) - Method in class com.gisgraphy.webapp.listener.UserCounterListener
-
Needed for Acegi Security 1.0, as it adds an anonymous user to the
session and then replaces it after authentication.
- AVAILABLE_ROLES - Static variable in class com.gisgraphy.Constants
-
The name of the available roles list, a request-scoped attribute when
adding/editing a user.
- Camp - Class in com.gisgraphy.domain.geoloc.entity
-
- Camp(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Camp
-
Constructor that populate the
Camp
with the gisFeature fields
- Camp() - Constructor for class com.gisgraphy.domain.geoloc.entity.Camp
-
Needed by CGLib
- CampDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Camp
Object
- CampDao() - Constructor for class com.gisgraphy.domain.repository.CampDao
-
Default constructor
- Camping - Class in com.gisgraphy.domain.geoloc.entity
-
- Camping(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Camping
-
Constructor that populate the
Camping
with the gisFeature fields
- Camping() - Constructor for class com.gisgraphy.domain.geoloc.entity.Camping
-
Needed by CGLib
- CampingDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Camping
Object
- CampingDao() - Constructor for class com.gisgraphy.domain.repository.CampingDao
-
Default constructor
- CANCEL - Static variable in class com.gisgraphy.webapp.action.BaseAction
-
Constant for cancel result String
- cancel - Variable in class com.gisgraphy.webapp.action.BaseAction
-
Indicator if the user clicked cancel
- cancel() - Method in class com.gisgraphy.webapp.action.BaseAction
-
Simple method that returns "cancel" result
- cancel() - Method in class com.gisgraphy.webapp.action.UserAction
-
Sends users to "mainMenu" when !
- Canyon - Class in com.gisgraphy.domain.geoloc.entity
-
- Canyon(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Canyon
-
Constructor that populate the
Canyon
with the gisFeature fields
- Canyon() - Constructor for class com.gisgraphy.domain.geoloc.entity.Canyon
-
Needed by CGLib
- CanyonDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Canyon
Object
- CanyonDao() - Constructor for class com.gisgraphy.domain.repository.CanyonDao
-
Default constructor
- CASE_INSENSITIVE_ORDER - Static variable in class com.gisgraphy.model.LabelValue
-
Comparator that can be used for a case insensitive sort of
LabelValue
objects.
- Casino - Class in com.gisgraphy.domain.geoloc.entity
-
- Casino(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Casino
-
Constructor that populate the
Casino
with the gisFeature fields
- Casino() - Constructor for class com.gisgraphy.domain.geoloc.entity.Casino
-
Needed by CGLib
- CasinoDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Casino
Object
- CasinoDao() - Constructor for class com.gisgraphy.domain.repository.CasinoDao
-
Default constructor
- Castle - Class in com.gisgraphy.domain.geoloc.entity
-
- Castle(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Castle
-
Constructor that populate the
Castle
with the gisFeature fields
- Castle() - Constructor for class com.gisgraphy.domain.geoloc.entity.Castle
-
Needed by CGLib
- CastleDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Castle
Object
- CastleDao() - Constructor for class com.gisgraphy.domain.repository.CastleDao
-
Default constructor
- Cave - Class in com.gisgraphy.domain.geoloc.entity
-
- Cave(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Cave
-
Constructor that populate the
Cave
with the gisFeature fields
- Cave() - Constructor for class com.gisgraphy.domain.geoloc.entity.Cave
-
Needed by CGLib
- CaveDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Cave
Object
- CaveDao() - Constructor for class com.gisgraphy.domain.repository.CaveDao
-
Default constructor
- Cemetery - Class in com.gisgraphy.domain.geoloc.entity
-
- Cemetery(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Cemetery
-
Constructor that populate the
Cemetery
with the gisFeature fields
- Cemetery() - Constructor for class com.gisgraphy.domain.geoloc.entity.Cemetery
-
Needed by CGLib
- CemeteryDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Cemetery
Object
- CemeteryDao() - Constructor for class com.gisgraphy.domain.repository.CemeteryDao
-
Default constructor
- CHARSET - Static variable in class com.gisgraphy.domain.valueobject.Constants
-
Default charset
- CHECK_CONFIG_VIEW_NAME - Static variable in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- checkConfig() - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- checkNumberOfColumn(String[]) - Method in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
- checkNumberOfColumn(String[]) - Method in class com.gisgraphy.importer.OpenStreetMapSimpleImporter
-
overidded because alternatenames can be null so number of fields can differ
- checkparameter() - Method in class com.gisgraphy.servlet.AddressParserServlet
-
- checkparameter() - Method in class com.gisgraphy.servlet.GeocodingServlet
-
- checkUrl(String) - Static method in class com.gisgraphy.importer.ImporterHelper
-
check if an url doesn't return 200 or 3XX code
- checkUrls(List<String>) - Static method in class com.gisgraphy.importer.ImporterHelper
-
- Cinema - Class in com.gisgraphy.domain.geoloc.entity
-
- Cinema(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Cinema
-
Constructor that populate the
Cinema
with the gisFeature fields
- Cinema() - Constructor for class com.gisgraphy.domain.geoloc.entity.Cinema
-
Needed by CGLib
- CinemaDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Cinema
Object
- CinemaDao() - Constructor for class com.gisgraphy.domain.repository.CinemaDao
-
Default constructor
- Cirque - Class in com.gisgraphy.domain.geoloc.entity
-
- Cirque(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Cirque
-
Constructor that populate the
Cirque
with the gisFeature fields
- Cirque() - Constructor for class com.gisgraphy.domain.geoloc.entity.Cirque
-
Needed by CGLib
- CirqueDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Cirque
Object
- CirqueDao() - Constructor for class com.gisgraphy.domain.repository.CirqueDao
-
Default constructor
- City - Class in com.gisgraphy.domain.geoloc.entity
-
Represents a city Object
- City(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.City
-
Constructor that populate the
City
with the gisFeature fields
- City() - Constructor for class com.gisgraphy.domain.geoloc.entity.City
-
Default constructor (Needed by CGLib)
- CITY_AND_CITYSUBDIVISION_PLACETYPE - Static variable in class com.gisgraphy.fulltext.Constants
-
convenence placetype for city and citySubdivision
- CITY_BOOST_QUERY - Static variable in class com.gisgraphy.fulltext.FulltextQuerySolrHelper
-
- CityDao - Class in com.gisgraphy.domain.repository
-
A data access object for
City
- CityDao() - Constructor for class com.gisgraphy.domain.repository.CityDao
-
Default constructor
- cityDao - Variable in class com.gisgraphy.importer.GeonamesAlternateNamesSimpleImporter
-
- cityDao - Variable in class com.gisgraphy.importer.GeonamesFeatureSimpleImporter
-
- cityDao - Variable in class com.gisgraphy.importer.GeonamesZipCodeSimpleImporter
-
- cityDao - Variable in class com.gisgraphy.importer.OpenStreetMapCitiesSimpleImporter
-
- cityDao - Variable in class com.gisgraphy.importer.OpenStreetMapPoisSimpleImporter
-
- cityDao - Variable in class com.gisgraphy.importer.OpenStreetMapSimpleImporter
-
- CityHall - Class in com.gisgraphy.domain.geoloc.entity
-
- CityHall(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.CityHall
-
Constructor that populate the
CityHall
with the gisFeature
fields
- CityHall() - Constructor for class com.gisgraphy.domain.geoloc.entity.CityHall
-
Needed by CGLib
- CityHallDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Camp
Object
- CityHallDao() - Constructor for class com.gisgraphy.domain.repository.CityHallDao
-
Default constructor
- CitySubdivision - Class in com.gisgraphy.domain.geoloc.entity
-
Represents a city subdivision Object
- CitySubdivision(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.CitySubdivision
-
- CitySubdivision() - Constructor for class com.gisgraphy.domain.geoloc.entity.CitySubdivision
-
Default constructor (Needed by CGLib)
- CitySubdivisionDao - Class in com.gisgraphy.domain.repository
-
- CitySubdivisionDao() - Constructor for class com.gisgraphy.domain.repository.CitySubdivisionDao
-
Default constructor
- citySubdivisionDao - Variable in class com.gisgraphy.importer.OpenStreetMapCitiesSimpleImporter
-
- ClassNameHelper - Class in com.gisgraphy.helper
-
Some useful (hack) functions
- ClassNameHelper() - Constructor for class com.gisgraphy.helper.ClassNameHelper
-
- Cliff - Class in com.gisgraphy.domain.geoloc.entity
-
- Cliff(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Cliff
-
Constructor that populate the
Cliff
with the gisFeature fields
- Cliff() - Constructor for class com.gisgraphy.domain.geoloc.entity.Cliff
-
Needed by CGLib
- CliffDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Cliff
Object
- CliffDao() - Constructor for class com.gisgraphy.domain.repository.CliffDao
-
Default constructor
- Coast - Class in com.gisgraphy.domain.geoloc.entity
-
- Coast(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Coast
-
Constructor that populate the
Coast
with the gisFeature fields
- Coast() - Constructor for class com.gisgraphy.domain.geoloc.entity.Coast
-
Needed by CGLib
- CoastDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Coast
Object
- CoastDao() - Constructor for class com.gisgraphy.domain.repository.CoastDao
-
Default constructor
- com.gisgraphy - package com.gisgraphy
-
- com.gisgraphy.dao - package com.gisgraphy.dao
-
- com.gisgraphy.dao.hibernate - package com.gisgraphy.dao.hibernate
-
- com.gisgraphy.dao.spring - package com.gisgraphy.dao.spring
-
- com.gisgraphy.domain.geoloc.entity - package com.gisgraphy.domain.geoloc.entity
-
- com.gisgraphy.domain.geoloc.entity.event - package com.gisgraphy.domain.geoloc.entity.event
-
- com.gisgraphy.domain.repository - package com.gisgraphy.domain.repository
-
- com.gisgraphy.domain.repository.exception - package com.gisgraphy.domain.repository.exception
-
- com.gisgraphy.domain.valueobject - package 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.fulltext - package com.gisgraphy.fulltext
-
- com.gisgraphy.fulltext.spell - package com.gisgraphy.fulltext.spell
-
- com.gisgraphy.geocoding - package com.gisgraphy.geocoding
-
- com.gisgraphy.geoloc - package com.gisgraphy.geoloc
-
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 - package com.gisgraphy.helper
-
- com.gisgraphy.hibernate.criterion - package com.gisgraphy.hibernate.criterion
-
- com.gisgraphy.hibernate.projection - package com.gisgraphy.hibernate.projection
-
- com.gisgraphy.hibernate.type - package com.gisgraphy.hibernate.type
-
- com.gisgraphy.importer - package com.gisgraphy.importer
-
- com.gisgraphy.importer.dto - package com.gisgraphy.importer.dto
-
- com.gisgraphy.model - package com.gisgraphy.model
-
- com.gisgraphy.reversegeocoding - package com.gisgraphy.reversegeocoding
-
- com.gisgraphy.service - package com.gisgraphy.service
-
- com.gisgraphy.service.impl - package com.gisgraphy.service.impl
-
- com.gisgraphy.servlet - package com.gisgraphy.servlet
-
- com.gisgraphy.stats - package com.gisgraphy.stats
-
- com.gisgraphy.street - package com.gisgraphy.street
-
- com.gisgraphy.util - package com.gisgraphy.util
-
- com.gisgraphy.webapp.action - package com.gisgraphy.webapp.action
-
- com.gisgraphy.webapp.filter - package com.gisgraphy.webapp.filter
-
- com.gisgraphy.webapp.interceptor - package com.gisgraphy.webapp.interceptor
-
- com.gisgraphy.webapp.listener - package com.gisgraphy.webapp.listener
-
- com.gisgraphy.webapp.taglib - package com.gisgraphy.webapp.taglib
-
- com.gisgraphy.webapp.util - package com.gisgraphy.webapp.util
-
- com.opensymphony.module.sitemesh.filter - package com.opensymphony.module.sitemesh.filter
-
- COMMENT_START - Variable in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
Lines starting with this prefix are considered as comments
- CommentedProperties - Class in com.gisgraphy.helper
-
The CommentedProperties class is an extension of java.util.Properties
to allow retention of comment lines and blank (whitespace only) lines
in the properties file.
- CommentedProperties() - Constructor for class com.gisgraphy.helper.CommentedProperties
-
- CommentedProperties(Properties) - Constructor for class com.gisgraphy.helper.CommentedProperties
-
- commit() - Method in interface com.gisgraphy.domain.repository.ISolRSynchroniser
-
Send a commit to the full text search engine
- commit() - Method in class com.gisgraphy.domain.repository.SolRSynchroniser
-
- commit() - Method in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
- comparator - Static variable in class com.gisgraphy.geocoding.GeocodingService
-
- compare(SolrResponseDto, SolrResponseDto) - Method in class com.gisgraphy.fulltext.SolrResponseDtoDistanceComparator
-
- compare(HouseNumber, HouseNumber) - Method in class com.gisgraphy.street.HouseNumberComparator
-
- compare(Object, Object) - Method in class com.gisgraphy.webapp.taglib.CountryTag.LabelValueComparator
-
Compares the localized labels of two LabelValues.
- compareTo(Country) - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
compare the name of the country
- compareTo(HouseNumber) - Method in class com.gisgraphy.domain.geoloc.entity.HouseNumber
-
- compareTo(InterpolationMember) - Method in class com.gisgraphy.importer.dto.InterpolationMember
-
- compareTo(LabelValue) - Method in class com.gisgraphy.model.LabelValue
-
Compare LabelValueBeans based on the label, because that's the human
viewable part of the object.
- compareTo(Object) - Method in class com.gisgraphy.model.Role
-
- compileRegex(String) - Static method in class com.gisgraphy.importer.ImporterHelper
-
- CONFIG - Static variable in class com.gisgraphy.Constants
-
The name of the configuration hashmap stored in application scope.
- confirm() - Method in class com.gisgraphy.webapp.action.ResetImportAction
-
- Constants - Class in com.gisgraphy
-
Constant values used throughout the application.
- Constants() - Constructor for class com.gisgraphy.Constants
-
- Constants - Class in com.gisgraphy.domain.valueobject
-
- Constants() - Constructor for class com.gisgraphy.domain.valueobject.Constants
-
- Constants - Class in com.gisgraphy.fulltext
-
- Constants() - Constructor for class com.gisgraphy.fulltext.Constants
-
- Constants.SolrQueryType - Enum in com.gisgraphy.domain.valueobject
-
All the Query type in the Gisgraphy solr config file
- ConstantsTag - Class in com.gisgraphy.webapp.taglib
-
This class is designed to put all the public variables in a class to a
specified scope - designed for exposing a Constants class to Tag Libraries.
- ConstantsTag() - Constructor for class com.gisgraphy.webapp.taglib.ConstantsTag
-
- ConstantsTei - Class in com.gisgraphy.webapp.taglib
-
Implementation of TagExtraInfo
for the constants tag,
identifying the scripting object(s) to be made visible.
- ConstantsTei() - Constructor for class com.gisgraphy.webapp.taglib.ConstantsTei
-
- constructMinimalQuery(Point, double) - Method in class com.gisgraphy.geoloc.GeolocQueryHttpBuilder
-
Create a basic GeolocQuery. this method must be overide
if we need to create inheritance object
- constructMinimalQuery(Point, double) - Method in class com.gisgraphy.street.StreetSearchQueryHttpBuilder
-
- containsDigit(String) - Static method in class com.gisgraphy.util.StringUtil
-
- contextDestroyed(ServletContextEvent) - Method in class com.gisgraphy.webapp.listener.StartupListener
-
Shutdown servlet context (currently a no-op method).
- contextDestroyed(ServletContextEvent) - Method in class com.gisgraphy.webapp.listener.UserCounterListener
-
Set the servletContext, users and counter to null
- contextInitialized(ServletContextEvent) - Method in class com.gisgraphy.webapp.listener.StartupListener
-
- contextInitialized(ServletContextEvent) - Method in class com.gisgraphy.webapp.listener.UserCounterListener
-
Initialize the context
- Continent - Class in com.gisgraphy.domain.geoloc.entity
-
- Continent(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Continent
-
Constructor that populate the
Continent
with the gisFeature
fields
- Continent() - Constructor for class com.gisgraphy.domain.geoloc.entity.Continent
-
Needed by CGLib
- ContinentDao - Class in com.gisgraphy.domain.repository
-
- ContinentDao() - Constructor for class com.gisgraphy.domain.repository.ContinentDao
-
Default constructor
- convert(Class, Object) - Method in class com.gisgraphy.util.CurrencyConverter
-
Convert a String to a Double and a Double to a String
- convert(Class, Object) - Method in class com.gisgraphy.util.DateConverter
-
Convert a date to a String and a String to a Date
- convertBundleToMap(ResourceBundle) - Static method in class com.gisgraphy.helper.PropertiesHelper
-
Method to convert a ResourceBundle to a Map object.
- convertBundleToProperties(ResourceBundle) - Static method in class com.gisgraphy.util.ConvertUtil
-
Method to convert a ResourceBundle to a Properties object.
- convertDateToString(Date) - Static method in class com.gisgraphy.util.DateUtil
-
This method generates a string representation of a date based on the
System Property 'dateFormat' in the format you specify on input
- convertFromString(Map, String[], Class) - Method in class com.gisgraphy.webapp.action.DateConverter
-
- convertListToMap(List<LabelValue>) - Static method in class com.gisgraphy.util.ConvertUtil
-
Convert a java.util.List of LabelValue objects to a LinkedHashMap.
- convertStringToDate(String, String) - Static method in class com.gisgraphy.util.DateUtil
-
This method generates a string representation of a date/time in the
format you specify on input
- convertStringToDate(String) - Static method in class com.gisgraphy.util.DateUtil
-
This method converts a String to a date using the datePattern
- convertToDate(Class, Object, String) - Method in class com.gisgraphy.util.DateConverter
-
Convert a String to a Date with the specified pattern.
- convertToDate(Class, Object) - Method in class com.gisgraphy.util.TimestampConverter
-
Convert a String to a date
- convertToString(Class, Object) - Method in class com.gisgraphy.util.DateConverter
-
Convert a java.util.Date to a String
- convertToString(Class, Object) - Method in class com.gisgraphy.util.TimestampConverter
-
Convert from a java.util.Date to a String
- convertToString(Map, Object) - Method in class com.gisgraphy.webapp.action.DateConverter
-
- ConvertUtil - Class in com.gisgraphy.util
-
Utility class to convert one object to another.
- correctLastAdmCodeIfPossible(String[]) - Static method in class com.gisgraphy.importer.ImporterHelper
-
- correctPlaceType(GisFeature, String) - Method in class com.gisgraphy.importer.GeonamesFeatureSimpleImporter
-
- count() - Method in class com.gisgraphy.domain.repository.GenericDao
-
- count() - Method in interface com.gisgraphy.domain.repository.IDao
-
- COUNT_KEY - Static variable in class com.gisgraphy.webapp.listener.UserCounterListener
-
Name of user counter variable
- countByLevel(int) - Method in class com.gisgraphy.domain.repository.AdmDao
-
- countByLevel(int) - Method in interface com.gisgraphy.domain.repository.IAdmDao
-
- countEstimate() - Method in interface com.gisgraphy.domain.repository.IOpenStreetMapDao
-
- countEstimate() - Method in class com.gisgraphy.domain.repository.OpenStreetMapDao
-
- countLines(File[]) - Method in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
- countLines(String) - Method in class com.gisgraphy.importer.FileSpliter
-
- Country - Class in com.gisgraphy.domain.geoloc.entity
-
A Country (as defined by ISO 3166).
- Country(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Country
-
Constructor that populate the
Country
with the gisFeature fields
- Country() - Constructor for class com.gisgraphy.domain.geoloc.entity.Country
-
Default constructor (Needed by CGLib)
- Country(String, String, int) - Constructor for class com.gisgraphy.domain.geoloc.entity.Country
-
Construct a country with the iso 3166 alpha-2 code, iso 3166 alpha-3 code, and
iso 3166 numeric code
- countrycodeToCityDetectionStrategy - Static variable in class com.gisgraphy.importer.MunicipalityDetector
-
- countrycodeToCityOSMDetectionStrategy - Static variable in class com.gisgraphy.importer.MunicipalityDetector
-
- CountryDao - Class in com.gisgraphy.domain.repository
-
- CountryDao() - Constructor for class com.gisgraphy.domain.repository.CountryDao
-
Default Constructor
- countryDao - Variable in class com.gisgraphy.helper.GisFeatureHelper
-
- countryDao - Variable in class com.gisgraphy.importer.GeonamesFeatureSimpleImporter
-
- countryFile - Variable in class com.gisgraphy.importer.GeonamesAlternateNamesExtracter
-
- countryFileFilter - Static variable in class com.gisgraphy.importer.ImporterHelper
-
- countryfileOutputStreamWriter - Variable in class com.gisgraphy.importer.GeonamesAlternateNamesExtracter
-
- countryMap - Variable in class com.gisgraphy.importer.GeonamesAlternateNamesExtracter
-
- CountryTag - Class in com.gisgraphy.webapp.taglib
-
Tag for creating multiple <select> options for displaying a list of
country names.
- CountryTag() - Constructor for class com.gisgraphy.webapp.taglib.CountryTag
-
- CountryTag.LabelValueComparator - Class in com.gisgraphy.webapp.taglib
-
Class to compare LabelValues using their labels with locale-sensitive
behaviour.
- CountryTag.LabelValueComparator(Locale) - Constructor for class com.gisgraphy.webapp.taglib.CountryTag.LabelValueComparator
-
Creates a new LabelValueComparator object.
- CourtHouse - Class in com.gisgraphy.domain.geoloc.entity
-
- CourtHouse(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.CourtHouse
-
Constructor that populate the
CourtHouse
with the gisFeature
fields
- CourtHouse() - Constructor for class com.gisgraphy.domain.geoloc.entity.CourtHouse
-
Needed by CGLib
- CourtHouseDao - Class in com.gisgraphy.domain.repository
-
- CourtHouseDao() - Constructor for class com.gisgraphy.domain.repository.CourtHouseDao
-
Default constructor
- Craft - Class in com.gisgraphy.domain.geoloc.entity
-
- Craft(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Craft
-
Constructor that populate the
Craft
with the gisFeature
fields
- Craft() - Constructor for class com.gisgraphy.domain.geoloc.entity.Craft
-
Needed by CGLib
- CraftDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Craft
Object
- CraftDao() - Constructor for class com.gisgraphy.domain.repository.CraftDao
-
Default constructor
- create(OpenStreetMap) - Method in interface com.gisgraphy.street.IStreetFactory
-
- create(OpenStreetMap) - Method in class com.gisgraphy.street.StreetFactory
-
- createFulltextIndexes() - Method in interface com.gisgraphy.domain.repository.IOpenStreetMapDao
-
Create the fulltext index for openstreetMap
to improve performances
- createFulltextIndexes() - Method in class com.gisgraphy.domain.repository.OpenStreetMapDao
-
- createGISTIndexForLocationColumn() - Method in class com.gisgraphy.domain.repository.GenericGisDao
-
- createGISTIndexForLocationColumn() - Method in interface com.gisgraphy.domain.repository.IGisDao
-
Create the database GIST index for the column 'location' for this entity if it doesn't already exists
- createGISTIndexForShapeColumn() - Method in class com.gisgraphy.domain.repository.GenericGisDao
-
- createGISTIndexForShapeColumn() - Method in interface com.gisgraphy.domain.repository.IGisDao
-
create the shape index for the entity if it doesn't already exists.
- createImporterMetadataDirIfItDoesnTExist() - Method in class com.gisgraphy.importer.ImporterConfig
-
Create the importerMetadataDirectory
- createNormalize_textFunction() - Method in class com.gisgraphy.domain.repository.DatabaseHelper
-
- createNormalize_textFunction() - Method in interface com.gisgraphy.domain.repository.IDatabaseHelper
-
create a postgres function in postgres to remove accent, lower cased, trim, and
remove unwanted char (, . ; ")
- createSpatialIndexes() - Method in interface com.gisgraphy.domain.repository.IOpenStreetMapDao
-
Create the database GIST for openstreetMap
to improve performances
- createSpatialIndexes() - Method in class com.gisgraphy.domain.repository.OpenStreetMapDao
-
- createTempDir(String) - Static method in class com.gisgraphy.helper.FileHelper
-
- CSS_THEME - Static variable in class com.gisgraphy.Constants
-
The name of the CSS Theme setting.
- CSV_FIELD_SEPARATOR - Static variable in class com.gisgraphy.domain.valueobject.ImporterStatusDto
-
The csv field separator (we have chosen a very improbable one)
- CSV_LINE_SEPARATOR - Static variable in class com.gisgraphy.domain.valueobject.ImporterStatusDto
-
The csv line separator
- CurrencyConverter - Class in com.gisgraphy.util
-
This class is converts a Double to a double-digit String (and vise-versa) by
BeanUtils when copying properties.
- CurrencyConverter() - Constructor for class com.gisgraphy.util.CurrencyConverter
-
- currentFile - Variable in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
The current processed file
- currentFileName - Variable in class com.gisgraphy.importer.AbstractFileRetriever
-
- CustomsPost - Class in com.gisgraphy.domain.geoloc.entity
-
- CustomsPost(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.CustomsPost
-
Constructor that populate the
CustomsPost
with the gisFeature
fields
- CustomsPost() - Constructor for class com.gisgraphy.domain.geoloc.entity.CustomsPost
-
Needed by CGLib
- CustomsPostDao - Class in com.gisgraphy.domain.repository
-
- CustomsPostDao() - Constructor for class com.gisgraphy.domain.repository.CustomsPostDao
-
Default constructor
- Dam - Class in com.gisgraphy.domain.geoloc.entity
-
- Dam(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Dam
-
Constructor that populate the
Dam
with the gisFeature fields
- Dam() - Constructor for class com.gisgraphy.domain.geoloc.entity.Dam
-
Needed by CGLib
- DamDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Dam
Object
- DamDao() - Constructor for class com.gisgraphy.domain.repository.DamDao
-
Default constructor
- dao - Variable in class com.gisgraphy.service.impl.UniversalManagerImpl
-
UniversalDao instance, ready to charge forward and persist to the
database
- daoMap - Static variable in class com.gisgraphy.domain.repository.RepositoryStrategy
-
A Map with GisFeature call as keys and Dao as Values.
- daos - Variable in class com.gisgraphy.domain.repository.RepositoryStrategy
-
- daos - Variable in class com.gisgraphy.importer.GeonamesDatabaseIndexer
-
- DatabaseHelper - Class in com.gisgraphy.domain.repository
-
- DatabaseHelper() - Constructor for class com.gisgraphy.domain.repository.DatabaseHelper
-
- DatabaseInitializer - Class in com.gisgraphy.domain.repository
-
Do some initializing stuff on the database (create normalize_text function)
- DatabaseInitializer() - Constructor for class com.gisgraphy.domain.repository.DatabaseInitializer
-
- DateConverter - Class in com.gisgraphy.util
-
This class is converts a java.util.Date to a String and a String to a
java.util.Date.
- DateConverter() - Constructor for class com.gisgraphy.util.DateConverter
-
- DateConverter - Class in com.gisgraphy.webapp.action
-
- DateConverter() - Constructor for class com.gisgraphy.webapp.action.DateConverter
-
- DateUtil - Class in com.gisgraphy.util
-
Date Utility Class used to convert Strings to Dates and Timestamps
- DebugStreetAction - Class in com.gisgraphy.webapp.action
-
stats Action
- DebugStreetAction() - Constructor for class com.gisgraphy.webapp.action.DebugStreetAction
-
- decompressFiles() - Method in class com.gisgraphy.importer.AbstractFileRetriever
-
Method to call if files must be decompress (untar or unzip)
- decompressFiles() - Method in class com.gisgraphy.importer.GeonamesFileRetriever
-
- decompressFiles() - Method in class com.gisgraphy.importer.GeonamesZipCodeFileRetriever
-
- decompressFiles() - Method in class com.gisgraphy.importer.OpenStreetMapCitiesFileRetriever
-
- decompressFiles() - Method in class com.gisgraphy.importer.OpenStreetMapFileRetriever
-
- decompressFiles() - Method in class com.gisgraphy.importer.OpenStreetMapHouseNumberFileRetriever
-
- decompressFiles() - Method in class com.gisgraphy.importer.OpenStreetMapPoisFileRetriever
-
- decompressFiles() - Method in class com.gisgraphy.importer.QuattroshapesFileRetriever
-
- decrementReadedFileLine(int) - Method in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
- deepCopy(Object) - Method in class com.gisgraphy.hibernate.type.TsVectorStringType
-
- DEFAULT_ACCEPT_REGEX_CITY - Static variable in class com.gisgraphy.importer.ImporterConfig
-
The regexp to use to import all the city
- DEFAULT_ADM1_EXTRACTER_STRATEGY_OPTION - Variable in class com.gisgraphy.importer.ImporterConfig
-
Default option if the Adm1 file has already been processed
- DEFAULT_ADM2_EXTRACTER_STRATEGY_OPTION - Variable in class com.gisgraphy.importer.ImporterConfig
-
Default option if the adm2 file has already been processed
- DEFAULT_ADM3_EXTRACTER_STRATEGY_OPTION - Variable in class com.gisgraphy.importer.ImporterConfig
-
Default option if the Adm3 file has already been processed
- DEFAULT_ADM4_EXTRACTER_STRATEGY_OPTION - Variable in class com.gisgraphy.importer.ImporterConfig
-
Default option if the adm4 file has already been processed
- DEFAULT_CURRENT_FILE - Static variable in class com.gisgraphy.domain.valueobject.ImporterStatusDto
-
the default value of the currentFile if it is null
- DEFAULT_CURRENT_FILENAME - Static variable in class com.gisgraphy.importer.GeonamesDatabaseIndexer
-
- DEFAULT_DISTANCE - Static variable in class com.gisgraphy.domain.repository.OpenStreetMapDao
-
- DEFAULT_FALLBACK_LOCALE - Static variable in enum com.gisgraphy.domain.valueobject.FeatureCode
-
The default Locale, If the thread one does not esxists
- DEFAULT_FEATURE_CLASS - Static variable in class com.gisgraphy.importer.ImporterConfig
-
The default feature class if no one is specified
- DEFAULT_FEATURE_CODE - Static variable in class com.gisgraphy.importer.ImporterConfig
-
The default feature code if no one is specified
- DEFAULT_MAX_INSERT_BEFORE_FLUSH - Static variable in class com.gisgraphy.importer.ImporterConfig
-
- DEFAULT_NUMBER_OF_RESULTS_PER_PAGE - Static variable in class com.gisgraphy.webapp.action.SearchAction
-
- DEFAULT_OSM_FEATURE_CLASS - Static variable in class com.gisgraphy.importer.OsmAmenityToPlacetype
-
- DEFAULT_OSM_FEATURE_CODE - Static variable in class com.gisgraphy.importer.OsmAmenityToPlacetype
-
- DEFAULT_TRANSLATION - Static variable in enum com.gisgraphy.domain.valueobject.FeatureCode
-
The default Translation.
- delete() - Method in interface com.gisgraphy.domain.repository.IImporterStatusListDao
-
- delete() - Method in class com.gisgraphy.domain.repository.ImporterStatusListDao
-
- delete - Variable in class com.gisgraphy.webapp.action.BaseAction
-
Set to "delete" when a "delete" request parameter is passed in
- delete() - Method in class com.gisgraphy.webapp.action.UserAction
-
Delete the user passed in.
- deleteAll() - Method in class com.gisgraphy.domain.repository.CountryDao
-
- deleteAll(List<T>) - Method in class com.gisgraphy.domain.repository.GenericDao
-
- deleteAll() - Method in class com.gisgraphy.domain.repository.GenericDao
-
- deleteAll(List<T>) - Method in class com.gisgraphy.domain.repository.GenericGisDao
-
- deleteAll() - Method in class com.gisgraphy.domain.repository.GenericGisDao
-
- deleteAll(List<T>) - Method in interface com.gisgraphy.domain.repository.IDao
-
Delete all the specified object from the datastore
- deleteAll() - Method in interface com.gisgraphy.domain.repository.IDao
-
Delete all the object from the datastore
- deleteAll() - Method in interface com.gisgraphy.domain.repository.ISolRSynchroniser
-
/!
- deleteAll() - Method in class com.gisgraphy.domain.repository.OpenStreetMapDao
-
- deleteAll() - Method in class com.gisgraphy.domain.repository.SolRSynchroniser
-
- deleteAllByLevel(int) - Method in class com.gisgraphy.domain.repository.AdmDao
-
- deleteAllByLevel(int) - Method in interface com.gisgraphy.domain.repository.IAdmDao
-
- deleteAllByPlaceType(Class<? extends GisFeature>) - Method in class com.gisgraphy.domain.repository.SolRSynchroniser
-
- deleteAllExceptAdmsAndCountries() - Method in class com.gisgraphy.domain.repository.GisFeatureDao
-
- deleteAllExceptAdmsAndCountries() - Method in interface com.gisgraphy.domain.repository.IGisFeatureDao
-
Delete all gisFeatures and subclass except Adms and countries (gisFeature
with null featureCode will be deleted too). this method is usefull when
gisFeature 'belongs' to some adms and we want to delete the gisfeature
first and then the adms and countries.
- deleteCookie(HttpServletResponse, Cookie, String) - Static method in class com.gisgraphy.webapp.util.RequestUtil
-
Convenience method for deleting a cookie by name
- Dentist - Class in com.gisgraphy.domain.geoloc.entity
-
- Dentist(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Dentist
-
Constructor that populate the
Dentist
with the gisFeature fields
- Dentist() - Constructor for class com.gisgraphy.domain.geoloc.entity.Dentist
-
Needed by CGLib
- DentistDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Dentist
Object
- DentistDao() - Constructor for class com.gisgraphy.domain.repository.DentistDao
-
Default constructor
- Desert - Class in com.gisgraphy.domain.geoloc.entity
-
- Desert(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Desert
-
Constructor that populate the
Desert
with the gisFeature fields
- Desert() - Constructor for class com.gisgraphy.domain.geoloc.entity.Desert
-
Needed by CGLib
- DesertDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Desert
Object
- DesertDao() - Constructor for class com.gisgraphy.domain.repository.DesertDao
-
Default constructor
- destroy() - Method in class com.gisgraphy.webapp.interceptor.UserRoleAuthorizationInterceptor
-
This method currently does nothing.
- destroy() - Method in class com.opensymphony.module.sitemesh.filter.PageFilterWithoutSession
-
Shutdown filter.
- disabled - Static variable in class com.gisgraphy.service.impl.StatsUsageServiceImpl
-
- disableLogging - Static variable in class com.gisgraphy.fulltext.FullTextSearchEngine
-
very usefull when import is running
- disableLogging - Static variable in class com.gisgraphy.geoloc.GeolocSearchEngine
-
very usefull when import is running
- disassemble(Object) - Method in class com.gisgraphy.hibernate.type.TsVectorStringType
-
- DisplayFeatureAction - Class in com.gisgraphy.webapp.action
-
DisplayFeature Action
- DisplayFeatureAction() - Constructor for class com.gisgraphy.webapp.action.DisplayFeatureAction
-
- DisplayStreetAction - Class in com.gisgraphy.webapp.action
-
DisplayStreet Action
- DisplayStreetAction() - Constructor for class com.gisgraphy.webapp.action.DisplayStreetAction
-
- distance(Point, String) - Static method in class com.gisgraphy.hibernate.projection.SpatialProjection
-
- DISTANCE - Static variable in class com.gisgraphy.importer.OpenStreetMapPoisSimpleImporter
-
- DISTANCE - Static variable in class com.gisgraphy.importer.OpenStreetMapSimpleImporter
-
- DISTANCE_FUNCTION - Static variable in class com.gisgraphy.hibernate.projection.SpatialProjection
-
- DISTANCE_PARAMETER - Static variable in class com.gisgraphy.domain.valueobject.Constants
-
The parameter name to define the distance to search around (Solr parameter name)
- distance_pointToLine(Point, String) - Static method in class com.gisgraphy.hibernate.projection.SpatialProjection
-
projection to get the distance_sphere between a point and a LineString
- distance_sphere(Point, String) - Static method in class com.gisgraphy.hibernate.projection.SpatialProjection
-
- DISTANCE_SPHERE_FUNCTION - Static variable in class com.gisgraphy.hibernate.projection.SpatialProjection
-
- DistanceOrder - Class in com.gisgraphy.hibernate.criterion
-
A criteria that sort by distance for better performance you can use
ProjectionOrder
if a projection for distance calculation have been
added
- DistanceOrder(Point, boolean) - Constructor for class com.gisgraphy.hibernate.criterion.DistanceOrder
-
- DistanceOrder(Point) - Constructor for class com.gisgraphy.hibernate.criterion.DistanceOrder
-
- DistanceRestriction - Class in com.gisgraphy.hibernate.criterion
-
An implementation of the Criterion
interface that implements
distance restriction
- DistanceRestriction(Point, double, boolean) - Constructor for class com.gisgraphy.hibernate.criterion.DistanceRestriction
-
- DistanceRestriction(Point, double) - Constructor for class com.gisgraphy.hibernate.criterion.DistanceRestriction
-
- distanceTo(Point) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
Calculate the distance from the current GisFeature to the specified
point.
- doAFulltextSearch(String, String) - Method in class com.gisgraphy.importer.GeonamesZipCodeSimpleImporter
-
- Doctor - Class in com.gisgraphy.domain.geoloc.entity
-
- Doctor(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Doctor
-
Constructor that populate the
Doctor
with the gisFeature fields
- Doctor() - Constructor for class com.gisgraphy.domain.geoloc.entity.Doctor
-
Needed by CGLib
- DoctorDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Doctor
Object
- DoctorDao() - Constructor for class com.gisgraphy.domain.repository.DoctorDao
-
Default constructor
- doDefault() - Method in class com.gisgraphy.webapp.action.SignupAction
-
Returns "input"
- doDelete() - Method in class com.gisgraphy.webapp.action.EditAlternateNameAction
-
- doDelete() - Method in class com.gisgraphy.webapp.action.EditFeatureAction
-
- doDelete() - Method in class com.gisgraphy.webapp.action.EditStreetAction
-
- doDelete() - Method in class com.gisgraphy.webapp.action.EditZipCodeAction
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.opensymphony.module.sitemesh.filter.PageFilterWithoutSession
-
Main method of the Filter.
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.gisgraphy.webapp.filter.LocaleFilter
-
This method looks for a "locale" request parameter.
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.gisgraphy.webapp.filter.StaticFilter
-
This method checks to see if the current path matches includes or
excludes.
- doGet(HttpServletRequest, HttpServletResponse) - Method in class com.gisgraphy.servlet.FulltextServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class com.gisgraphy.servlet.GeolocServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class com.gisgraphy.servlet.ReverseGeocodingServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class com.gisgraphy.servlet.StreetServlet
-
- doImport() - Method in class com.gisgraphy.webapp.action.ImportAction
-
Run import if not in progress or already done, otherwise return Wait view
- doImport() - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- doPersist() - Method in class com.gisgraphy.webapp.action.EditAlternateNameAction
-
- doPersist() - Method in class com.gisgraphy.webapp.action.EditZipCodeAction
-
- doSave() - Method in class com.gisgraphy.webapp.action.EditFeatureAction
-
- doSave() - Method in class com.gisgraphy.webapp.action.EditStreetAction
-
- doStartTag() - Method in class com.gisgraphy.webapp.taglib.ConstantsTag
-
Main method that does processing and exposes Constants in specified scope
- doStartTag() - Method in class com.gisgraphy.webapp.taglib.CountryTag
-
Process the start of this tag.
- download(String, String) - Static method in class com.gisgraphy.importer.ImporterHelper
-
- downloadFile(String) - Method in class com.gisgraphy.importer.AbstractFileRetriever
-
- downloadFiles() - Method in class com.gisgraphy.importer.AbstractFileRetriever
-
- dropNormalize_textFunction() - Method in class com.gisgraphy.domain.repository.DatabaseHelper
-
- dropNormalize_textFunction() - Method in interface com.gisgraphy.domain.repository.IDatabaseHelper
-
Drop the Normalize_text function in postgres
- dumpFields(String[]) - Static method in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
- dumpFields(String[]) - Static method in class com.gisgraphy.importer.OpenStreetMapCitiesSimpleImporter
-
- dumpFields(String[]) - Static method in class com.gisgraphy.importer.QuattroshapesSimpleImporter
-
- DuplicateNameException - Exception in com.gisgraphy.domain.repository.exception
-
Exception is throws when a GisFeature of the same name already exists The
constraint is not in the database because, it depends of the Class of the
gisFeature. e.g : Country can not have duplicate name
- DuplicateNameException() - Constructor for exception com.gisgraphy.domain.repository.exception.DuplicateNameException
-
Default constructor
- DuplicateNameException(String, Throwable) - Constructor for exception com.gisgraphy.domain.repository.exception.DuplicateNameException
-
Constructor
- DuplicateNameException(String) - Constructor for exception com.gisgraphy.domain.repository.exception.DuplicateNameException
-
Constructor
- DuplicateNameException(Throwable) - Constructor for exception com.gisgraphy.domain.repository.exception.DuplicateNameException
-
Constructor
- ECHOPARAMS_PARAMETER - Static variable in class com.gisgraphy.domain.valueobject.Constants
-
The echoparam parameter (if the query parameters should be print in the
response, Solr parameter name)
- edit() - Method in class com.gisgraphy.webapp.action.UserAction
-
Grab the user from the database based on the "id" passed in.
- EditAlternateNameAction - Class in com.gisgraphy.webapp.action
-
Edit AlternateName action (crud) specially in ajax
- EditAlternateNameAction() - Constructor for class com.gisgraphy.webapp.action.EditAlternateNameAction
-
- EditFeatureAction - Class in com.gisgraphy.webapp.action
-
Edit Feature all Geonames Entity, gisfeature and subclass action
- EditFeatureAction() - Constructor for class com.gisgraphy.webapp.action.EditFeatureAction
-
- editProperty(String, String, String) - Static method in class com.gisgraphy.helper.CommentedProperties
-
- editPropertyFromClassPathRessource(String, String, String) - Static method in class com.gisgraphy.helper.CommentedProperties
-
- EditSearchAction - Class in com.gisgraphy.webapp.action
-
Edit search Action
- EditSearchAction() - Constructor for class com.gisgraphy.webapp.action.EditSearchAction
-
- EditStreetAction - Class in com.gisgraphy.webapp.action
-
Edit Street (openstreetMap entity) action
- EditStreetAction() - Constructor for class com.gisgraphy.webapp.action.EditStreetAction
-
- EditZipCodeAction - Class in com.gisgraphy.webapp.action
-
Edit ZipCode action (crud) specially in ajax
- EditZipCodeAction() - Constructor for class com.gisgraphy.webapp.action.EditZipCodeAction
-
- EmergencyPhone - Class in com.gisgraphy.domain.geoloc.entity
-
- EmergencyPhone(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.EmergencyPhone
-
Constructor that populate the
EmergencyPhone
with the gisFeature fields
- EmergencyPhone() - Constructor for class com.gisgraphy.domain.geoloc.entity.EmergencyPhone
-
Needed by CGLib
- EmergencyPhoneDao - Class in com.gisgraphy.domain.repository
-
- EmergencyPhoneDao() - Constructor for class com.gisgraphy.domain.repository.EmergencyPhoneDao
-
Default constructor
- ENC_ALGORITHM - Static variable in class com.gisgraphy.Constants
-
The encryption algorithm key to be used for passwords
- encodePassword(String, String) - Static method in class com.gisgraphy.util.StringUtil
-
Encode a string using algorithm specified in web.xml and return the
resulting encrypted password.
- encodeString(String) - Static method in class com.gisgraphy.util.StringUtil
-
Encode a string using Base64 encoding.
- ENCRYPT_PASSWORD - Static variable in class com.gisgraphy.Constants
-
A flag to indicate if passwords should be encrypted
- ENTITY_PACKAGE - Static variable in class com.gisgraphy.domain.valueobject.Constants
-
A string that is used to load a class from a string with class.forName()
- entityClass - Static variable in enum com.gisgraphy.domain.valueobject.FeatureCode
-
A map that associate a string to a class
- ENVIRONEMENT_BUNDLE_KEY - Static variable in class com.gisgraphy.domain.valueobject.Constants
-
The name of the ResourceBundle for environement properties that hold
gisgraphy configuration
- equals(Object) - Method in class com.gisgraphy.domain.geoloc.entity.Adm
-
- equals(Object) - Method in class com.gisgraphy.domain.geoloc.entity.AlternateName
-
- equals(Object) - Method in class com.gisgraphy.domain.geoloc.entity.AlternateOsmName
-
- equals(Object) - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
- equals(Object) - Method in class com.gisgraphy.domain.geoloc.entity.event.PlaceTypeDeleteAllEvent
-
- equals(Object) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- equals(Object) - Method in class com.gisgraphy.domain.geoloc.entity.HouseNumber
-
- equals(Object) - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- equals(Object) - Method in class com.gisgraphy.domain.geoloc.entity.ZipCode
-
- equals(Object, Object) - Method in class com.gisgraphy.hibernate.type.TsVectorStringType
-
- equals(Object) - Method in class com.gisgraphy.importer.dto.AssociatedStreetMember
-
- equals(Object) - Method in class com.gisgraphy.importer.dto.InterpolationMember
-
- equals(Object) - Method in class com.gisgraphy.importer.dto.NodeHouseNumber
-
- equals(Object) - Method in class com.gisgraphy.model.Address
-
Overridden equals method for object comparison.
- equals(Object) - Method in class com.gisgraphy.model.BaseObject
-
Compares object equality.
- equals(Object) - Method in class com.gisgraphy.model.LabelValue
-
LabelValueBeans are equal if their values are both null or equal.
- equals(Object) - Method in class com.gisgraphy.model.Role
-
Compares object equality.
- equals(Object) - Method in class com.gisgraphy.model.User
-
Compares object equality.
- equals(Object) - Method in class com.gisgraphy.reversegeocoding.HouseNumberDistance
-
- ERROR - Static variable in class com.gisgraphy.webapp.action.DisplayFeatureAction
-
- ERROR - Static variable in class com.gisgraphy.webapp.action.DisplayStreetAction
-
- ERROR_REF_NON_NUMERIC_FEATUREID - Static variable in class com.gisgraphy.webapp.action.DisplayFeatureAction
-
The reference in the localized file for the error for the fact that the
specified featureId is not a numeric value
- ERROR_REF_NON_NUMERIC_FEATUREID - Static variable in class com.gisgraphy.webapp.action.DisplayStreetAction
-
The reference in the localized file for the error for the fact that the
specified gid is not a numeric value
- ERROR_REF_NON_UNIQUE_RESULT - Static variable in class com.gisgraphy.webapp.action.DisplayFeatureAction
-
The reference in the localized file for the error for the fact that more
than one features were founds for the specified featureId
- ERROR_REF_NORESULT - Static variable in class com.gisgraphy.webapp.action.DisplayFeatureAction
-
The reference in the localized file for the error for the fact that no
gid were found for the specified featureId
- ERROR_REF_NORESULT - Static variable in class com.gisgraphy.webapp.action.DisplayStreetAction
-
The reference in the localized file for the error for the fact that no
features were found for the specified gid
- ERROR_REF_REQUIRED_FEATURE_ID - Static variable in class com.gisgraphy.webapp.action.DisplayFeatureAction
-
The reference in the localized file for the error for the fact featureId
is required
- ERROR_REF_REQUIRED_FEATURE_ID - Static variable in class com.gisgraphy.webapp.action.DisplayStreetAction
-
The reference in the localized file for the error for the fact gid
is required
- ERRORCONFIG - Static variable in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- errorMessage - Variable in class com.gisgraphy.webapp.action.SearchAction
-
The error message in case of exception
- EVENT_KEY - Static variable in class com.gisgraphy.webapp.listener.UserCounterListener
-
The default event we're looking to trap.
- EventManager - Class in com.gisgraphy.domain.geoloc.entity.event
-
Manage all the Event Received.
- EventManager() - Constructor for class com.gisgraphy.domain.geoloc.entity.event.EventManager
-
- EXCLUDED_README_FILENAME - Static variable in class com.gisgraphy.importer.ImporterHelper
-
The readme filename (it must not be processed)
- execute(File, boolean) - Method in class com.gisgraphy.domain.repository.DatabaseHelper
-
- execute(File, boolean) - Method in interface com.gisgraphy.domain.repository.IDatabaseHelper
-
- execute() - Method in class com.gisgraphy.webapp.action.DebugStreetAction
-
- execute() - Method in class com.gisgraphy.webapp.action.DisplayFeatureAction
-
- execute() - Method in class com.gisgraphy.webapp.action.DisplayStreetAction
-
- execute() - Method in class com.gisgraphy.webapp.action.FileUploadAction
-
Default method - returns "input"
- execute() - Method in class com.gisgraphy.webapp.action.GeocodingAction
-
- execute() - Method in class com.gisgraphy.webapp.action.ImportAction
-
- execute() - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- execute() - Method in class com.gisgraphy.webapp.action.PasswordHintAction
-
Execute sending the password hint via e-mail.
- execute() - Method in class com.gisgraphy.webapp.action.ReloadAction
-
Method that calls StartupListener.setContext() and returns user to
referrer location (or does a popup if none found).
- execute() - Method in class com.gisgraphy.webapp.action.ResetImportAction
-
- execute() - Method in class com.gisgraphy.webapp.action.SignupAction
-
When method=GET, "input" is returned.
- execute() - Method in class com.gisgraphy.webapp.action.StatsAction
-
- execute() - Method in class com.gisgraphy.webapp.action.UserAction
-
Default: just returns "success"
- executeAndSerialize(FulltextQuery, OutputStream) - Method in class com.gisgraphy.fulltext.FullTextSearchEngine
-
- executeAndSerialize(GeolocQuery, OutputStream) - Method in class com.gisgraphy.geoloc.GeolocSearchEngine
-
- executeAndSerialize(ReverseGeocodingQuery, OutputStream) - Method in class com.gisgraphy.reversegeocoding.ReverseGeocodingService
-
- executeAndSerialize(StreetSearchQuery, OutputStream) - Method in class com.gisgraphy.street.StreetSearchEngine
-
- executeQuery(FulltextQuery) - Method in class com.gisgraphy.fulltext.FullTextSearchEngine
-
- executeQuery(GeolocQuery) - Method in class com.gisgraphy.geoloc.GeolocSearchEngine
-
- executeQuery(ReverseGeocodingQuery) - Method in class com.gisgraphy.reversegeocoding.ReverseGeocodingService
-
- executeQuery(StreetSearchQuery) - Method in class com.gisgraphy.street.StreetSearchEngine
-
- executeQueryToDatabaseObjects(FulltextQuery) - Method in class com.gisgraphy.fulltext.FullTextSearchEngine
-
- executeQueryToString(FulltextQuery) - Method in class com.gisgraphy.fulltext.FullTextSearchEngine
-
- executeQueryToString(GeolocQuery) - Method in class com.gisgraphy.geoloc.GeolocSearchEngine
-
- executeQueryToString(ReverseGeocodingQuery) - Method in class com.gisgraphy.reversegeocoding.ReverseGeocodingService
-
- executeQueryToString(StreetSearchQuery) - Method in class com.gisgraphy.street.StreetSearchEngine
-
- exists(PK) - Method in interface com.gisgraphy.dao.GenericDao
-
Checks for existence of an object of type T using the id arg.
- exists(PK) - Method in class com.gisgraphy.dao.hibernate.GenericDaoHibernate
-
Checks for existence of an object of type T using the id arg.
- exists(PK) - Method in class com.gisgraphy.domain.repository.GenericDao
-
- exists(PK) - Method in interface com.gisgraphy.domain.repository.IDao
-
Checks for existence of an object of type T using the id arg.
- exists(PK) - Method in interface com.gisgraphy.service.GenericManager
-
Checks for existence of an object of type T using the id arg.
- exists(PK) - Method in class com.gisgraphy.service.impl.GenericManagerImpl
-
Checks for existence of an object of type T using the id arg.
- Garden - Class in com.gisgraphy.domain.geoloc.entity
-
- Garden(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Garden
-
Constructor that populate the
Garden
with the gisFeature fields
- Garden() - Constructor for class com.gisgraphy.domain.geoloc.entity.Garden
-
Needed by CGLib
- GardenDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Garden
Object
- GardenDao() - Constructor for class com.gisgraphy.domain.repository.GardenDao
-
Default constructor
- generateFeatureId() - Method in class com.gisgraphy.webapp.action.EditFeatureAction
-
- generateGid() - Method in class com.gisgraphy.webapp.action.EditStreetAction
-
- generateSqlCreationSchemaFile(File) - Method in class com.gisgraphy.domain.repository.DatabaseHelper
-
- generateSqlCreationSchemaFile(File) - Method in interface com.gisgraphy.domain.repository.IDatabaseHelper
-
Generate the sql file to create all the Gisgraphy tables
- generateSQLCreationSchemaFileToRerunImport(File) - Method in class com.gisgraphy.domain.repository.DatabaseHelper
-
- generateSQLCreationSchemaFileToRerunImport(File) - Method in interface com.gisgraphy.domain.repository.IDatabaseHelper
-
Generate the SQL file to create all the Gisgraphy tables that have to be
reset to rerun the import, the user and role tables won't be deleted
- generateSQLDropSchemaFile(File) - Method in class com.gisgraphy.domain.repository.DatabaseHelper
-
- generateSQLDropSchemaFile(File) - Method in interface com.gisgraphy.domain.repository.IDatabaseHelper
-
Generate the sql file to drop all the Gisgraphy tables
- generateSqlDropSchemaFileToRerunImport(File) - Method in class com.gisgraphy.domain.repository.DatabaseHelper
-
- generateSqlDropSchemaFileToRerunImport(File) - Method in interface com.gisgraphy.domain.repository.IDatabaseHelper
-
Generate the SQL file to drop all the Gisgraphy tables that have to be
reset to rerun the import, the user and role tables won't be deleted
- GenericDao<T,PK extends Serializable> - Interface in com.gisgraphy.dao
-
Generic DAO (Data Access Object) with common methods to CRUD POJOs.
- GenericDao<T,PK extends Serializable> - Class in com.gisgraphy.domain.repository
-
A generic dao That implements basic functions with java 5.0 generics
- GenericDao(Class<T>) - Constructor for class com.gisgraphy.domain.repository.GenericDao
-
constructor
- genericDao - Variable in class com.gisgraphy.service.impl.GenericManagerImpl
-
GenericDao instance, set by constructor of this class
- GenericDaoHibernate<T,PK extends Serializable> - Class in com.gisgraphy.dao.hibernate
-
This class serves as the Base class for all other DAOs - namely to hold
common CRUD methods that they might all use.
- GenericDaoHibernate(Class<T>) - Constructor for class com.gisgraphy.dao.hibernate.GenericDaoHibernate
-
Constructor that takes in a class to see which type of entity to persist
- GenericGisDao<T extends GisFeature> - Class in com.gisgraphy.domain.repository
-
- GenericGisDao(Class<T>) - Constructor for class com.gisgraphy.domain.repository.GenericGisDao
-
Constructor
- GenericManager<T,PK extends Serializable> - Interface in com.gisgraphy.service
-
Generic Manager that talks to GenericDao to CRUD POJOs.
- GenericManagerImpl<T,PK extends Serializable> - Class in com.gisgraphy.service.impl
-
This class serves as the Base class for all other Managers - namely to hold
common CRUD methods that they might all use.
- GenericManagerImpl(GenericDao<T, PK>) - Constructor for class com.gisgraphy.service.impl.GenericManagerImpl
-
Public constructor for creating a new GenericManagerImpl.
- geocode(AddressQuery) - Method in class com.gisgraphy.geocoding.GeocodingService
-
- geocode(Address, String) - Method in class com.gisgraphy.geocoding.GeocodingService
-
- geocodeAndSerialize(AddressQuery, OutputStream) - Method in class com.gisgraphy.geocoding.GeocodingService
-
- geocodeToString(AddressQuery) - Method in class com.gisgraphy.geocoding.GeocodingService
-
- GeocodingAction - Class in com.gisgraphy.webapp.action
-
Ggeocoding Action
- GeocodingAction() - Constructor for class com.gisgraphy.webapp.action.GeocodingAction
-
- GeocodingByTextAction - Class in com.gisgraphy.webapp.action
-
fulltext search Action
- GeocodingByTextAction() - Constructor for class com.gisgraphy.webapp.action.GeocodingByTextAction
-
- GeocodingService - Class in com.gisgraphy.geocoding
-
Geocode internationnal address via gisgraphy services
- GeocodingService() - Constructor for class com.gisgraphy.geocoding.GeocodingService
-
- GeocodingServlet - Class in com.gisgraphy.servlet
-
Provides a servlet Wrapper around The Gisgraphy geocoding Service, it Maps web
parameters to create a AddressQuery
- GeocodingServlet() - Constructor for class com.gisgraphy.servlet.GeocodingServlet
-
- GEOLOC_QUERY_TEMPLATE - Static variable in class com.gisgraphy.fulltext.FulltextQuerySolrHelper
-
- GeolocErrorVisitor - Class in com.gisgraphy.geoloc
-
Visitor (visitor pattern) to return error message according to the format for
the geoloc service
- GeolocErrorVisitor() - Constructor for class com.gisgraphy.geoloc.GeolocErrorVisitor
-
- GeolocErrorVisitor(String) - Constructor for class com.gisgraphy.geoloc.GeolocErrorVisitor
-
- GeolocQueryHttpBuilder - Class in com.gisgraphy.geoloc
-
A GeolocQuery Query builder. it build geolocQuery from HTTP Request
- GeolocQueryHttpBuilder() - Constructor for class com.gisgraphy.geoloc.GeolocQueryHttpBuilder
-
- GeolocResultsDtoSerializer - Class in com.gisgraphy.geoloc
-
serialize @link GeolocResultsDto
into several formats
- GeolocResultsDtoSerializer() - Constructor for class com.gisgraphy.geoloc.GeolocResultsDtoSerializer
-
- GeolocSearchAction - Class in com.gisgraphy.webapp.action
-
Geolocalisation search Action
- GeolocSearchAction() - Constructor for class com.gisgraphy.webapp.action.GeolocSearchAction
-
- GeolocSearchEngine - Class in com.gisgraphy.geoloc
-
Default (threadsafe) implementation of IGeolocSearchEngine
.
- GeolocSearchEngine() - Constructor for class com.gisgraphy.geoloc.GeolocSearchEngine
-
- GeolocServlet - Class in com.gisgraphy.servlet
-
Provides a servlet Wrapper around The Gisgraphy geoloc Service, it Maps web
parameters to create a GeolocQuery
- GeolocServlet() - Constructor for class com.gisgraphy.servlet.GeolocServlet
-
- GEOMETRY_TYPE - Static variable in class com.gisgraphy.domain.repository.GenericGisDao
-
- GEONAMES_ALTERNATENAME_ZIP_FILE - Static variable in class com.gisgraphy.importer.ImporterConfig
-
- GEONAMES_COMPRESSED_FILE_EXTENSION - Static variable in class com.gisgraphy.importer.ImporterConfig
-
- GEONAMES_COUNTRY_FILE_ACCEPT_REGEX_STRING - Static variable in class com.gisgraphy.importer.ImporterHelper
-
The regexp that every country file dump matches
- GEONAMES_DEFAULT_FILES_TO_DOWNLOAD - Static variable in class com.gisgraphy.importer.ImporterConfig
-
- GeonamesAdm1Importer - Class in com.gisgraphy.importer
-
Import the Adm of level 1 file.
- GeonamesAdm1Importer() - Constructor for class com.gisgraphy.importer.GeonamesAdm1Importer
-
- GeonamesAdm2Importer - Class in com.gisgraphy.importer
-
Import the Adm of level 2 file.
- GeonamesAdm2Importer() - Constructor for class com.gisgraphy.importer.GeonamesAdm2Importer
-
- GeonamesAdm3Importer - Class in com.gisgraphy.importer
-
Import the Adm of level 3 file.
- GeonamesAdm3Importer() - Constructor for class com.gisgraphy.importer.GeonamesAdm3Importer
-
- GeonamesAdm4Importer - Class in com.gisgraphy.importer
-
Import the Adm of level 4 file.
- GeonamesAdm4Importer() - Constructor for class com.gisgraphy.importer.GeonamesAdm4Importer
-
- GeonamesAdmExtracter - Class in com.gisgraphy.importer
-
Extract 4 files in CSV format in order to import Adm.
- GeonamesAdmExtracter() - Constructor for class com.gisgraphy.importer.GeonamesAdmExtracter
-
Default Constructor
- GeonamesAlternateNamesAdmImporter - Class in com.gisgraphy.importer
-
Import the Alternate names.
- GeonamesAlternateNamesAdmImporter() - Constructor for class com.gisgraphy.importer.GeonamesAlternateNamesAdmImporter
-
- GeonamesAlternateNamesExtracter - Class in com.gisgraphy.importer
-
Extract the alternateNames into separate files : one for country, one for adm1 and one for adm2
- GeonamesAlternateNamesExtracter() - Constructor for class com.gisgraphy.importer.GeonamesAlternateNamesExtracter
-
Default Constructor
- GeonamesAlternateNamesSimpleImporter - Class in com.gisgraphy.importer
-
Import the Alternate names.
- GeonamesAlternateNamesSimpleImporter() - Constructor for class com.gisgraphy.importer.GeonamesAlternateNamesSimpleImporter
-
Default constructor
- GeonamesCountryImporter - Class in com.gisgraphy.importer
-
Import the Countries.
- GeonamesCountryImporter() - Constructor for class com.gisgraphy.importer.GeonamesCountryImporter
-
Default constructor
- GeonamesDatabaseIndexer - Class in com.gisgraphy.importer
-
Create the required index for all the Geonames databases
- GeonamesDatabaseIndexer() - Constructor for class com.gisgraphy.importer.GeonamesDatabaseIndexer
-
- GeonamesFeatureSimpleImporter - Class in com.gisgraphy.importer
-
Import the Features from a Geonames dump file.
- GeonamesFeatureSimpleImporter() - Constructor for class com.gisgraphy.importer.GeonamesFeatureSimpleImporter
-
Default constructor
- GeonamesFileRetriever - Class in com.gisgraphy.importer
-
Retrieve The Geonames files from a server
- GeonamesFileRetriever() - Constructor for class com.gisgraphy.importer.GeonamesFileRetriever
-
- GeonamesLanguageImporter - Class in com.gisgraphy.importer
-
Import the languages.
- GeonamesLanguageImporter() - Constructor for class com.gisgraphy.importer.GeonamesLanguageImporter
-
Default constructor
- GeonamesZipCodeFileRetriever - Class in com.gisgraphy.importer
-
Retrieve The Geonames zip code files from a server
- GeonamesZipCodeFileRetriever() - Constructor for class com.gisgraphy.importer.GeonamesZipCodeFileRetriever
-
- GeonamesZipCodeSimpleImporter - Class in com.gisgraphy.importer
-
Import the zipcode from a Geonames dump file.
- GeonamesZipCodeSimpleImporter() - Constructor for class com.gisgraphy.importer.GeonamesZipCodeSimpleImporter
-
- GEORSS_STYLESHEET - Static variable in class com.gisgraphy.domain.valueobject.Constants
-
The name of the XSL to apply to output Geo RSS format
- get(PK) - Method in interface com.gisgraphy.dao.GenericDao
-
Generic method to get an object based on class and identifier.
- get(PK) - Method in class com.gisgraphy.dao.hibernate.GenericDaoHibernate
-
Generic method to get an object based on class and identifier.
- get(Class<?>, Serializable) - Method in class com.gisgraphy.dao.hibernate.UniversalDaoHibernate
-
Generic method to get an object based on class and identifier.
- get(Class<?>, Serializable) - Method in interface com.gisgraphy.dao.UniversalDao
-
Generic method to get an object based on class and identifier.
- get(Long) - Method in class com.gisgraphy.domain.repository.AdmDao
-
- get(PK) - Method in class com.gisgraphy.domain.repository.GenericDao
-
- get(PK) - Method in interface com.gisgraphy.domain.repository.IDao
-
Retrieve the Object whith the specified primary key
- get() - Method in interface com.gisgraphy.domain.repository.IImporterStatusListDao
-
- get() - Method in class com.gisgraphy.domain.repository.ImporterStatusListDao
-
- get(PK) - Method in interface com.gisgraphy.service.GenericManager
-
Generic method to get an object based on class and identifier.
- get(PK) - Method in class com.gisgraphy.service.impl.GenericManagerImpl
-
Generic method to get an object based on class and identifier.
- get(Class<?>, Serializable) - Method in class com.gisgraphy.service.impl.UniversalManagerImpl
-
Generic method to get an object based on class and identifier.
- get(Class<?>, Serializable) - Method in interface com.gisgraphy.service.UniversalManager
-
Generic method to get an object based on class and identifier.
- getAcceptRegExString() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getAccurateDistance(int) - Method in class com.gisgraphy.importer.GeonamesZipCodeSimpleImporter
-
- getAddress() - Method in class com.gisgraphy.model.Address
-
- getAddress() - Method in class com.gisgraphy.model.User
-
- getAddress() - Method in class com.gisgraphy.webapp.action.AddressParserAction
-
- getAddress() - Method in class com.gisgraphy.webapp.action.GeocodingByTextAction
-
- getAddressInclusion() - Method in class com.gisgraphy.importer.dto.InterpolationHouseNumber
-
- getAddressResultsDto() - Method in class com.gisgraphy.webapp.action.AddressParserAction
-
- getAddressResultsDto() - Method in class com.gisgraphy.webapp.action.GeocodingByTextAction
-
- getAdm() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- getAdm(String, String, String, String, String) - Method in class com.gisgraphy.domain.repository.AdmDao
-
- getAdm(String, String, String, String, String) - Method in interface com.gisgraphy.domain.repository.IAdmDao
-
Retrieve the Adm of the highest level according to the AdmXcode.
- getAdm(String, String) - Method in class com.gisgraphy.importer.OpenStreetMapCitiesSimpleImporter
-
- getAdm1(String, String) - Method in class com.gisgraphy.domain.repository.AdmDao
-
- getAdm1(String, String) - Method in interface com.gisgraphy.domain.repository.IAdmDao
-
- getAdm1Code() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
Returns the Adm1Code for this feature.
- getAdm1ExtracterStrategyIfAlreadyExists() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getAdm1FileName() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getAdm1Name() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
Returns the name of the Adm of level 1 that this GisFeature is linked to.
- getAdm2(String, String, String) - Method in class com.gisgraphy.domain.repository.AdmDao
-
- getAdm2(String, String, String) - Method in interface com.gisgraphy.domain.repository.IAdmDao
-
- getAdm2Code() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
Returns the Adm2Code for this feature.
- getAdm2ExtracterStrategyIfAlreadyExists() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getAdm2FileName() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getAdm2Name() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
Returns the name of the Adm of level 2 that this GisFeature is linked to.
- getAdm3(String, String, String, String) - Method in class com.gisgraphy.domain.repository.AdmDao
-
- getAdm3(String, String, String, String) - Method in interface com.gisgraphy.domain.repository.IAdmDao
-
- getAdm3Code() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
Returns the Adm3Code for this feature.
- getAdm3ExtracterStrategyIfAlreadyExists() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getAdm3FileName() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getAdm3Name() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
Returns the name of the Adm of level 3 that this GisFeature is linked to.
- getAdm4(String, String, String, String, String) - Method in class com.gisgraphy.domain.repository.AdmDao
-
- getAdm4(String, String, String, String, String) - Method in interface com.gisgraphy.domain.repository.IAdmDao
-
- getAdm4Code() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
Returns the Adm4Code for this feature.
- getAdm4ExtracterStrategyIfAlreadyExists() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getAdm4FileName() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getAdm4Name() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
Returns the name of the Adm of level 4 that this GisFeature is linked to.
- getAdm5Code() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
Returns the Adm4Code for this feature.
- getAdm5Name() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
Returns the name of the Adm of level 5 that this GisFeature is linked to.
- getAdmByCountryAndCodeAndLevel(String, String, int) - Method in class com.gisgraphy.domain.repository.AdmDao
-
- getAdmByCountryAndCodeAndLevel(String, String, int) - Method in interface com.gisgraphy.domain.repository.IAdmDao
-
Returns The Adm with the specified code and the specified level for the
specified country code.
- getAdmExtracterStrategyOptionsForAdm(int) - Method in class com.gisgraphy.importer.ImporterConfig
-
- getAdmOrFirstValidParentIfNotFound(String, String, String, String, String) - Method in class com.gisgraphy.domain.repository.AdmDao
-
- getAdmOrFirstValidParentIfNotFound(String, String, String, String, String) - Method in interface com.gisgraphy.domain.repository.IAdmDao
-
- getAll() - Method in interface com.gisgraphy.dao.GenericDao
-
Generic method used to get all objects of a particular type.
- getAll() - Method in class com.gisgraphy.dao.hibernate.GenericDaoHibernate
-
Generic method used to get all objects of a particular type.
- getAll(Class<?>) - Method in class com.gisgraphy.dao.hibernate.UniversalDaoHibernate
-
Generic method used to get all objects of a particular type.
- getAll(Class<?>) - Method in interface com.gisgraphy.dao.UniversalDao
-
Generic method used to get all objects of a particular type.
- getAll() - Method in class com.gisgraphy.domain.repository.GenericDao
-
- getAll() - Method in interface com.gisgraphy.domain.repository.IDao
-
Generic method used to get all objects of a particular type.
- getAll() - Method in interface com.gisgraphy.service.GenericManager
-
Generic method used to get all objects of a particular type.
- getAll() - Method in class com.gisgraphy.service.impl.GenericManagerImpl
-
Generic method used to get all objects of a particular type.
- getAll(Class<?>) - Method in class com.gisgraphy.service.impl.UniversalManagerImpl
-
Generic method used to get a all objects of a particular type.
- getAll(Class<?>) - Method in interface com.gisgraphy.service.UniversalManager
-
Generic method used to get a all objects of a particular type.
- getAllbyLevel(int) - Method in class com.gisgraphy.domain.repository.AdmDao
-
- getAllbyLevel(int) - Method in interface com.gisgraphy.domain.repository.IAdmDao
-
- getAllPaginate(int, int) - Method in class com.gisgraphy.domain.repository.GenericDao
-
- getAllPaginate(int, int) - Method in interface com.gisgraphy.domain.repository.IDao
-
Returns all object of a particular type (i.e getAllPaginate(2,5) will
return the [2,3,4,5,6] object
- getAllRoles() - Method in class com.gisgraphy.service.impl.LookupManagerImpl
-
Retrieves all possible roles from persistence layer
- getAllRoles() - Method in interface com.gisgraphy.service.LookupManager
-
Retrieves all possible roles from persistence layer
- getAllSortedByName() - Method in class com.gisgraphy.domain.repository.CountryDao
-
- getAllSortedByName() - Method in interface com.gisgraphy.domain.repository.ICountryDao
-
- getAlreadyDoneFilePath() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getAlreadyTry() - Method in class com.gisgraphy.helper.RetryOnErrorTemplate
-
- getAlternatename() - Method in class com.gisgraphy.webapp.action.EditAlternateNameAction
-
- getAlternateNameAdm1FileName() - Method in class com.gisgraphy.importer.ImporterConfig
-
Get the name of the file where the alternate names of adm with level 1
are
- getAlternateNameAdm2FileName() - Method in class com.gisgraphy.importer.ImporterConfig
-
Get the name of the file where the alternate names of adm with level 2
are
- getAlternateNameCountryFileName() - Method in class com.gisgraphy.importer.ImporterConfig
-
Get the name of the file where the alternate names of countries are
- getAlternateNameFeaturesFileName() - Method in class com.gisgraphy.importer.ImporterConfig
-
Get the name of the file where the alternate names of features that are
not adm1, adm2, or country are
- getAlternateNameId() - Method in class com.gisgraphy.domain.geoloc.entity.AlternateName
-
Returns the alternate name id.
- getAlternateNameId() - Method in class com.gisgraphy.domain.geoloc.entity.AlternateOsmName
-
Returns the alternate name id.
- getAlternateNames() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- getAlternateNames() - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- getAlternateNamesFileName() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getAmbiguousCities() - Method in class com.gisgraphy.webapp.action.GeocodingAction
-
- getAmbiguousCity() - Method in class com.gisgraphy.webapp.action.GeocodingAction
-
- getAmenity() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- getAppURL(HttpServletRequest) - Static method in class com.gisgraphy.webapp.util.RequestUtil
-
Convenience method to get the application's URL based on request
variables.
- getArea() - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
Country area in square Km
- getAsciiName() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- getAssociatedStreetMember() - Method in class com.gisgraphy.importer.dto.AssociatedStreetHouseNumber
-
- getAuthorities() - Method in class com.gisgraphy.model.User
-
- getAuthority() - Method in class com.gisgraphy.model.Role
-
- getAvailablesDaos() - Method in interface com.gisgraphy.domain.repository.IRepositoryStrategy
-
- getAvailablesDaos() - Method in class com.gisgraphy.domain.repository.RepositoryStrategy
-
- getBestCitySearchSentence(Address) - Method in class com.gisgraphy.geocoding.GeocodingService
-
- getBoundingBox(String, double, double, double) - Static method in class com.gisgraphy.helper.GisHelper
-
- getByCodeAndCountry(String, String) - Method in interface com.gisgraphy.domain.repository.IZipCodeDao
-
- getByCodeAndCountry(String, String) - Method in class com.gisgraphy.domain.repository.ZipCodeDao
-
- getByCodeAndCountrySmart(String, String) - Method in interface com.gisgraphy.domain.repository.IZipCodeDao
-
- getByCodeAndCountrySmart(String, String) - Method in class com.gisgraphy.domain.repository.ZipCodeDao
-
- getByFeatureId(Long) - Method in class com.gisgraphy.domain.repository.GenericGisDao
-
- getByFeatureId(Long) - Method in interface com.gisgraphy.domain.repository.IGisDao
-
- getByGid(Long) - Method in interface com.gisgraphy.domain.repository.IOpenStreetMapDao
-
- getByGid(Long) - Method in class com.gisgraphy.domain.repository.OpenStreetMapDao
-
- getByIso3166Alpha2Code(String) - Method in class com.gisgraphy.domain.repository.CountryDao
-
- getByIso3166Alpha2Code(String) - Method in interface com.gisgraphy.domain.repository.ICountryDao
-
Get By ISO 3166 Alpha 2 (2-letter) code NOTE : The country code
will be automaticaly converted in upperCase
- getByIso3166Alpha3Code(String) - Method in class com.gisgraphy.domain.repository.CountryDao
-
- getByIso3166Alpha3Code(String) - Method in interface com.gisgraphy.domain.repository.ICountryDao
-
Get by ISO 639 Alpha 3 (3-letter) code NOTE : The country code
will be automaticaly converted in upperCase
- getByIso3166Code(String) - Method in class com.gisgraphy.domain.repository.CountryDao
-
- getByIso3166Code(String) - Method in interface com.gisgraphy.domain.repository.ICountryDao
-
- getByIso639Alpha2Code(String) - Method in interface com.gisgraphy.domain.repository.ILanguageDao
-
Find by ISO 639 Alpha 2 (2-letter) code
- getByIso639Alpha2Code(String) - Method in class com.gisgraphy.domain.repository.LanguageDao
-
- getByIso639Alpha3Code(String) - Method in interface com.gisgraphy.domain.repository.ILanguageDao
-
Find by ISO 639 Alpha 3 (3-letter) code
- getByIso639Alpha3Code(String) - Method in class com.gisgraphy.domain.repository.LanguageDao
-
- getByIso639Code(String) - Method in interface com.gisgraphy.domain.repository.ILanguageDao
-
- getByIso639Code(String) - Method in class com.gisgraphy.domain.repository.LanguageDao
-
- getByName(String) - Method in class com.gisgraphy.domain.repository.CountryDao
-
- getByName(String) - Method in interface com.gisgraphy.domain.repository.ICountryDao
-
returns the country for the specified name
- getByOpenStreetMapId(Long) - Method in interface com.gisgraphy.domain.repository.IOpenStreetMapDao
-
- getByOpenStreetMapId(Long) - Method in class com.gisgraphy.domain.repository.OpenStreetMapDao
-
- getByShape(Point, String, boolean) - Method in class com.gisgraphy.domain.repository.CityDao
-
- getByShape(Point, String, boolean) - Method in interface com.gisgraphy.domain.repository.ICityDao
-
- getByShape(String, String, Point) - Method in class com.gisgraphy.importer.GeonamesZipCodeSimpleImporter
-
- getByUsageType(StatsUsageType) - Method in interface com.gisgraphy.domain.repository.IStatsUsageDao
-
- getByUsageType(StatsUsageType) - Method in class com.gisgraphy.domain.repository.StatsUsageDao
-
- getCapitalName() - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
Get the capital for this country
- getChildren() - Method in class com.gisgraphy.domain.geoloc.entity.Adm
-
Return the Adms of a directly higher Level in the adm the tree structure
- getCity() - Method in class com.gisgraphy.model.Address
-
- getCity() - Method in class com.gisgraphy.webapp.action.GeocodingAction
-
- getClasscode() - Method in class com.gisgraphy.webapp.action.EditFeatureAction
-
- getClassEntityFromString(String) - Static method in class com.gisgraphy.helper.GisHelper
-
Return the class corresponding to the specified String or null if not
found.
- getClassName() - Method in class com.gisgraphy.webapp.taglib.ConstantsTag
-
- getCode() - Method in class com.gisgraphy.domain.geoloc.entity.ZipCode
-
- getConfiguration() - Method in class com.gisgraphy.webapp.action.BaseAction
-
Convenience method to get the Configuration HashMap from the servlet
context.
- getConfigValuesMap() - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- getConfirmPassword() - Method in class com.gisgraphy.model.User
-
- getContinent() - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
Returns The name of the continent this country belongs to
- getCookie(HttpServletRequest, String) - Static method in class com.gisgraphy.webapp.util.RequestUtil
-
Convenience method to get a cookie by name
- getCountries() - Method in class com.gisgraphy.webapp.action.AddressParserAction
-
- getCountries() - Method in class com.gisgraphy.webapp.action.EditFeatureAction
-
- getCountries() - Method in class com.gisgraphy.webapp.action.EditStreetAction
-
- getCountries() - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
-
- getCountries() - Method in class com.gisgraphy.webapp.action.GeocodingAction
-
- getCountries() - Method in class com.gisgraphy.webapp.action.GeocodingByTextAction
-
- getCountriesFileName() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getCountry() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- getCountry(String) - Method in class com.gisgraphy.helper.GisFeatureHelper
-
- getCountry() - Method in class com.gisgraphy.model.Address
-
- getCountry() - Method in class com.gisgraphy.webapp.action.AddressParserAction
-
- getCountry() - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
-
- getCountry() - Method in class com.gisgraphy.webapp.action.GeocodingByTextAction
-
- getCountryCode() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
The country code is not mandatory because gisfeature like undersea does
not belongs to a country
- getCountryCode() - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- getCountryCode() - Method in class com.gisgraphy.webapp.action.GeocodingAction
-
- getCountryCodes() - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- getCurrency() - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
Returns the ISO 4217 Currency from the currency code.
- getCurrencyCode() - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
ISO 4217 currency code when possible.
- getCurrencyName() - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
Returns The name of the currency for this country.
- getcurrentExtractedFileNameIntoArchive() - Method in class com.gisgraphy.importer.OpenStreetMapCitiesFileRetriever
-
- getcurrentExtractedFileNameIntoArchive() - Method in class com.gisgraphy.importer.OpenStreetMapFileRetriever
-
- getcurrentExtractedFileNameIntoArchive() - Method in class com.gisgraphy.importer.OpenStreetMapHouseNumberFileRetriever
-
- getcurrentExtractedFileNameIntoArchive() - Method in class com.gisgraphy.importer.OpenStreetMapPoisFileRetriever
-
- getcurrentExtractedFileNameIntoArchive() - Method in class com.gisgraphy.importer.QuattroshapesFileRetriever
-
- getCurrentFileName() - Method in class com.gisgraphy.domain.valueobject.ImporterStatusDto
-
- getCurrentFileName() - Method in class com.gisgraphy.importer.AbstractFileRetriever
-
- getCurrentFileName() - Method in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
- getCurrentFileName() - Method in class com.gisgraphy.importer.GeonamesDatabaseIndexer
-
- getCurrentFileName() - Method in interface com.gisgraphy.importer.IImporterProcessor
-
- getCurrentFileName() - Method in class com.gisgraphy.importer.OpenStreetMapFulltextBuilder
-
- getCurrentFileNameIntoArchiveExtracted() - Method in class com.gisgraphy.helper.Untar
-
- getCurrentLine() - Method in class com.gisgraphy.domain.valueobject.ImporterStatusDto
-
- getDao(Class<?>) - Method in interface com.gisgraphy.domain.repository.IRepositoryStrategy
-
- getDao(Class<?>) - Method in class com.gisgraphy.domain.repository.RepositoryStrategy
-
- getDate(Date) - Static method in class com.gisgraphy.util.DateUtil
-
This method attempts to convert an Oracle-formatted date in the form
dd-MMM-yyyy to mm/dd/yyyy.
- getDatePattern() - Static method in class com.gisgraphy.util.DateUtil
-
Return default datePattern (MM/dd/yyyy)
- getDateTime(String, Date) - Static method in class com.gisgraphy.util.DateUtil
-
This method generates a string representation of a date's date/time in
the format you specify on input
- getDateTimePattern() - Static method in class com.gisgraphy.util.DateUtil
-
- getDeeperAdmName(City) - Method in class com.gisgraphy.importer.OpenStreetMapPoisSimpleImporter
-
- getDeeperAdmName(City) - Method in class com.gisgraphy.importer.OpenStreetMapSimpleImporter
-
- getDefaultNumberOfResultsPerPage() - Method in class com.gisgraphy.webapp.action.SearchAction
-
- getDescription() - Method in class com.gisgraphy.model.Role
-
- getDirties() - Method in class com.gisgraphy.domain.repository.AdmDao
-
- getDirties() - Method in class com.gisgraphy.domain.repository.GenericGisDao
-
- getDirties() - Method in interface com.gisgraphy.domain.repository.IGisDao
-
Returns inconsistant object (in most case object With featureid < 0)
- getDistance() - Method in class com.gisgraphy.reversegeocoding.HouseNumberDistance
-
- getDownloadBaseUrl() - Method in class com.gisgraphy.importer.AbstractFileRetriever
-
- getDownloadBaseUrl() - Method in class com.gisgraphy.importer.GeonamesFileRetriever
-
- getDownloadBaseUrl() - Method in class com.gisgraphy.importer.GeonamesZipCodeFileRetriever
-
- getDownloadBaseUrl() - Method in class com.gisgraphy.importer.OpenStreetMapCitiesFileRetriever
-
- getDownloadBaseUrl() - Method in class com.gisgraphy.importer.OpenStreetMapFileRetriever
-
- getDownloadBaseUrl() - Method in class com.gisgraphy.importer.OpenStreetMapHouseNumberFileRetriever
-
- getDownloadBaseUrl() - Method in class com.gisgraphy.importer.OpenStreetMapPoisFileRetriever
-
- getDownloadBaseUrl() - Method in class com.gisgraphy.importer.QuattroshapesFileRetriever
-
- getDownloadDirectory() - Method in class com.gisgraphy.importer.AbstractFileRetriever
-
- getDownloadDirectory() - Method in class com.gisgraphy.importer.GeonamesFileRetriever
-
- getDownloadDirectory() - Method in class com.gisgraphy.importer.GeonamesZipCodeFileRetriever
-
- getDownloadDirectory() - Method in class com.gisgraphy.importer.OpenStreetMapCitiesFileRetriever
-
- getDownloadDirectory() - Method in class com.gisgraphy.importer.OpenStreetMapFileRetriever
-
- getDownloadDirectory() - Method in class com.gisgraphy.importer.OpenStreetMapHouseNumberFileRetriever
-
- getDownloadDirectory() - Method in class com.gisgraphy.importer.OpenStreetMapPoisFileRetriever
-
- getDownloadDirectory() - Method in class com.gisgraphy.importer.QuattroshapesFileRetriever
-
- getEager(Long) - Method in class com.gisgraphy.domain.repository.GenericGisDao
-
- getEager(Long) - Method in interface com.gisgraphy.domain.repository.IGisDao
-
Same as IDao#get(java.io.Serializable) but load the AlternateNames and
The linked Adm
- getElevation() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- getEmail() - Method in class com.gisgraphy.model.User
-
- getEncoding() - Method in class com.gisgraphy.fulltext.OutputstreamResponseWrapper
-
- getEquivalentFipsCode() - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
This field is not supported yet.
- getErrorMessage() - Method in class com.gisgraphy.fulltext.FulltextErrorVisitor
-
- getErrorMessage() - Method in class com.gisgraphy.geoloc.GeolocErrorVisitor
-
- getErrorMessage() - Method in class com.gisgraphy.street.StreetSearchErrorVisitor
-
- getErrorMessage() - Method in class com.gisgraphy.webapp.action.DisplayFeatureAction
-
- getErrorMessage() - Method in class com.gisgraphy.webapp.action.DisplayStreetAction
-
- getErrorMessage() - Method in class com.gisgraphy.webapp.action.EditAlternateNameAction
-
- getErrorMessage() - Method in class com.gisgraphy.webapp.action.EditFeatureAction
-
- getErrorMessage() - Method in class com.gisgraphy.webapp.action.EditStreetAction
-
- getErrorMessage() - Method in class com.gisgraphy.webapp.action.EditZipCodeAction
-
- getErrorMessage() - Method in class com.gisgraphy.webapp.action.GeocodingAction
-
- getErrorMessage() - Method in class com.gisgraphy.webapp.action.ImportAction
-
- getErrorMessage() - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- getErrorMessage() - Method in class com.gisgraphy.webapp.action.SearchAction
-
- getErrorRef() - Method in class com.gisgraphy.webapp.action.DisplayFeatureAction
-
- getErrorRef() - Method in class com.gisgraphy.webapp.action.DisplayStreetAction
-
- getErrorsAndWarningMessages() - Method in class com.gisgraphy.webapp.action.ResetImportAction
-
- getErrorVisitor(String) - Method in class com.gisgraphy.servlet.FulltextServlet
-
- getErrorVisitor(String) - Method in class com.gisgraphy.servlet.GeolocServlet
-
- getErrorVisitor(String) - Method in class com.gisgraphy.servlet.ReverseGeocodingServlet
-
- getErrorVisitor(String) - Method in class com.gisgraphy.servlet.StreetServlet
-
- getFailedMessage() - Method in class com.gisgraphy.webapp.action.ResetImportAction
-
- getFeatureClass() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- getFeatureCode() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- getFeatureId() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- getFeatureId() - Method in class com.gisgraphy.domain.repository.IdGenerator
-
- getFeatureId() - Method in interface com.gisgraphy.domain.repository.IIdGenerator
-
- getFile() - Method in class com.gisgraphy.webapp.action.FileUploadAction
-
- getFileContentType() - Method in class com.gisgraphy.webapp.action.FileUploadAction
-
- getFileFileName() - Method in class com.gisgraphy.webapp.action.FileUploadAction
-
- getFiles() - Method in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
- getFiles() - Method in class com.gisgraphy.importer.AdmExtracter
-
- getFiles() - Method in class com.gisgraphy.importer.GeonamesAdm1Importer
-
- getFiles() - Method in class com.gisgraphy.importer.GeonamesAdm2Importer
-
- getFiles() - Method in class com.gisgraphy.importer.GeonamesAdm3Importer
-
- getFiles() - Method in class com.gisgraphy.importer.GeonamesAdm4Importer
-
- getFiles() - Method in class com.gisgraphy.importer.GeonamesAdmExtracter
-
- getFiles() - Method in class com.gisgraphy.importer.GeonamesAlternateNamesAdmImporter
-
- getFiles() - Method in class com.gisgraphy.importer.GeonamesAlternateNamesExtracter
-
- getFiles() - Method in class com.gisgraphy.importer.GeonamesAlternateNamesSimpleImporter
-
- getFiles() - Method in class com.gisgraphy.importer.GeonamesCountryImporter
-
- getFiles() - Method in class com.gisgraphy.importer.GeonamesFeatureSimpleImporter
-
- getFiles() - Method in class com.gisgraphy.importer.GeonamesLanguageImporter
-
- getFiles() - Method in class com.gisgraphy.importer.GeonamesZipCodeSimpleImporter
-
- getFiles() - Method in class com.gisgraphy.importer.OpenStreetMapCitiesSimpleImporter
-
- getFiles() - Method in class com.gisgraphy.importer.OpenStreetMapHouseNumberSimpleImporter
-
- getFiles() - Method in class com.gisgraphy.importer.OpenStreetMapPoisSimpleImporter
-
- getFiles() - Method in class com.gisgraphy.importer.OpenStreetMapSimpleImporter
-
- getFiles() - Method in class com.gisgraphy.importer.QuattroshapesSimpleImporter
-
- getFilesToDecompress() - Method in class com.gisgraphy.importer.AbstractFileRetriever
-
return an array of file that are to be decompressed
- getFilesToDecompress() - Method in class com.gisgraphy.importer.GeonamesFileRetriever
-
- getFilesToDecompress() - Method in class com.gisgraphy.importer.GeonamesZipCodeFileRetriever
-
- getFilesToDecompress() - Method in class com.gisgraphy.importer.OpenStreetMapCitiesFileRetriever
-
- getFilesToDecompress() - Method in class com.gisgraphy.importer.OpenStreetMapFileRetriever
-
- getFilesToDecompress() - Method in class com.gisgraphy.importer.OpenStreetMapHouseNumberFileRetriever
-
- getFilesToDecompress() - Method in class com.gisgraphy.importer.OpenStreetMapPoisFileRetriever
-
- getFilesToDecompress() - Method in class com.gisgraphy.importer.QuattroshapesFileRetriever
-
- getFilterConfig() - Method in class com.opensymphony.module.sitemesh.filter.PageFilterWithoutSession
-
Deprecated.
Not needed in final version of Servlet 2.3 API - replaced by
init().
- getFipsCode() - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
The FIPS 10.4 country code.
- getFirstName() - Method in class com.gisgraphy.model.User
-
- getFlushFrequency() - Method in class com.gisgraphy.webapp.action.StatsAction
-
- getFormat() - Method in class com.gisgraphy.webapp.action.SearchAction
-
- getFormatedTimeElapsed() - Method in interface com.gisgraphy.importer.IImporterManager
-
- getFormatedTimeElapsed() - Method in class com.gisgraphy.importer.ImporterManager
-
- getFormats() - Method in class com.gisgraphy.webapp.action.AddressParserAction
-
- getFormats() - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
-
- getFormats() - Method in class com.gisgraphy.webapp.action.GeocodingByTextAction
-
- getFormats() - Method in class com.gisgraphy.webapp.action.GeolocSearchAction
-
- getFormats() - Method in class com.gisgraphy.webapp.action.StreetSearchAction
-
- getFrom() - Method in class com.gisgraphy.webapp.action.SearchAction
-
- getFullName() - Method in class com.gisgraphy.model.User
-
Returns the full name.
- getFulltextFieldList(Output.OutputStyle, String) - Method in class com.gisgraphy.fulltext.OutputStyleHelper
-
- getFulltextFieldList(Output) - Method in class com.gisgraphy.fulltext.OutputStyleHelper
-
- getFulltextSearchEngineURL() - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- getFullyQualifiedAddress() - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- getFullyQualifiedAddress() - Method in class com.gisgraphy.domain.geoloc.entity.Street
-
- getFullyQualifiedName(boolean) - Method in class com.gisgraphy.domain.geoloc.entity.City
-
Returns a name with adm1Name and adm2Name added (if not null).
- getFullyQualifiedName(boolean) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
Returns a name of the form : (adm1Name et adm2Name are printed) Paris,
Département de Ville-De-Paris, Ile-De-France, (FR)
- getFullyQualifiedName() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- getFullyQualifiedName(GisFeature, boolean) - Method in class com.gisgraphy.helper.GisFeatureHelper
-
Returns a name of the form : (adm1Name et adm2Name are printed) Paris,
Département de Ville-De-Paris, Ile-De-France, (FR)
- getFullyQualifiedName(GisFeature) - Method in class com.gisgraphy.helper.GisFeatureHelper
-
- getGeometryUserType() - Method in class org.hibernatespatial.postgis.PostgisDialectNG
-
- getGeonamesDir() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getGeonamesDownloadFilesListFromOption() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getGeonamesDownloadURL() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getGeonamesFilesToDownload() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getGeonamesZipCodeDir() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getGeonamesZipCodeDownloadURL() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getGid() - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- getGid() - Method in class com.gisgraphy.domain.repository.IdGenerator
-
- getGid() - Method in interface com.gisgraphy.domain.repository.IIdGenerator
-
- getGid() - Method in class com.gisgraphy.webapp.action.DisplayStreetAction
-
- getGisFeature() - Method in class com.gisgraphy.domain.geoloc.entity.AlternateName
-
The GisFeature, the Alternate name refers to
- getGisFeature() - Method in class com.gisgraphy.domain.geoloc.entity.event.GisFeatureEvent
-
- getGisFeature() - Method in class com.gisgraphy.domain.geoloc.entity.ZipCode
-
- getGisfeature() - Method in class com.gisgraphy.webapp.action.EditFeatureAction
-
- getGisFeatureId() - Method in class com.gisgraphy.webapp.action.EditAlternateNameAction
-
- getGisFeatureId() - Method in class com.gisgraphy.webapp.action.EditZipCodeAction
-
- getGisFeatures() - Method in class com.gisgraphy.domain.geoloc.entity.event.GisFeaturesEvent
-
- getGisgraphyServiceType() - Method in class com.gisgraphy.servlet.AddressParserServlet
-
- getGisgraphyServiceType() - Method in class com.gisgraphy.servlet.FulltextServlet
-
- getGisgraphyServiceType() - Method in class com.gisgraphy.servlet.GeocodingServlet
-
- getGisgraphyServiceType() - Method in class com.gisgraphy.servlet.GeolocServlet
-
- getGisgraphyServiceType() - Method in class com.gisgraphy.servlet.ReverseGeocodingServlet
-
- getGisgraphyServiceType() - Method in class com.gisgraphy.servlet.StreetServlet
-
- getGoogleMapAPIKey() - Method in class com.gisgraphy.webapp.action.DisplayStreetAction
-
- getGoogleMapAPIKey() - Method in class com.gisgraphy.webapp.action.GeocodingAction
-
- getGoogleMapAPIKey() - Method in interface com.gisgraphy.webapp.action.GoogleMapApiKeyAware
-
- getGoogleMapAPIKey() - Method in class com.gisgraphy.webapp.action.ReverseGeocodingAction
-
- getGtopo30() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- getHouseMembers() - Method in class com.gisgraphy.importer.dto.AssociatedStreetHouseNumber
-
- getHouseNumber() - Method in class com.gisgraphy.importer.dto.AssociatedStreetMember
-
- getHouseNumber() - Method in class com.gisgraphy.importer.dto.InterpolationMember
-
- getHouseNumber() - Method in class com.gisgraphy.importer.dto.NodeHouseNumber
-
- getHouseNumber() - Method in class com.gisgraphy.reversegeocoding.HouseNumberDistance
-
- getHouseNumbers() - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- getHouseNumbers() - Method in class com.gisgraphy.domain.geoloc.entity.Street
-
- getHttpFileSize(String) - Static method in class com.gisgraphy.importer.ImporterHelper
-
- getId() - Method in class com.gisgraphy.domain.geoloc.entity.AlternateName
-
The datastore id
- getId() - Method in class com.gisgraphy.domain.geoloc.entity.AlternateOsmName
-
The datastore id
- getId() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
The datastore id
- getId() - Method in class com.gisgraphy.domain.geoloc.entity.HouseNumber
-
- getId() - Method in class com.gisgraphy.domain.geoloc.entity.Language
-
- getId() - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- getId() - Method in class com.gisgraphy.domain.geoloc.entity.ZipCode
-
The datastore id
- getId() - Method in class com.gisgraphy.importer.dto.AssociatedStreetMember
-
- getId() - Method in class com.gisgraphy.importer.dto.InterpolationMember
-
- getId() - Method in class com.gisgraphy.model.Role
-
- getId() - Method in class com.gisgraphy.model.User
-
- getId() - Method in class com.gisgraphy.stats.StatsUsage
-
- getId() - Method in class com.gisgraphy.webapp.action.EditAlternateNameAction
-
- getId() - Method in class com.gisgraphy.webapp.action.EditFeatureAction
-
- getId() - Method in class com.gisgraphy.webapp.action.EditStreetAction
-
- getId() - Method in class com.gisgraphy.webapp.action.EditZipCodeAction
-
- getImporterConfig() - Method in interface com.gisgraphy.importer.IImporterManager
-
- getImporterConfig() - Method in class com.gisgraphy.importer.ImporterManager
-
- getImporterConfig() - Method in class com.gisgraphy.importer.OpenStreetMapFulltextBuilder
-
- getImporterConfig() - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- getImporterManager() - Method in class com.gisgraphy.webapp.action.ImportAction
-
- getImporterMetadataDirectoryPath() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getImporters() - Method in interface com.gisgraphy.importer.IImporterManager
-
- getImporters() - Method in class com.gisgraphy.importer.ImporterManager
-
- getImporterStatusDtoList() - Method in class com.gisgraphy.webapp.action.ImportAction
-
- getImportFormatedTimeElapsed() - Method in class com.gisgraphy.webapp.action.ImportAction
-
- getInstance() - Static method in class com.gisgraphy.fulltext.FulltextQueryHttpBuilder
-
- getInstance() - Static method in class com.gisgraphy.geoloc.GeolocQueryHttpBuilder
-
- getInstance() - Static method in class com.gisgraphy.helper.GisFeatureHelper
-
this method avoid the necessary injection in gisfeature
- getInstance() - Static method in class com.gisgraphy.reversegeocoding.ReverseGeocodingQueryHttpBuilder
-
- getInstance() - Static method in class com.gisgraphy.street.StreetSearchQueryHttpBuilder
-
- getInterpolationType() - Method in class com.gisgraphy.importer.dto.InterpolationHouseNumber
-
- getIsIn() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- getIsIn() - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- getIsInAdm() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- getIsInAdm() - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- getIsInCityAlternateNames() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
This field is only for relevance and allow to search for street<->cities in
many alternateNames.
- getIsInCityAlternateNames() - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
This field is only for relevance and allow to search for street<->cities in
many alternateNames.
- getIsInPlace() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- getIsInPlace() - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- getIsInZip() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- getIsInZip() - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- getIso3166Alpha2Code() - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
The ISO 3166 alpha-2 letter code(should be in upper case).
- getIso3166Alpha3Code() - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
The ISO 3166 alpha-3 letter code (should be in upper case)
- getIso3166NumericCode() - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
- getIso639Alpha2LanguageCode() - Method in class com.gisgraphy.domain.geoloc.entity.Language
-
- getIso639Alpha3LanguageCode() - Method in class com.gisgraphy.domain.geoloc.entity.Language
-
- getIso639LanguageName() - Method in class com.gisgraphy.domain.geoloc.entity.Language
-
- getLabel() - Method in class com.gisgraphy.model.LabelValue
-
- getLang() - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
-
- getLanguage() - Method in class com.gisgraphy.domain.geoloc.entity.AlternateName
-
- getLanguage() - Method in class com.gisgraphy.domain.geoloc.entity.AlternateOsmName
-
- getLanguageFileName() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getLanguages() - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
-
- getLastName() - Method in class com.gisgraphy.model.User
-
- getLat() - Method in class com.gisgraphy.webapp.action.DisplayStreetAction
-
- getLat() - Method in class com.gisgraphy.webapp.action.GeocodingAction
-
- getLat() - Method in class com.gisgraphy.webapp.action.GeolocSearchAction
-
- getLat() - Method in class com.gisgraphy.webapp.action.ReverseGeocodingAction
-
- getLat() - Method in class com.gisgraphy.webapp.action.StreetSearchAction
-
- getLatitude() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- getLatitude() - Method in class com.gisgraphy.domain.geoloc.entity.HouseNumber
-
- getLatitude() - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- getLatitude() - Method in class com.gisgraphy.webapp.action.EditFeatureAction
-
- getLatitude() - Method in class com.gisgraphy.webapp.action.EditStreetAction
-
- getLatLongJson() - Method in class com.gisgraphy.webapp.action.GeocodingAction
-
- getLength() - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- getLength() - Method in class com.gisgraphy.domain.geoloc.entity.Street
-
- getLevel() - Method in class com.gisgraphy.domain.geoloc.entity.Adm
-
- getLng() - Method in class com.gisgraphy.webapp.action.DisplayStreetAction
-
- getLng() - Method in class com.gisgraphy.webapp.action.GeocodingAction
-
- getLng() - Method in class com.gisgraphy.webapp.action.GeolocSearchAction
-
- getLng() - Method in class com.gisgraphy.webapp.action.ReverseGeocodingAction
-
- getLng() - Method in class com.gisgraphy.webapp.action.StreetSearchAction
-
- getLocale() - Method in interface com.gisgraphy.service.IInternationalisationService
-
- getLocale() - Method in class com.gisgraphy.service.impl.InternationalisationService
-
- getLocale() - Method in class com.gisgraphy.webapp.filter.LocaleRequestWrapper
- getLocales() - Method in class com.gisgraphy.webapp.filter.LocaleRequestWrapper
- getLocalizedDescription(Locale) - Method in enum com.gisgraphy.domain.valueobject.FeatureCode
-
The specified locale is used :
If null the
LocaleContextHolder
one is used (in a web context, it should be
the user locale).
- getLocation() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
Returns The JTS location point of the current GisFeature : The Geometry
representation of the latitude, longitude.
- getLocation() - Method in class com.gisgraphy.domain.geoloc.entity.HouseNumber
-
Returns The JTS location point of the current house : The Geometry
representation for the latitude, longitude.
- getLocation() - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
Returns The JTS location point of the current street : The Geometry
representation for the latitude, longitude.
- getLocation() - Method in class com.gisgraphy.importer.dto.AssociatedStreetMember
-
- getLocation() - Method in class com.gisgraphy.importer.dto.InterpolationMember
-
- getLocation() - Method in class com.gisgraphy.importer.dto.NodeHouseNumber
-
- getLoggingSentence() - Method in class com.gisgraphy.helper.RetryOnErrorTemplate
-
- getLongitude() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- getLongitude() - Method in class com.gisgraphy.domain.geoloc.entity.HouseNumber
-
- getLongitude() - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- getLongitude() - Method in class com.gisgraphy.webapp.action.EditFeatureAction
-
- getLongitude() - Method in class com.gisgraphy.webapp.action.EditStreetAction
-
- getMaxFeatureId() - Method in class com.gisgraphy.domain.repository.GisFeatureDao
-
- getMaxFeatureId() - Method in interface com.gisgraphy.domain.repository.IGisFeatureDao
-
- getMaxGid() - Method in interface com.gisgraphy.domain.repository.IOpenStreetMapDao
-
- getMaxGid() - Method in class com.gisgraphy.domain.repository.OpenStreetMapDao
-
- getMaxInsertsBeforeFlush() - Method in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
- getMaxInsertsBeforeFlush() - Method in class com.gisgraphy.importer.GeonamesAdm1Importer
-
- getMaxInsertsBeforeFlush() - Method in class com.gisgraphy.importer.GeonamesAdm2Importer
-
- getMaxInsertsBeforeFlush() - Method in class com.gisgraphy.importer.GeonamesAdm3Importer
-
- getMaxInsertsBeforeFlush() - Method in class com.gisgraphy.importer.GeonamesAdm4Importer
-
- getMaxInsertsBeforeFlush() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getMaxOpenstreetMapId() - Method in interface com.gisgraphy.domain.repository.IOpenStreetMapDao
-
- getMaxOpenstreetMapId() - Method in class com.gisgraphy.domain.repository.OpenStreetMapDao
-
- getMaxResults() - Method in class com.gisgraphy.geoloc.GeolocQueryHttpBuilder
-
- getMaxResults() - Method in class com.gisgraphy.street.StreetSearchQueryHttpBuilder
-
- getMembers() - Method in class com.gisgraphy.importer.dto.InterpolationHouseNumber
-
- getMessage() - Method in class com.gisgraphy.webapp.action.DebugStreetAction
-
- getMessage() - Method in class com.gisgraphy.webapp.action.GeocodingAction
-
- getModificationDate() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
The modification date of the feature.
- getName() - Method in class com.gisgraphy.domain.geoloc.entity.AlternateName
-
- getName() - Method in class com.gisgraphy.domain.geoloc.entity.AlternateOsmName
-
- getName() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- getName() - Method in class com.gisgraphy.domain.geoloc.entity.HouseNumber
-
- getName() - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- getName() - Method in class com.gisgraphy.domain.valueobject.NameValueDTO
-
- getName() - Method in class com.gisgraphy.importer.dto.NodeHouseNumber
-
- getName() - Method in class com.gisgraphy.model.Role
-
- getName() - Method in class com.gisgraphy.webapp.action.FileUploadAction
-
- getName() - Method in class com.gisgraphy.webapp.action.StreetSearchAction
-
- getNameOptions() - Method in class com.gisgraphy.webapp.action.StreetSearchAction
-
- getNearest(Point, String, boolean, int) - Method in class com.gisgraphy.domain.repository.GenericGisDao
-
- getNearest(Point, String, boolean, int) - Method in interface com.gisgraphy.domain.repository.IGisDao
-
- getNearestAndDistanceFrom(Point, double) - Method in class com.gisgraphy.domain.repository.GenericGisDao
-
- getNearestAndDistanceFrom(Point, double, int, int, boolean, boolean) - Method in class com.gisgraphy.domain.repository.GenericGisDao
-
- getNearestAndDistanceFrom(Point, Long, double, int, int, boolean, Class<? extends GisFeature>, boolean) - Method in class com.gisgraphy.domain.repository.GenericGisDao
-
base method for all findNearest*
- getNearestAndDistanceFrom(Point, double, int, int, boolean, Class<? extends GisFeature>) - Method in class com.gisgraphy.domain.repository.GisFeatureDao
-
- getNearestAndDistanceFrom(Point, double, boolean, Class<? extends GisFeature>) - Method in class com.gisgraphy.domain.repository.GisFeatureDao
-
- getNearestAndDistanceFrom(Point, double) - Method in interface com.gisgraphy.domain.repository.IGisDao
-
- getNearestAndDistanceFrom(Point, double, int, int, boolean, boolean) - Method in interface com.gisgraphy.domain.repository.IGisDao
-
- getNearestAndDistanceFrom(Point, double, int, int, boolean, Class<? extends GisFeature>) - Method in interface com.gisgraphy.domain.repository.IGisFeatureDao
-
tips to search the nearestplace use firstresult=1 and
maxResults=1
- getNearestAndDistanceFrom(Point, double, boolean, Class<? extends GisFeature>) - Method in interface com.gisgraphy.domain.repository.IGisFeatureDao
-
- getNearestAndDistanceFrom(Point, double, int, int, StreetType, Boolean, String, StreetSearchMode, boolean) - Method in interface com.gisgraphy.domain.repository.IOpenStreetMapDao
-
base method for all findNearest
- getNearestAndDistanceFrom(Point, double, int, int, StreetType, Boolean, String, StreetSearchMode, boolean) - Method in class com.gisgraphy.domain.repository.OpenStreetMapDao
-
- getNearestAndDistanceFromGisFeature(GisFeature, double, int, int, boolean) - Method in class com.gisgraphy.domain.repository.GenericGisDao
-
- getNearestAndDistanceFromGisFeature(GisFeature, double, boolean) - Method in class com.gisgraphy.domain.repository.GenericGisDao
-
- getNearestAndDistanceFromGisFeature(GisFeature, double, int, int, boolean, Class<? extends GisFeature>, boolean) - Method in class com.gisgraphy.domain.repository.GisFeatureDao
-
- getNearestAndDistanceFromGisFeature(GisFeature, double, boolean, Class<? extends GisFeature>) - Method in class com.gisgraphy.domain.repository.GisFeatureDao
-
- getNearestAndDistanceFromGisFeature(GisFeature, double, boolean) - Method in interface com.gisgraphy.domain.repository.IGisDao
-
- getNearestAndDistanceFromGisFeature(GisFeature, double, int, int, boolean) - Method in interface com.gisgraphy.domain.repository.IGisDao
-
- getNearestAndDistanceFromGisFeature(GisFeature, double, int, int, boolean, Class<? extends GisFeature>, boolean) - Method in interface com.gisgraphy.domain.repository.IGisFeatureDao
-
tips to search the nearestplace use firstresult=1 and
maxResults=1
- getNearestAndDistanceFromGisFeature(GisFeature, double, boolean, Class<? extends GisFeature>) - Method in interface com.gisgraphy.domain.repository.IGisFeatureDao
-
- getNearestByIds(List<SolrResponseDto>, Point) - Method in class com.gisgraphy.importer.OpenStreetMapHouseNumberSimpleImporter
-
- getNearestByosmIds(Point, List<Long>) - Method in interface com.gisgraphy.domain.repository.IOpenStreetMapDao
-
- getNearestByosmIds(Point, List<Long>) - Method in class com.gisgraphy.domain.repository.OpenStreetMapDao
-
- getNearestCity(Point, String, String, Class[]) - Method in class com.gisgraphy.importer.OpenStreetMapCitiesSimpleImporter
-
- getNearestCity(Point, String, boolean) - Method in class com.gisgraphy.importer.OpenStreetMapPoisSimpleImporter
-
- getNearestCity(Point, String, boolean) - Method in class com.gisgraphy.importer.OpenStreetMapSimpleImporter
-
- getNearestFrom(Point) - Method in interface com.gisgraphy.domain.repository.IOpenStreetMapDao
-
find the nearest street based on the shape, not the middle point
- getNearestFrom(Point, boolean, boolean) - Method in interface com.gisgraphy.domain.repository.IOpenStreetMapDao
-
- getNearestFrom(Point) - Method in class com.gisgraphy.domain.repository.OpenStreetMapDao
-
- getNearestFrom(Point, boolean, boolean) - Method in class com.gisgraphy.domain.repository.OpenStreetMapDao
-
- getNearestHouse(SortedSet<HouseNumber>, Point) - Method in class com.gisgraphy.reversegeocoding.AddressHelper
-
- getNearestMunicipalityByShape() - Method in class com.gisgraphy.webapp.action.DebugStreetAction
-
- getNearestMunicipalityByVicinity() - Method in class com.gisgraphy.webapp.action.DebugStreetAction
-
- getNearestNonMunicipalityByShape() - Method in class com.gisgraphy.webapp.action.DebugStreetAction
-
- getNearestNonMunicipalityByVicinity() - Method in class com.gisgraphy.webapp.action.DebugStreetAction
-
- getNearestRoadFrom(Point) - Method in interface com.gisgraphy.domain.repository.IOpenStreetMapDao
-
find the nearest road based on the shape, not the middle point and exclude footway
- getNearestRoadFrom(Point) - Method in class com.gisgraphy.domain.repository.OpenStreetMapDao
-
- getNextFeatureId() - Method in class com.gisgraphy.domain.repository.IdGenerator
-
- getNextFeatureId() - Method in interface com.gisgraphy.domain.repository.IIdGenerator
-
- getNextGId() - Method in class com.gisgraphy.domain.repository.IdGenerator
-
- getNextGId() - Method in interface com.gisgraphy.domain.repository.IIdGenerator
-
- getNodeId() - Method in class com.gisgraphy.importer.dto.NodeHouseNumber
-
- getNumber() - Method in class com.gisgraphy.domain.geoloc.entity.HouseNumber
-
- getNumberOfColumns() - Method in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
- getNumberOfColumns() - Method in class com.gisgraphy.importer.AdmExtracter
-
- getNumberOfColumns() - Method in class com.gisgraphy.importer.GeonamesAdmExtracter
-
- getNumberOfColumns() - Method in class com.gisgraphy.importer.GeonamesAlternateNamesExtracter
-
- getNumberOfColumns() - Method in class com.gisgraphy.importer.GeonamesAlternateNamesSimpleImporter
-
- getNumberOfColumns() - Method in class com.gisgraphy.importer.GeonamesCountryImporter
-
- getNumberOfColumns() - Method in class com.gisgraphy.importer.GeonamesFeatureSimpleImporter
-
- getNumberOfColumns() - Method in class com.gisgraphy.importer.GeonamesLanguageImporter
-
- getNumberOfColumns() - Method in class com.gisgraphy.importer.GeonamesZipCodeSimpleImporter
-
- getNumberOfColumns() - Method in class com.gisgraphy.importer.OpenStreetMapCitiesSimpleImporter
-
- getNumberOfColumns() - Method in class com.gisgraphy.importer.OpenStreetMapHouseNumberSimpleImporter
-
- getNumberOfColumns() - Method in class com.gisgraphy.importer.OpenStreetMapPoisSimpleImporter
-
- getNumberOfColumns() - Method in class com.gisgraphy.importer.OpenStreetMapSimpleImporter
-
- getNumberOfColumns() - Method in class com.gisgraphy.importer.QuattroshapesSimpleImporter
-
- getNumberOfCounter() - Method in class com.gisgraphy.service.impl.StatsUsageServiceImpl
-
- getNumberOfCounter() - Method in interface com.gisgraphy.service.IStatsUsageService
-
- getNumberOfLinelefts() - Method in class com.gisgraphy.domain.valueobject.ImporterStatusDto
-
- getNumberOfLineProcessed() - Method in class com.gisgraphy.domain.valueobject.ImporterStatusDto
-
- getNumberOfLinesToProcess() - Method in class com.gisgraphy.importer.AbstractFileRetriever
-
- getNumberOfLinesToProcess() - Method in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
- getNumberOfLinesToProcess() - Method in class com.gisgraphy.importer.GeonamesDatabaseIndexer
-
- getNumberOfLinesToProcess() - Method in interface com.gisgraphy.importer.IImporterProcessor
-
- getNumberOfLinesToProcess() - Method in class com.gisgraphy.importer.OpenStreetMapFulltextBuilder
-
- getNumberOfLineToProcess() - Method in class com.gisgraphy.domain.valueobject.ImporterStatusDto
-
- getNumberOfProcessors() - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- getNumberOfTimesToRetry() - Method in class com.gisgraphy.helper.RetryOnErrorTemplate
-
- getObject() - Method in enum com.gisgraphy.domain.valueobject.FeatureCode
-
Returns the java Object that the feature class and feature code are
associated to.
- getObjectFromFeatureClassCode(GisFeature) - Method in class com.gisgraphy.webapp.action.EditFeatureAction
-
- getObjectsFromTags(String[]) - Method in class com.gisgraphy.importer.OsmAmenityToPlacetype
-
- getOpenstreetmap() - Method in class com.gisgraphy.webapp.action.DebugStreetAction
-
- getOpenstreetmap() - Method in class com.gisgraphy.webapp.action.EditStreetAction
-
- getOpenStreetMapCitiesDir() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getOpenStreetMapCitiesDownloadFilesListFromOption() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getOpenstreetMapCitiesDownloadURL() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getOpenStreetMapCitiesFilesToDownload() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getOpenStreetMapDao() - Method in class com.gisgraphy.importer.OpenStreetMapFulltextBuilder
-
- getOpenStreetMapDir() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getOpenStreetMapDownloadFilesListFromOption() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getOpenstreetMapDownloadURL() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getOpenStreetMapFilesToDownload() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getOpenStreetMapHouseNumberDir() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getOpenStreetMapHouseNumberDownloadFilesListFromOption() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getOpenStreetMapHouseNumberFilesToDownload() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getOpenstreetMaphouseNumbersDownloadURL() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getOpenstreetmapId() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- getOpenstreetmapId() - Method in class com.gisgraphy.domain.geoloc.entity.HouseNumber
-
- getOpenstreetmapId() - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- getOpenstreetmapId() - Method in class com.gisgraphy.webapp.action.DebugStreetAction
-
- getOpenStreetMapPoisDir() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getOpenStreetMapPoisDownloadFilesListFromOption() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getOpenstreetMapPoisDownloadURL() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getOpenStreetMapPoisFilesToDownload() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getParent() - Method in class com.gisgraphy.domain.geoloc.entity.Adm
-
Returns The parent Adm in the Adm tree structure
- getPartialSearchName() - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
(Experimental) This String is used to search for a part of a street name
- getPartialsearchVector() - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
IT DOES NOTHING.
- getPassword() - Method in class com.gisgraphy.model.User
-
- getPasswordHint() - Method in class com.gisgraphy.model.User
-
- getPercent() - Method in class com.gisgraphy.domain.valueobject.ImporterStatusDto
-
- getPersistenceClass() - Method in class com.gisgraphy.domain.repository.GenericDao
-
- getPersistenceClass() - Method in interface com.gisgraphy.domain.repository.IDao
-
- getPhoneNumber() - Method in class com.gisgraphy.model.User
-
- getPhonePrefix() - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
The Phone Prefix (e.g : 33..) without '+'
- getPlaceType() - Method in class com.gisgraphy.domain.geoloc.entity.event.PlaceTypeDeleteAllEvent
-
- getPlacetype() - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
-
- getPlacetype() - Method in class com.gisgraphy.webapp.action.GeolocSearchAction
-
- getPlacetypes() - Method in class com.gisgraphy.webapp.action.EditFeatureAction
-
- getPlacetypes() - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- getPlacetypes() - Method in class com.gisgraphy.webapp.action.SearchAction
-
- getPlacetypesList() - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- getPopulation() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- getPopulation() - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- getPostalCode() - Method in class com.gisgraphy.model.Address
-
- getPostalCodeMask() - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
- getPostalCodeRegex() - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
Returns The regexp that every Zipcode for this country matches. it is
useful to test if a zipcode is valid. this field is imported from file
and is not tested.
- getPreferedName() - Method in class com.gisgraphy.webapp.action.DisplayFeatureAction
-
- getPreferedName() - Method in class com.gisgraphy.webapp.action.DisplayStreetAction
-
- getProcessedLevelFromCodes(String, String, String, String) - Static method in class com.gisgraphy.domain.geoloc.entity.Adm
-
Determine what should be the level of
an Adm which have the provided codes
- getProcessedLevelFromFeatureClassCode(String, String) - Static method in class com.gisgraphy.domain.geoloc.entity.Adm
-
Determine what should be the level of an adm which have a the
specified featureClass and a featureCode.
- getProcessorName() - Method in class com.gisgraphy.domain.valueobject.ImporterStatusDto
-
- getProvince() - Method in class com.gisgraphy.model.Address
-
- getQ() - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
-
- getQuattroshapesDir() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getQuattroshapesDownloadURL() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getQuattroshapesFilesDownloadFilesListFromOption() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getQuattroshapesFilesToDownload() - Method in class com.gisgraphy.importer.ImporterConfig
-
- getRadius() - Method in class com.gisgraphy.webapp.action.GeolocSearchAction
-
- getRadius() - Method in class com.gisgraphy.webapp.action.StreetSearchAction
-
- getReadFileLine() - Method in class com.gisgraphy.importer.AbstractFileRetriever
-
- getReadFileLine() - Method in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
- getReadFileLine() - Method in class com.gisgraphy.importer.GeonamesDatabaseIndexer
-
- getReadFileLine() - Method in interface com.gisgraphy.importer.IImporterProcessor
-
The number of read line for the current processed file
- getReadFileLine() - Method in class com.gisgraphy.importer.OpenStreetMapFulltextBuilder
-
- getRelationID() - Method in class com.gisgraphy.importer.dto.AssociatedStreetHouseNumber
-
- getRequest() - Method in class com.gisgraphy.webapp.action.BaseAction
-
Convenience method to get the request
- getRequest() - Method in class com.gisgraphy.webapp.action.StreetSearchAction
-
- getResponse() - Method in class com.gisgraphy.webapp.action.BaseAction
-
Convenience method to get the response
- getResponseDTO() - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
-
- getResponseDTO() - Method in class com.gisgraphy.webapp.action.GeolocSearchAction
-
- getResult() - Method in class com.gisgraphy.webapp.action.DisplayFeatureAction
-
- getResult() - Method in class com.gisgraphy.webapp.action.DisplayStreetAction
-
- getRole() - Method in class com.gisgraphy.importer.dto.AssociatedStreetMember
-
- getRole(String) - Method in class com.gisgraphy.service.impl.RoleManagerImpl
- getRole(String) - Method in interface com.gisgraphy.service.RoleManager
-
- getRoleByName(String) - Method in class com.gisgraphy.dao.hibernate.RoleDaoHibernate
-
Gets role information based on rolename
- getRoleByName(String) - Method in interface com.gisgraphy.dao.RoleDao
-
Gets role information based on rolename
- getRoleList() - Method in class com.gisgraphy.model.User
-
Convert user roles to LabelValue objects for convenience.
- getRoles() - Method in class com.gisgraphy.dao.hibernate.LookupDaoHibernate
-
Returns all Roles ordered by name
- getRoles() - Method in interface com.gisgraphy.dao.LookupDao
-
Returns all Roles ordered by name
- getRoles() - Method in class com.gisgraphy.model.User
-
- getRoles(Role) - Method in class com.gisgraphy.service.impl.RoleManagerImpl
- getRoles(Role) - Method in interface com.gisgraphy.service.RoleManager
-
- getSavedFilePath() - Method in interface com.gisgraphy.domain.repository.IImporterStatusListDao
-
- getSavedFilePath() - Method in class com.gisgraphy.domain.repository.ImporterStatusListDao
-
- getScope() - Method in class com.gisgraphy.webapp.taglib.ConstantsTag
-
- getScope(String) - Method in class com.gisgraphy.webapp.taglib.ConstantsTag
-
Converts the scope name into its corresponding PageContext constant
value.
- getSequenceId() - Method in class com.gisgraphy.importer.dto.InterpolationMember
-
- getServer() - Method in interface com.gisgraphy.fulltext.IsolrClient
-
return a handler to the server
- getServer() - Method in class com.gisgraphy.fulltext.SolrClient
-
- getSession() - Method in class com.gisgraphy.webapp.action.BaseAction
-
Convenience method to get the session.
- getShape() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
Returns The JTS shape of the feature : The Return type is a JTS
geometry.
- getShape() - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- getShape() - Method in class com.gisgraphy.webapp.action.DisplayFeatureAction
-
- getShape() - Method in class com.gisgraphy.webapp.action.DisplayStreetAction
-
- getShape() - Method in class com.gisgraphy.webapp.action.EditStreetAction
-
- getShapeAsWKTByFeatureId(Long) - Method in class com.gisgraphy.domain.repository.GenericGisDao
-
- getShapeAsWKTByFeatureId(Long) - Method in interface com.gisgraphy.domain.repository.IGisDao
-
- getShapeAsWKTByGId(Long) - Method in interface com.gisgraphy.domain.repository.IOpenStreetMapDao
-
- getShapeAsWKTByGId(Long) - Method in class com.gisgraphy.domain.repository.OpenStreetMapDao
-
- getSource() - Method in class com.gisgraphy.domain.geoloc.entity.AlternateName
-
It tells from which files / gazetteers it has been imported
- getSource() - Method in class com.gisgraphy.domain.geoloc.entity.AlternateOsmName
-
It tells from which files / gazetteers it has been imported
- getSource() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- getSpatialFilterExpression(String) - Method in class org.hibernatespatial.postgis.PostgisDialectNG
-
- getSpatialRelateSQL(String, int, boolean) - Method in class org.hibernatespatial.postgis.PostgisDialectNG
-
- getSpokenLanguages() - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
All language spoken in this Country.
- getSRID() - Method in enum com.gisgraphy.domain.valueobject.SRID
-
- getStackTrace() - Method in class com.gisgraphy.webapp.action.EditAlternateNameAction
-
- getStackTrace() - Method in class com.gisgraphy.webapp.action.EditFeatureAction
-
- getStackTrace() - Method in class com.gisgraphy.webapp.action.EditStreetAction
-
- getStackTrace() - Method in class com.gisgraphy.webapp.action.EditZipCodeAction
-
- getStackTraceAsString(Throwable) - Static method in class com.gisgraphy.helper.StringHelper
-
- getStatsUsages() - Method in class com.gisgraphy.webapp.action.StatsAction
-
- getStatsUsageType() - Method in class com.gisgraphy.stats.StatsUsage
-
- getStatus() - Method in class com.gisgraphy.domain.valueobject.ImporterStatusDto
-
- getStatus() - Method in class com.gisgraphy.importer.AbstractFileRetriever
-
- getStatus() - Method in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
- getStatus() - Method in class com.gisgraphy.importer.GeonamesDatabaseIndexer
-
- getStatus() - Method in interface com.gisgraphy.importer.IImporterProcessor
-
- getStatus() - Method in class com.gisgraphy.importer.OpenStreetMapFulltextBuilder
-
- getStatusDtoList() - Method in interface com.gisgraphy.importer.IImporterManager
-
- getStatusDtoList() - Method in class com.gisgraphy.importer.ImporterManager
-
- getStatusEnumList() - Method in class com.gisgraphy.webapp.action.ImportAction
-
- getStatusMessage() - Method in class com.gisgraphy.domain.valueobject.ImporterStatusDto
-
- getStatusMessage() - Method in class com.gisgraphy.importer.AbstractFileRetriever
-
- getStatusMessage() - Method in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
- getStatusMessage() - Method in class com.gisgraphy.importer.GeonamesDatabaseIndexer
-
- getStatusMessage() - Method in interface com.gisgraphy.importer.IImporterProcessor
-
- getStatusMessage() - Method in class com.gisgraphy.importer.OpenStreetMapFulltextBuilder
-
- getStep() - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- getStreet() - Method in class com.gisgraphy.domain.geoloc.entity.AlternateOsmName
-
The GisFeature, the Alternate name refers to
- getStreet() - Method in class com.gisgraphy.domain.geoloc.entity.HouseNumber
-
- getStreetMembers() - Method in class com.gisgraphy.importer.dto.AssociatedStreetHouseNumber
-
- getStreetName() - Method in class com.gisgraphy.importer.dto.AssociatedStreetMember
-
- getStreetName() - Method in class com.gisgraphy.importer.dto.InterpolationHouseNumber
-
- getStreetname() - Method in class com.gisgraphy.importer.dto.InterpolationMember
-
- getStreetName() - Method in class com.gisgraphy.importer.dto.NodeHouseNumber
-
- getStreetSearchResultsDto() - Method in class com.gisgraphy.webapp.action.StreetSearchAction
-
- getStreetType() - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- getStreetType() - Method in class com.gisgraphy.domain.geoloc.entity.Street
-
- getStreettype() - Method in class com.gisgraphy.webapp.action.EditStreetAction
-
- getStreetType() - Method in class com.gisgraphy.webapp.action.StreetSearchAction
-
- getStreetTypes(String) - Method in class com.gisgraphy.fulltext.SmartStreetDetection
-
- getStreetTypes() - Method in class com.gisgraphy.webapp.action.EditFeatureAction
-
- getStreetTypes() - Method in class com.gisgraphy.webapp.action.EditStreetAction
-
- getStreetTypes() - Method in class com.gisgraphy.webapp.action.StreetSearchAction
-
- getString(String) - Method in interface com.gisgraphy.service.IInternationalisationService
-
- getString(String, Object[]) - Method in interface com.gisgraphy.service.IInternationalisationService
-
- getString(String) - Method in class com.gisgraphy.service.impl.InternationalisationService
-
- getString(String, Object[]) - Method in class com.gisgraphy.service.impl.InternationalisationService
-
- getStructured() - Method in class com.gisgraphy.webapp.action.GeocodingByTextAction
-
- getStyle() - Method in class com.gisgraphy.webapp.action.AddressParserAction
-
- getStyle() - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
-
- getStyle() - Method in class com.gisgraphy.webapp.action.GeocodingByTextAction
-
- getTextSearchName() - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
This value is use to do a Fulltext search for a street name with index
- getTextsearchVector() - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
IT DOES NOTHING.
- getTimeElapsed() - Method in interface com.gisgraphy.importer.IImporterManager
-
- getTimeElapsed() - Method in class com.gisgraphy.importer.ImporterManager
-
- getTimeNow(Date) - Static method in class com.gisgraphy.util.DateUtil
-
This method returns the current date time in the format: MM/dd/yyyy HH:MM
a
- getTimezone() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- getTld() - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
Returns the top level domain for this country with the starting point.
- getTo() - Method in class com.gisgraphy.webapp.action.SearchAction
-
- getToday() - Static method in class com.gisgraphy.util.DateUtil
-
This method returns the current date in the format: MM/dd/yyyy
- getTotalReadLine() - Method in class com.gisgraphy.importer.AbstractFileRetriever
-
- getTotalReadLine() - Method in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
- getTotalReadLine() - Method in class com.gisgraphy.importer.GeonamesDatabaseIndexer
-
- getTotalReadLine() - Method in interface com.gisgraphy.importer.IImporterProcessor
-
The number of read line for all the processed file
- getTotalReadLine() - Method in class com.gisgraphy.importer.OpenStreetMapFulltextBuilder
-
- getTotalUsage() - Method in class com.gisgraphy.webapp.action.StatsAction
-
- getType() - Method in class com.gisgraphy.domain.geoloc.entity.HouseNumber
-
- getType() - Method in class com.gisgraphy.importer.dto.AssociatedStreetMember
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class com.gisgraphy.hibernate.criterion.DistanceRestriction
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class com.gisgraphy.hibernate.criterion.FulltextRestriction
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class com.gisgraphy.hibernate.criterion.IntersectsRestriction
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class com.gisgraphy.hibernate.criterion.PartialWordSearchRestriction
-
- getUnused() - Method in class com.gisgraphy.domain.repository.AdmDao
-
- getUnused() - Method in interface com.gisgraphy.domain.repository.IAdmDao
-
- getURL() - Method in class com.gisgraphy.fulltext.FullTextSearchEngine
-
- getURL() - Method in interface com.gisgraphy.fulltext.IsolrClient
-
- getURL() - Method in class com.gisgraphy.fulltext.SolrClient
-
- getUsage(StatsUsageType) - Method in class com.gisgraphy.service.impl.StatsUsageServiceImpl
-
- getUsage(StatsUsageType) - Method in interface com.gisgraphy.service.IStatsUsageService
-
- getUsage() - Method in class com.gisgraphy.stats.StatsUsage
-
- getUsedLanguagesCodes() - Method in class com.gisgraphy.domain.repository.AlternateNameDao
-
- getUsedLanguagesCodes() - Method in interface com.gisgraphy.domain.repository.IAlternateNameDao
-
This method returns the language used by the AlternateName. the results
are sorted by the number of times they are used(most popula first)
- getUser(String) - Method in class com.gisgraphy.service.impl.UserManagerImpl
-
Retrieves a user by userId.
- getUser(String) - Method in interface com.gisgraphy.service.UserManager
-
Retrieves a user by userId.
- getUser(String) - Method in interface com.gisgraphy.service.UserService
-
Retrieves a user by userId.
- getUser() - Method in class com.gisgraphy.webapp.action.SignupAction
-
Return an instance of the user - to display when validation errors occur
- getUser() - Method in class com.gisgraphy.webapp.action.UserAction
-
- getUserByUsername(String) - Method in class com.gisgraphy.service.impl.UserManagerImpl
-
Finds a user by their username.
- getUserByUsername(String) - Method in interface com.gisgraphy.service.UserManager
-
Finds a user by their username.
- getUserByUsername(String) - Method in interface com.gisgraphy.service.UserService
-
Finds a user by their username.
- getUsername() - Method in class com.gisgraphy.model.User
-
- getUsers() - Method in class com.gisgraphy.dao.hibernate.UserDaoHibernate
-
Gets a list of users ordered by the uppercase version of their username.
- getUsers() - Method in interface com.gisgraphy.dao.UserDao
-
Gets a list of users ordered by the uppercase version of their username.
- getUsers(User) - Method in class com.gisgraphy.service.impl.UserManagerImpl
-
Retrieves a list of users, filtering with parameters on a user object
- getUsers(User) - Method in interface com.gisgraphy.service.UserManager
-
Retrieves a list of users, filtering with parameters on a user object
- getUsers(User) - Method in interface com.gisgraphy.service.UserService
-
Retrieves a list of users, filtering with parameters on a user object
- getUsers() - Method in class com.gisgraphy.webapp.action.UserAction
-
Holder for users to display on list screen
- getValue() - Method in class com.gisgraphy.domain.valueobject.NameValueDTO
-
- getValue() - Method in class com.gisgraphy.model.LabelValue
-
- getVar() - Method in class com.gisgraphy.webapp.taglib.ConstantsTag
-
- getVariableInfo(TagData) - Method in class com.gisgraphy.webapp.taglib.ConstantsTei
-
Return information about the scripting variables to be created.
- getVerbosityModes() - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
-
- getVersion() - Method in class com.gisgraphy.model.User
-
- getWayId() - Method in class com.gisgraphy.importer.dto.InterpolationHouseNumber
-
- getWebsite() - Method in class com.gisgraphy.model.User
-
- getWriterType() - Method in class com.gisgraphy.fulltext.OutputstreamResponseWrapper
-
- getZipCode() - Method in class com.gisgraphy.webapp.action.EditZipCodeAction
-
- getZipCodes() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- GIS_DATE_PATTERN - Static variable in class com.gisgraphy.domain.valueobject.Constants
-
Default Date pattern
- GisFeature - Class in com.gisgraphy.domain.geoloc.entity
-
GisFeature is the 'MotherClass of all Features.
- GisFeature() - Constructor for class com.gisgraphy.domain.geoloc.entity.GisFeature
-
Default Constructor, needed by cgLib
- GisFeature(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.GisFeature
-
Copy Constructor that populate the current
GisFeature
with the
specified gisFeature fields
- GISFEATURE_BASE_URL - Static variable in class com.gisgraphy.domain.valueobject.Constants
-
The Base URL for building GISFeature URL
- GisFeatureDao - Class in com.gisgraphy.domain.repository
-
- GisFeatureDao() - Constructor for class com.gisgraphy.domain.repository.GisFeatureDao
-
Default Constructor
- gisFeatureDao - Variable in class com.gisgraphy.importer.GeonamesAlternateNamesSimpleImporter
-
- gisFeatureDao - Variable in class com.gisgraphy.importer.GeonamesFeatureSimpleImporter
-
- gisFeatureDao - Variable in class com.gisgraphy.importer.GeonamesZipCodeSimpleImporter
-
- gisFeatureDao - Variable in class com.gisgraphy.importer.OpenStreetMapPoisSimpleImporter
-
- gisFeatureDao - Variable in class com.gisgraphy.importer.QuattroshapesSimpleImporter
-
- GisFeatureDeleteAllEvent - Class in com.gisgraphy.domain.geoloc.entity.event
-
Represents an event when several
GisFeature
s are deleted
- GisFeatureDeleteAllEvent(List<? extends GisFeature>) - Constructor for class com.gisgraphy.domain.geoloc.entity.event.GisFeatureDeleteAllEvent
-
- GisFeatureDeletedEvent - Class in com.gisgraphy.domain.geoloc.entity.event
-
- GisFeatureDeletedEvent(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.event.GisFeatureDeletedEvent
-
- GisFeatureDistanceFactory - Class in com.gisgraphy.domain.valueobject
-
- GisFeatureDistanceFactory() - Constructor for class com.gisgraphy.domain.valueobject.GisFeatureDistanceFactory
-
- gisFeatureDistanceFactory - Static variable in class com.gisgraphy.hibernate.criterion.ResultTransformerUtil
-
- GisFeatureEvent - Class in com.gisgraphy.domain.geoloc.entity.event
-
- GisFeatureEvent(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.event.GisFeatureEvent
-
Default constructor
- GisFeatureEventListener - Class in com.gisgraphy.domain.geoloc.entity.event
-
- GisFeatureEventListener() - Constructor for class com.gisgraphy.domain.geoloc.entity.event.GisFeatureEventListener
-
- GisFeatureHelper - Class in com.gisgraphy.helper
-
- GisFeatureHelper() - Constructor for class com.gisgraphy.helper.GisFeatureHelper
-
- GisFeaturesEvent - Class in com.gisgraphy.domain.geoloc.entity.event
-
- GisFeaturesEvent(List<? extends GisFeature>) - Constructor for class com.gisgraphy.domain.geoloc.entity.event.GisFeaturesEvent
-
Default constructor
- GisFeatureStoredEvent - Class in com.gisgraphy.domain.geoloc.entity.event
-
- GisFeatureStoredEvent(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.event.GisFeatureStoredEvent
-
- GisgraphyCommunicationException - Exception in com.gisgraphy.geoloc
-
Basic Exception for Communication Exception
- GisgraphyCommunicationException() - Constructor for exception com.gisgraphy.geoloc.GisgraphyCommunicationException
-
Default Constructor
- GisgraphyCommunicationException(String, Throwable) - Constructor for exception com.gisgraphy.geoloc.GisgraphyCommunicationException
-
- GisgraphyCommunicationException(String) - Constructor for exception com.gisgraphy.geoloc.GisgraphyCommunicationException
-
- GisgraphyCommunicationException(Throwable) - Constructor for exception com.gisgraphy.geoloc.GisgraphyCommunicationException
-
- GisgraphyException - Exception in com.gisgraphy
-
Mother class of all gisgraphy Exception
- GisgraphyException() - Constructor for exception com.gisgraphy.GisgraphyException
-
Default constructor
- GisgraphyException(String, Throwable) - Constructor for exception com.gisgraphy.GisgraphyException
-
- GisgraphyException(String) - Constructor for exception com.gisgraphy.GisgraphyException
-
- GisgraphyException(Throwable) - Constructor for exception com.gisgraphy.GisgraphyException
-
- GisHelper - Class in com.gisgraphy.helper
-
Provides useful methods for geolocalisation
- GisHelper() - Constructor for class com.gisgraphy.helper.GisHelper
-
- GLOBAL_STREET_NONAME - Static variable in class com.gisgraphy.webapp.action.DisplayStreetAction
-
The reference in the localized file for the fact that the street has no name
- Golf - Class in com.gisgraphy.domain.geoloc.entity
-
- Golf(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Golf
-
Constructor that populate the
Golf
with the gisFeature fields
- Golf() - Constructor for class com.gisgraphy.domain.geoloc.entity.Golf
-
Needed by CGLib
- GolfDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Golf
Object
- GolfDao() - Constructor for class com.gisgraphy.domain.repository.GolfDao
-
Default constructor
- GoogleMapApiKeyAware - Interface in com.gisgraphy.webapp.action
-
Interface to be implemented when Google map api key is required
- Gorge - Class in com.gisgraphy.domain.geoloc.entity
-
- Gorge(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Gorge
-
Constructor that populate the
Gorge
with the gisFeature fields
- Gorge() - Constructor for class com.gisgraphy.domain.geoloc.entity.Gorge
-
Needed by CGLib
- GorgeDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Gorge
Object
- GorgeDao() - Constructor for class com.gisgraphy.domain.repository.GorgeDao
-
Default constructor
- GrassLand - Class in com.gisgraphy.domain.geoloc.entity
-
- GrassLand(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.GrassLand
-
Constructor that populate the
GrassLand
with the gisFeature
fields
- GrassLand() - Constructor for class com.gisgraphy.domain.geoloc.entity.GrassLand
-
Needed by CGLib
- GrassLandDao - Class in com.gisgraphy.domain.repository
-
- GrassLandDao() - Constructor for class com.gisgraphy.domain.repository.GrassLandDao
-
Default constructor
- Gulf - Class in com.gisgraphy.domain.geoloc.entity
-
- Gulf(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Gulf
-
Constructor that populate the
Gulf
with the gisFeature fields
- Gulf() - Constructor for class com.gisgraphy.domain.geoloc.entity.Gulf
-
Needed by CGLib
- GulfDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Gulf
Object
- GulfDao() - Constructor for class com.gisgraphy.domain.repository.GulfDao
-
Default constructor
- IAdmDao - Interface in com.gisgraphy.domain.repository
-
Interface for
Adm
data access
- IAlternateNameDao - Interface in com.gisgraphy.domain.repository
-
- Ice - Class in com.gisgraphy.domain.geoloc.entity
-
- Ice(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Ice
-
Constructor that populate the
Ice
with the gisFeature fields
- Ice() - Constructor for class com.gisgraphy.domain.geoloc.entity.Ice
-
Needed by CGLib
- IceDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Ice
Object
- IceDao() - Constructor for class com.gisgraphy.domain.repository.IceDao
-
Default constructor
- ICityDao - Interface in com.gisgraphy.domain.repository
-
Interface of data access object for
City
- ICountryDao - Interface in com.gisgraphy.domain.repository
-
Interface of data access object for
Country
- IDao<T,PK extends Serializable> - Interface in com.gisgraphy.domain.repository
-
Interface of a Generic (java-5 meaning) data access object
- iDaos - Variable in class com.gisgraphy.importer.GeonamesFeatureSimpleImporter
-
- IDatabaseHelper - Interface in com.gisgraphy.domain.repository
-
Interface that describe useful function to manage the database
- IDatabaseInitializer - Interface in com.gisgraphy.domain.repository
-
- IdGenerator - Class in com.gisgraphy.domain.repository
-
Convenience class to generate if (for openstreetmap, geonames) when they are
not provided, in case of custom add. this can be used in multithreading
- IdGenerator() - Constructor for class com.gisgraphy.domain.repository.IdGenerator
-
- IdGenerator - Variable in class com.gisgraphy.importer.GeonamesZipCodeSimpleImporter
-
- idGenerator - Variable in class com.gisgraphy.importer.OpenStreetMapCitiesSimpleImporter
-
- idGenerator - Variable in class com.gisgraphy.importer.OpenStreetMapPoisSimpleImporter
-
- idGenerator - Variable in class com.gisgraphy.importer.OpenStreetMapSimpleImporter
-
- IEvent - Interface in com.gisgraphy.domain.geoloc.entity.event
-
Base base interface for Events
- IEventListener - Interface in com.gisgraphy.domain.geoloc.entity.event
-
interface that must be implemented by all the listeners
- IEventManager - Interface in com.gisgraphy.domain.geoloc.entity.event
-
Manage all the Event Received.
- IGeolocResultsDtoSerializer - Interface in com.gisgraphy.geoloc
-
- IGisDao<T> - Interface in com.gisgraphy.domain.repository
-
Interface for a Generic Dao for GIS Object (java-5 meaning) it suppose that
the PK is of type long because its goal is to be used with class gisfeatures
and class that extends GisFeature. if it is note the case. it is possible to
create an other inteface
: public interface IGisDao extends IDao it adds some method to the IDao in order to
acess GIS objects
- IGisFeatureDao - Interface in com.gisgraphy.domain.repository
-
- IGisRepositoryEvent - Interface in com.gisgraphy.domain.geoloc.entity.event
-
Base interface for all Events that occurs on Gis repository
- IhouseNumberDao - Interface in com.gisgraphy.domain.repository
-
- IIdGenerator - Interface in com.gisgraphy.domain.repository
-
class to generate ids in order to add streets and place to the datastore and not be in conflict
- IImporterManager - Interface in com.gisgraphy.importer
-
- IImporterProcessor - Interface in com.gisgraphy.importer
-
Interface for Geonames processor
- IImporterStatusListDao - Interface in com.gisgraphy.domain.repository
-
- IInternationalisationService - Interface in com.gisgraphy.service
-
allow L10N and I18N
- ILanguageDao - Interface in com.gisgraphy.domain.repository
-
Interface of data access object for
Language
- IMPORT_IN_PROGRESS - Static variable in class com.gisgraphy.webapp.action.ResetImportAction
-
view of page that gives information after the reset
- IMPORT_VIEW_NAME - Static variable in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- ImportAction - Class in com.gisgraphy.webapp.action
-
Action that do the all import
- ImportAction() - Constructor for class com.gisgraphy.webapp.action.ImportAction
-
- importAll() - Method in interface com.gisgraphy.importer.IImporterManager
-
synchronized method to Import all the GisFeatures according the
ImporterConfig
and the several importers define in the
applicationContext-geoloc file.
- importAll() - Method in class com.gisgraphy.importer.ImporterManager
-
- ImportConfirmAction - Class in com.gisgraphy.webapp.action
-
Action that retrieve the configuration and
- ImportConfirmAction() - Constructor for class com.gisgraphy.webapp.action.ImportConfirmAction
-
- IMPORTER_METADATA_RELATIVE_PATH - Static variable in class com.gisgraphy.importer.ImporterConfig
-
The relative path of the directory that contains importer metadata
- IMPORTER_STATUS_LIST_FILENAME - Static variable in class com.gisgraphy.domain.repository.ImporterStatusListDao
-
- importerConfig - Variable in class com.gisgraphy.importer.AbstractFileRetriever
-
- importerConfig - Variable in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
- importerConfig - Variable in class com.gisgraphy.importer.GeonamesDatabaseIndexer
-
- ImporterConfig - Class in com.gisgraphy.importer
-
- ImporterConfig() - Constructor for class com.gisgraphy.importer.ImporterConfig
-
- ImporterException - Exception in com.gisgraphy.importer
-
Basic Exception for Importers
- ImporterException() - Constructor for exception com.gisgraphy.importer.ImporterException
-
Default constructor
- ImporterException(String) - Constructor for exception com.gisgraphy.importer.ImporterException
-
- ImporterException(Throwable) - Constructor for exception com.gisgraphy.importer.ImporterException
-
- ImporterException(String, Throwable) - Constructor for exception com.gisgraphy.importer.ImporterException
-
- ImporterHelper - Class in com.gisgraphy.importer
-
Useful methods for importer
- ImporterHelper() - Constructor for class com.gisgraphy.importer.ImporterHelper
-
- ImporterManager - Class in com.gisgraphy.importer
-
Do the importing stuff
- ImporterManager() - Constructor for class com.gisgraphy.importer.ImporterManager
-
- ImporterMetaDataException - Exception in com.gisgraphy.importer
-
Exception That is throws when importer metadatas can not be read
- ImporterMetaDataException() - Constructor for exception com.gisgraphy.importer.ImporterMetaDataException
-
Default constructor
- ImporterMetaDataException(String) - Constructor for exception com.gisgraphy.importer.ImporterMetaDataException
-
- ImporterMetaDataException(Throwable) - Constructor for exception com.gisgraphy.importer.ImporterMetaDataException
-
- ImporterMetaDataException(String, Throwable) - Constructor for exception com.gisgraphy.importer.ImporterMetaDataException
-
- ImporterStatus - Enum in com.gisgraphy.domain.valueobject
-
The differents status an importer can have
- ImporterStatusDto - Class in com.gisgraphy.domain.valueobject
-
Represents a status of an IgeonamesProcessor
- ImporterStatusDto(String, String, long, long, long, String, ImporterStatus) - Constructor for class com.gisgraphy.domain.valueobject.ImporterStatusDto
-
- ImporterStatusDto(IImporterProcessor) - Constructor for class com.gisgraphy.domain.valueobject.ImporterStatusDto
-
- ImporterStatusDto(String) - Constructor for class com.gisgraphy.domain.valueobject.ImporterStatusDto
-
- ImporterStatusListDao - Class in com.gisgraphy.domain.repository
-
- ImporterStatusListDao() - Constructor for class com.gisgraphy.domain.repository.ImporterStatusListDao
-
- IMunicipalityDetector - Interface in com.gisgraphy.importer
-
- in - Variable in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
The bufferReader for the current read Geonames file
- increaseUsage(StatsUsageType) - Method in class com.gisgraphy.service.impl.StatsUsageServiceImpl
-
- increaseUsage(StatsUsageType) - Method in interface com.gisgraphy.service.IStatsUsageService
-
- increaseUsage() - Method in class com.gisgraphy.stats.StatsUsage
-
- increment - Variable in class com.gisgraphy.importer.OpenStreetMapFulltextBuilder
-
The paginate step
- incrementReadedFileLine(int) - Method in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
- INDENT_PARAMETER - Static variable in class com.gisgraphy.domain.valueobject.Constants
-
The indent parameter (Solr parameter name)
- init() - Method in interface com.gisgraphy.domain.repository.IDatabaseInitializer
-
- init() - Method in class com.gisgraphy.service.impl.StatsUsageServiceImpl
-
- init() - Method in class com.gisgraphy.servlet.AddressParserServlet
-
- init() - Method in class com.gisgraphy.servlet.FulltextServlet
-
- init() - Method in class com.gisgraphy.servlet.GeocodingServlet
-
- init() - Method in class com.gisgraphy.servlet.GeolocServlet
-
- init() - Method in class com.gisgraphy.servlet.ReverseGeocodingServlet
-
- init() - Method in class com.gisgraphy.servlet.StreetServlet
-
- init() - Method in class com.gisgraphy.webapp.interceptor.UserRoleAuthorizationInterceptor
-
This method currently does nothing.
- init(FilterConfig) - Method in class com.opensymphony.module.sitemesh.filter.PageFilterWithoutSession
-
Set FilterConfig, and get instance of
DecoratorMapper
.
- initFiles() - Method in class com.gisgraphy.importer.GeonamesAlternateNamesExtracter
-
- initFilterBean() - Method in class com.gisgraphy.webapp.filter.StaticFilter
-
Read the includes/excludes paramters and set the filter accordingly.
- initMap() - Method in class com.gisgraphy.domain.repository.RepositoryStrategy
-
- input() - Method in class com.gisgraphy.webapp.action.EditFeatureAction
-
- input() - Method in class com.gisgraphy.webapp.action.EditStreetAction
-
- intercept(ActionInvocation) - Method in class com.gisgraphy.webapp.interceptor.UserRoleAuthorizationInterceptor
-
Intercept the action invocation and check to see if the user has the
proper role.
- internationalisationService - Variable in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
- internationalisationService - Variable in class com.gisgraphy.importer.GeonamesDatabaseIndexer
-
- InternationalisationService - Class in com.gisgraphy.service.impl
-
Allow i18n and L10n When we are not in a web context
- InternationalisationService() - Constructor for class com.gisgraphy.service.impl.InternationalisationService
-
- InterpolationHouseNumber - Class in com.gisgraphy.importer.dto
-
Represents a house number as an interpolation in the Karlsruhe schema.
- InterpolationHouseNumber() - Constructor for class com.gisgraphy.importer.dto.InterpolationHouseNumber
-
- InterpolationMember - Class in com.gisgraphy.importer.dto
-
Represents a house number with an associated street in the Karlsruhe schema.
- InterpolationMember(String, int, Point, String, String) - Constructor for class com.gisgraphy.importer.dto.InterpolationMember
-
- InterpolationMember() - Constructor for class com.gisgraphy.importer.dto.InterpolationMember
-
- InterpolationType - Enum in com.gisgraphy.importer.dto
-
- IntersectsRestriction - Class in com.gisgraphy.hibernate.criterion
-
An implementation of the Criterion
interface that implements
restriction for a psql intersects restriction
- IntersectsRestriction(String, Polygon) - Constructor for class com.gisgraphy.hibernate.criterion.IntersectsRestriction
-
- IOpenStreetMapDao - Interface in com.gisgraphy.domain.repository
-
- IRepositoryStrategy - Interface in com.gisgraphy.domain.repository
-
- is_Adm(String, String) - Static method in enum com.gisgraphy.helper.FeatureClassCodeHelper
-
Whether the feature code and the feature class are for
Adm
object
It will return true if featureClass equals 'A' and featureCode is
ADM1,ADM2,ADM3,ADM4. it is case sensitive and will retrun false for
A.ADM.ADMD are not considered as ADM
- is_same(Object) - Method in class com.gisgraphy.domain.geoloc.entity.HouseNumber
-
check if address are content identical
If number are equals and street (if number is null, we look at the name)
- isAccountExpired() - Method in class com.gisgraphy.model.User
-
- isAccountLocked() - Method in class com.gisgraphy.model.User
-
- isAccountNonExpired() - Method in class com.gisgraphy.model.User
-
- isAccountNonLocked() - Method in class com.gisgraphy.model.User
-
- isAdm() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- isAdmin() - Method in class com.gisgraphy.webapp.action.EditSearchAction
-
- isAdmin() - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
-
- isAdmMode() - Method in class com.gisgraphy.importer.GeonamesAdm1Importer
-
- isAdmMode() - Method in class com.gisgraphy.importer.GeonamesAdm2Importer
-
- isAdmMode() - Method in class com.gisgraphy.importer.GeonamesAdm3Importer
-
- isAdmMode() - Method in class com.gisgraphy.importer.GeonamesAdm4Importer
-
- isAdmMode() - Method in class com.gisgraphy.importer.GeonamesFeatureSimpleImporter
-
- isAdvancedSearch() - Method in class com.gisgraphy.webapp.action.SearchAction
-
- isAlive() - Method in class com.gisgraphy.fulltext.FullTextSearchEngine
-
- isAllFilesDownloadables() - Method in class com.gisgraphy.importer.ImporterConfig
-
- isAllwordsrequired() - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
-
- isAlreadyDone() - Method in interface com.gisgraphy.importer.IImporterManager
-
- isAlreadyDone() - Method in class com.gisgraphy.importer.ImporterManager
-
- isAutosubmit() - Method in class com.gisgraphy.webapp.action.AddressParserAction
-
- isAutosubmit() - Method in class com.gisgraphy.webapp.action.GeocodingByTextAction
-
- isAutosubmit() - Method in class com.gisgraphy.webapp.action.StreetSearchAction
-
- isCity() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- isCity(String, String) - Static method in enum com.gisgraphy.helper.FeatureClassCodeHelper
-
Whether the feature code and the feature class are for
City
objects.
- isCityConfident() - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- isCityFound() - Method in class com.gisgraphy.webapp.action.GeocodingAction
-
- isConfigCorrectForImport() - Method in class com.gisgraphy.importer.ImporterConfig
-
- isConfigGotProblems() - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- isConfigOk() - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- isConfirmed() - Method in class com.gisgraphy.webapp.action.ResetImportAction
-
- isConsistentForLevel() - Method in class com.gisgraphy.domain.geoloc.entity.Adm
-
Check that the country code is filled and the admXcode are correctly filled according
to the level
- isCountry() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- isCountry(String, String) - Static method in enum com.gisgraphy.helper.FeatureClassCodeHelper
-
Whether the feature code and the feature class are for
Country
object.
- isCredentialsExpired() - Method in class com.gisgraphy.model.User
-
- isCredentialsNonExpired() - Method in class com.gisgraphy.model.User
-
- isDisplayResults() - Method in class com.gisgraphy.webapp.action.AddressParserAction
-
- isDisplayResults() - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
-
- isDisplayResults() - Method in class com.gisgraphy.webapp.action.GeocodingByTextAction
-
- isDisplayResults() - Method in class com.gisgraphy.webapp.action.GeolocSearchAction
-
- isDisplayResults() - Method in class com.gisgraphy.webapp.action.StreetSearchAction
-
- isDistance() - Method in class com.gisgraphy.webapp.action.GeolocSearchAction
-
- isDistance() - Method in class com.gisgraphy.webapp.action.StreetSearchAction
-
- isDownloadDirectoryAccessible() - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- isEmptyField(String[], int, boolean) - Static method in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
Check that the array is not null, and the fields of the specified
position is not empty (after been trimed)
- isEmptyString(String) - Static method in class com.gisgraphy.helper.StringHelper
-
Usefull method to be compatible with jdk1.5 (jdk 1.6 already have this method)
- isEnabled() - Method in class com.gisgraphy.model.User
-
- isEndOfDocument() - Method in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
- isFileNotFoundTolerant() - Method in class com.gisgraphy.importer.AbstractFileRetriever
-
- isFileNotFoundTolerant() - Method in class com.gisgraphy.importer.GeonamesFileRetriever
-
- isFileNotFoundTolerant() - Method in class com.gisgraphy.importer.GeonamesZipCodeFileRetriever
-
- isFileNotFoundTolerant() - Method in class com.gisgraphy.importer.OpenStreetMapCitiesFileRetriever
-
- isFileNotFoundTolerant() - Method in class com.gisgraphy.importer.OpenStreetMapFileRetriever
-
- isFileNotFoundTolerant() - Method in class com.gisgraphy.importer.OpenStreetMapHouseNumberFileRetriever
-
- isFileNotFoundTolerant() - Method in class com.gisgraphy.importer.OpenStreetMapPoisFileRetriever
-
- isFileNotFoundTolerant() - Method in class com.gisgraphy.importer.QuattroshapesFileRetriever
-
- isFillIsInEnabled() - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.AdmBuilding
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Airport
-
Override the GisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Ambulance
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.AmusePark
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Aqueduc
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.ATM
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Bank
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Bar
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Bay
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Beach
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Bench
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Bridge
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Building
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.BusStation
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Camp
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Camping
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Canyon
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Casino
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Castle
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Cave
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Cemetery
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Cinema
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Cirque
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.City
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.CityHall
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Cliff
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Coast
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Continent
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.CourtHouse
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Craft
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.CustomsPost
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Dam
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Dentist
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Desert
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Doctor
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.EmergencyPhone
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Factory
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Falls
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Farm
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.FerryTerminal
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Field
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.FireStation
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.FishingArea
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Fjord
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Forest
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Fountain
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Fuel
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Garden
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Golf
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Gorge
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.GrassLand
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Gulf
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Hill
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Hospital
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Hotel
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.House
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Ice
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Island
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Lake
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Library
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.LightHouse
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Mall
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Marsh
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.MetroStation
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Military
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Mill
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Mine
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Mole
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Monument
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Mound
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Mountain
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Museum
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.NightClub
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Oasis
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.ObservatoryPoint
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Ocean
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.OperaHouse
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Park
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Parking
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Pharmacy
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Picnic
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Plantation
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.PolicePost
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.PoliticalEntity
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Pond
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Port
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.PostOffice
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Prison
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Pyramid
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Quay
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Rail
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.RailRoadStation
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Ranch
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Ravin
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Reef
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Religious
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Rental
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Reserve
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.RestArea
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Restaurant
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Road
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.School
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Sea
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Shop
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Sport
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Spring
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Stadium
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Strait
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Stream
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Street
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.SwimmingPool
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Taxi
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Telephone
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Theater
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Toilet
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Tourism
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.TourismInfo
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Tower
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Tree
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Tunnel
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.UnderSea
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.VendingMachine
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Veterinary
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Vineyard
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Volcano
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.WaterBody
-
Override the gisFeature value.
- isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Zoo
-
Override the gisFeature value.
- isFulltextSearchEngineAlive() - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- isGeocodable(Address) - Method in class com.gisgraphy.geocoding.GeocodingService
-
- isGeonamesDownloadDirectoryAccessible() - Method in class com.gisgraphy.importer.ImporterConfig
-
- isGeonamesImporterEnabled() - Method in class com.gisgraphy.importer.ImporterConfig
-
- isGeonamesImporterEnabled() - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- isHouse() - Method in class com.gisgraphy.importer.dto.AssociatedStreetMember
-
- isHousenumberImporterEnabled() - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- isImportallcountries() - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- isImportallplacetype() - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- isImportAlreadyDone() - Method in class com.gisgraphy.webapp.action.ImportAction
-
- isImportEmbededAlternateNames() - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- isImportGisFeatureEmbededAlternateNames() - Method in class com.gisgraphy.importer.ImporterConfig
-
- isImportInProgress() - Method in class com.gisgraphy.webapp.action.ImportAction
-
- isIndent() - Method in class com.gisgraphy.webapp.action.SearchAction
-
- isInProgress() - Method in interface com.gisgraphy.importer.IImporterManager
-
- isInProgress() - Method in class com.gisgraphy.importer.ImporterManager
-
- Island - Class in com.gisgraphy.domain.geoloc.entity
-
- Island(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Island
-
Constructor that populate the
Island
with the gisFeature fields
- Island() - Constructor for class com.gisgraphy.domain.geoloc.entity.Island
-
Needed by CGLib
- IslandDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Island
Object
- IslandDao() - Constructor for class com.gisgraphy.domain.repository.IslandDao
-
Default constructor
- isMissingRequiredFieldThrows() - Method in class com.gisgraphy.importer.ImporterConfig
-
- isMunicipality() - Method in class com.gisgraphy.domain.geoloc.entity.City
-
- isMunicipality(String, String, String, GISSource) - Method in interface com.gisgraphy.importer.IMunicipalityDetector
-
- isMunicipality(String, String, String, GISSource) - Method in class com.gisgraphy.importer.MunicipalityDetector
-
- isMunicipality_internal(MunicipalityDetector.MunicipalityDetectionStrategy, Integer, String, String, String, String, String) - Method in class com.gisgraphy.importer.MunicipalityDetector
-
- isMunicipalityByGisFeature(String, GisFeature) - Method in interface com.gisgraphy.importer.IMunicipalityDetector
-
Deprecated.
- isMunicipalityByGisFeature(String, GisFeature) - Method in class com.gisgraphy.importer.MunicipalityDetector
-
- isMutable() - Method in class com.gisgraphy.hibernate.type.TsVectorStringType
-
- isNormalize_textFunctionCreated() - Method in class com.gisgraphy.domain.repository.DatabaseHelper
-
- isNormalize_textFunctionCreated() - Method in interface com.gisgraphy.domain.repository.IDatabaseHelper
-
Determines if the normalize_text function is created in postgres
- isNotEmptyString(String) - Static method in class com.gisgraphy.helper.StringHelper
-
Usefull method to be compatible with jdk1.5 (jdk 1.6 already have this method)
- IsolrClient - Interface in com.gisgraphy.fulltext
-
Wrap a SolrServer
- ISolRSynchroniser - Interface in com.gisgraphy.domain.repository
-
We don't use the Hibernate Listeners because we don't want to handle every
hibernate operations just a few one (we don't want to check if that class or
that one should be sync Synchronise the Gis Object with the full text search
engine.
- isOneWay() - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- isOneWay() - Method in class com.gisgraphy.domain.geoloc.entity.Street
-
- isOpenStreetMapCitiesDirectoryAccessible() - Method in class com.gisgraphy.importer.ImporterConfig
-
- isOpenStreetMapDownloadDirectoryAccessible() - Method in class com.gisgraphy.importer.ImporterConfig
-
- isOpenStreetMapDownloadDirectoryAccessible() - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- isOpenStreetMapFillIsIn() - Method in class com.gisgraphy.importer.ImporterConfig
-
if we search for the nearest city in geonames data to fill the is_in
field this increase the time of the importer but strongly increase the
relevance of the geocoder
- isOpenStreetMapHouseNumberDownloadDirectoryAccessible() - Method in class com.gisgraphy.importer.ImporterConfig
-
- isOpenstreetmapHouseNumberImporterEnabled() - Method in class com.gisgraphy.importer.ImporterConfig
-
- isOpenstreetmapImporterEnabled() - Method in class com.gisgraphy.importer.ImporterConfig
-
- isOpenStreetMapImporterEnabled() - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- isOpenStreetMapPoisDirectoryAccessible() - Method in class com.gisgraphy.importer.ImporterConfig
-
- ISpellCheckerIndexer - Interface in com.gisgraphy.fulltext.spell
-
- isPointRequired() - Method in class com.gisgraphy.geoloc.GeolocQueryHttpBuilder
-
- isPointRequired() - Method in class com.gisgraphy.street.StreetSearchQueryHttpBuilder
-
- isPreferredName() - Method in class com.gisgraphy.domain.geoloc.entity.AlternateName
-
Whether the alternate name is the preferred name for The
GisFeature
- isQuattroshapesDirectoryAccessible() - Method in class com.gisgraphy.importer.ImporterConfig
-
- isQuattroshapesImporterEnabled() - Method in class com.gisgraphy.importer.ImporterConfig
-
- isQuattroshapesImporterEnabled() - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- isRegexpCorrects() - Method in class com.gisgraphy.importer.ImporterConfig
-
- isRegexpCorrects() - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- isRenameFilesAfterProcessing() - Method in class com.gisgraphy.importer.ImporterConfig
-
- isResetFailed() - Method in class com.gisgraphy.webapp.action.ResetImportAction
-
- isRetrieveFileEnable() - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- isRetrieveFiles() - Method in class com.gisgraphy.importer.ImporterConfig
-
- isServerAlive() - Method in interface com.gisgraphy.fulltext.IsolrClient
-
- isServerAlive() - Method in class com.gisgraphy.fulltext.SolrClient
-
- isShortName() - Method in class com.gisgraphy.domain.geoloc.entity.AlternateName
-
Whether the alternate name is a short name
- isSpellchecking() - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
-
- isStreet() - Method in class com.gisgraphy.importer.dto.AssociatedStreetMember
-
- isStreetQuery(FulltextQuery) - Static method in class com.gisgraphy.fulltext.FulltextQuerySolrHelper
-
- isSyncAdmCodesWithLinkedAdmOnes() - Method in class com.gisgraphy.importer.ImporterConfig
-
- IStatsUsageDao - Interface in com.gisgraphy.domain.repository
-
- IStatsUsageService - Interface in com.gisgraphy.service
-
- IStreetFactory - Interface in com.gisgraphy.street
-
Factory to create a street from an openstreetMap entity
- IStreetSearchResultsDtoSerializer - Interface in com.gisgraphy.street
-
- isTryToDetectAdmIfNotFound() - Method in class com.gisgraphy.importer.ImporterConfig
-
- isWrongNumberOfFieldsThrows() - Method in class com.gisgraphy.importer.ImporterConfig
-
- IZipCodeDao - Interface in com.gisgraphy.domain.repository
-
- radius - Variable in class com.gisgraphy.webapp.action.GeolocSearchAction
-
- radius - Variable in class com.gisgraphy.webapp.action.StreetSearchAction
-
- RADIUS_OF_EARTH_IN_METERS - Static variable in class com.gisgraphy.domain.valueobject.Constants
-
The radius of the earth
- Rail - Class in com.gisgraphy.domain.geoloc.entity
-
- Rail(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Rail
-
Constructor that populate the
Rail
with the gisFeature fields
- Rail() - Constructor for class com.gisgraphy.domain.geoloc.entity.Rail
-
Needed by CGLib
- RailDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Rail
Object
- RailDao() - Constructor for class com.gisgraphy.domain.repository.RailDao
-
Default constructor
- RailRoadStation - Class in com.gisgraphy.domain.geoloc.entity
-
- RailRoadStation(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.RailRoadStation
-
- RailRoadStation() - Constructor for class com.gisgraphy.domain.geoloc.entity.RailRoadStation
-
Needed by CGLib
- RailRoadStationDao - Class in com.gisgraphy.domain.repository
-
- RailRoadStationDao() - Constructor for class com.gisgraphy.domain.repository.RailRoadStationDao
-
Default constructor
- Ranch - Class in com.gisgraphy.domain.geoloc.entity
-
- Ranch(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Ranch
-
Constructor that populate the
Ranch
with the gisFeature fields
- Ranch() - Constructor for class com.gisgraphy.domain.geoloc.entity.Ranch
-
Needed by CGLib
- RanchDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Ranch
Object
- RanchDao() - Constructor for class com.gisgraphy.domain.repository.RanchDao
-
Default constructor
- Ravin - Class in com.gisgraphy.domain.geoloc.entity
-
- Ravin(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Ravin
-
Constructor that populate the
Ravin
with the gisFeature fields
- Ravin() - Constructor for class com.gisgraphy.domain.geoloc.entity.Ravin
-
Needed by CGLib
- RavinDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Ravin
Object
- RavinDao() - Constructor for class com.gisgraphy.domain.repository.RavinDao
-
Default constructor
- readFileLine - Variable in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
- readLineAndProcessData() - Method in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
Process the line if needed (is not a comment, should ignore first line,
is end of document,...)
- Reef - Class in com.gisgraphy.domain.geoloc.entity
-
- Reef(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Reef
-
Constructor that populate the
Reef
with the gisFeature fields
- Reef() - Constructor for class com.gisgraphy.domain.geoloc.entity.Reef
-
Needed by CGLib
- ReefDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Reef
Object
- ReefDao() - Constructor for class com.gisgraphy.domain.repository.ReefDao
-
Default constructor
- REGEXP_SEPARATOR - Static variable in class com.gisgraphy.importer.ImporterConfig
-
A list of options is separated by this. e.g : a list of regexp options
- REGISTERED - Static variable in class com.gisgraphy.Constants
-
The request scope attribute for indicating a newly-registered user
- release() - Method in class com.gisgraphy.webapp.taglib.ConstantsTag
-
Release all allocated resources.
- release() - Method in class com.gisgraphy.webapp.taglib.CountryTag
-
Release aquired resources to enable tag reusage.
- Religious - Class in com.gisgraphy.domain.geoloc.entity
-
- Religious(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Religious
-
Constructor that populate the
Religious
with the gisFeature
fields
- Religious() - Constructor for class com.gisgraphy.domain.geoloc.entity.Religious
-
Needed by CGLib
- ReligiousDao - Class in com.gisgraphy.domain.repository
-
- ReligiousDao() - Constructor for class com.gisgraphy.domain.repository.ReligiousDao
-
Default constructor
- ReloadAction - Class in com.gisgraphy.webapp.action
-
This class is used to reload the drop-downs initialized in the
StartupListener.
- ReloadAction() - Constructor for class com.gisgraphy.webapp.action.ReloadAction
-
- remove(PK) - Method in interface com.gisgraphy.dao.GenericDao
-
Generic method to delete an object based on class and id
- remove(PK) - Method in class com.gisgraphy.dao.hibernate.GenericDaoHibernate
-
Generic method to delete an object based on class and id
- remove(Class<?>, Serializable) - Method in class com.gisgraphy.dao.hibernate.UniversalDaoHibernate
-
Generic method to delete an object based on class and id
- remove(Class<?>, Serializable) - Method in interface com.gisgraphy.dao.UniversalDao
-
Generic method to delete an object based on class and id
- remove(T) - Method in class com.gisgraphy.domain.repository.GenericDao
-
- remove(T) - Method in class com.gisgraphy.domain.repository.GenericGisDao
-
- remove(T) - Method in interface com.gisgraphy.domain.repository.IDao
-
remove the object from the datastore
- remove(OpenStreetMap) - Method in class com.gisgraphy.domain.repository.OpenStreetMapDao
-
- remove(PK) - Method in interface com.gisgraphy.service.GenericManager
-
Generic method to delete an object based on class and id
- remove(PK) - Method in class com.gisgraphy.service.impl.GenericManagerImpl
-
Generic method to delete an object based on class and id
- remove(Class<?>, Serializable) - Method in class com.gisgraphy.service.impl.UniversalManagerImpl
-
Generic method to delete an object based on class and id
- remove(Class<?>, Serializable) - Method in interface com.gisgraphy.service.UniversalManager
-
Generic method to delete an object based on class and id
- removeRole(String) - Method in class com.gisgraphy.dao.hibernate.RoleDaoHibernate
-
Removes a role from the database by name
- removeRole(String) - Method in interface com.gisgraphy.dao.RoleDao
-
Removes a role from the database by name
- removeRole(String) - Method in class com.gisgraphy.service.impl.RoleManagerImpl
- removeRole(String) - Method in interface com.gisgraphy.service.RoleManager
-
- removeUser(String) - Method in class com.gisgraphy.service.impl.UserManagerImpl
-
Removes a user from the database by their userId
- removeUser(String) - Method in interface com.gisgraphy.service.UserManager
-
Removes a user from the database by their userId
- removeUser(String) - Method in interface com.gisgraphy.service.UserService
-
Removes a user from the database by their userId
- Rental - Class in com.gisgraphy.domain.geoloc.entity
-
- Rental(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Rental
-
Constructor that populate the
Rental
with the gisFeature fields
- Rental() - Constructor for class com.gisgraphy.domain.geoloc.entity.Rental
-
Needed by CGLib
- RentalDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Rental
Object
- RentalDao() - Constructor for class com.gisgraphy.domain.repository.RentalDao
-
Default constructor
- replace(Object, Object, Object) - Method in class com.gisgraphy.hibernate.type.TsVectorStringType
-
- RepositoryException - Exception in com.gisgraphy.domain.repository.exception
-
Exception is throws when an error occured in the repository
- RepositoryException() - Constructor for exception com.gisgraphy.domain.repository.exception.RepositoryException
-
Default constructor
- RepositoryException(String, Throwable) - Constructor for exception com.gisgraphy.domain.repository.exception.RepositoryException
-
Constructor
- RepositoryException(String) - Constructor for exception com.gisgraphy.domain.repository.exception.RepositoryException
-
Constructor
- RepositoryException(Throwable) - Constructor for exception com.gisgraphy.domain.repository.exception.RepositoryException
-
Constructor
- RepositoryStrategy - Class in com.gisgraphy.domain.repository
-
A class based on the stategy pattern
- RepositoryStrategy() - Constructor for class com.gisgraphy.domain.repository.RepositoryStrategy
-
- RequestUtil - Class in com.gisgraphy.webapp.util
-
Convenience class for setting and retrieving cookies.
- Reserve - Class in com.gisgraphy.domain.geoloc.entity
-
- Reserve(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Reserve
-
Constructor that populate the
Reserve
with the gisFeature fields
- Reserve() - Constructor for class com.gisgraphy.domain.geoloc.entity.Reserve
-
Needed by CGLib
- ReserveDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Reserve
Object
- ReserveDao() - Constructor for class com.gisgraphy.domain.repository.ReserveDao
-
Default constructor
- RESET - Static variable in class com.gisgraphy.webapp.action.ResetImportAction
-
view of page that gives information after the reset
- reset() - Method in class com.gisgraphy.webapp.action.ResetImportAction
-
- resetImport() - Method in interface com.gisgraphy.importer.IImporterManager
-
/!
- resetImport() - Method in class com.gisgraphy.importer.ImporterManager
-
- ResetImportAction - Class in com.gisgraphy.webapp.action
-
Action that reset the import.
- ResetImportAction() - Constructor for class com.gisgraphy.webapp.action.ResetImportAction
-
- resetStatus() - Method in class com.gisgraphy.importer.AbstractFileRetriever
-
- resetStatus() - Method in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
- resetStatus() - Method in class com.gisgraphy.importer.GeonamesDatabaseIndexer
-
- resetStatus() - Method in interface com.gisgraphy.importer.IImporterProcessor
-
Reset status fields, it should be done when the import has been canceled
- resetStatus() - Method in class com.gisgraphy.importer.OpenStreetMapFulltextBuilder
-
- resetUsage(StatsUsageType) - Method in class com.gisgraphy.service.impl.StatsUsageServiceImpl
-
- resetUsage(StatsUsageType) - Method in interface com.gisgraphy.service.IStatsUsageService
-
- RestArea - Class in com.gisgraphy.domain.geoloc.entity
-
- RestArea(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.RestArea
-
Constructor that populate the
RestArea
with the gisFeature
fields
- RestArea() - Constructor for class com.gisgraphy.domain.geoloc.entity.RestArea
-
Needed by CGLib
- RestAreaDao - Class in com.gisgraphy.domain.repository
-
A data access object for
RestArea
Object
- RestAreaDao() - Constructor for class com.gisgraphy.domain.repository.RestAreaDao
-
Default constructor
- Restaurant - Class in com.gisgraphy.domain.geoloc.entity
-
- Restaurant(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Restaurant
-
Constructor that populate the
Restaurant
with the gisFeature
fields
- Restaurant() - Constructor for class com.gisgraphy.domain.geoloc.entity.Restaurant
-
Needed by CGLib
- RestaurantDao - Class in com.gisgraphy.domain.repository
-
- RestaurantDao() - Constructor for class com.gisgraphy.domain.repository.RestaurantDao
-
Default constructor
- ResultTransformerUtil<T> - Class in com.gisgraphy.hibernate.criterion
-
The Class ResultTransformerUtil.
- ResultTransformerUtil() - Constructor for class com.gisgraphy.hibernate.criterion.ResultTransformerUtil
-
- retrieveShape(Long) - Method in class com.gisgraphy.webapp.action.DisplayFeatureAction
-
- retrieveShape(Long) - Method in class com.gisgraphy.webapp.action.DisplayStreetAction
-
- RetryOnErrorTemplate<T> - Class in com.gisgraphy.helper
-
Give the ability to retry a function multiple times if it fails.
- RetryOnErrorTemplate() - Constructor for class com.gisgraphy.helper.RetryOnErrorTemplate
-
- returnedClass() - Method in class com.gisgraphy.hibernate.type.TsVectorStringType
-
- ReverseGeocodingAction - Class in com.gisgraphy.webapp.action
-
Reverse geocoding Action
- ReverseGeocodingAction() - Constructor for class com.gisgraphy.webapp.action.ReverseGeocodingAction
-
- ReverseGeocodingQueryHttpBuilder - Class in com.gisgraphy.reversegeocoding
-
A GeolocQuery Query builder. it build geolocQuery from HTTP Request
- ReverseGeocodingQueryHttpBuilder() - Constructor for class com.gisgraphy.reversegeocoding.ReverseGeocodingQueryHttpBuilder
-
- ReverseGeocodingService - Class in com.gisgraphy.reversegeocoding
-
Default (threadsafe) implementation of IReverseGeocodingService
.
- ReverseGeocodingService() - Constructor for class com.gisgraphy.reversegeocoding.ReverseGeocodingService
-
- ReverseGeocodingServlet - Class in com.gisgraphy.servlet
-
Provides a servlet Wrapper around The Gisgraphy Reverse geocoding Service, it Maps web
parameters to create a ReverseGeocodingQuery
- ReverseGeocodingServlet() - Constructor for class com.gisgraphy.servlet.ReverseGeocodingServlet
-
- Road - Class in com.gisgraphy.domain.geoloc.entity
-
- Road(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Road
-
Constructor that populate the
Road
with the gisFeature fields
- Road() - Constructor for class com.gisgraphy.domain.geoloc.entity.Road
-
Needed by CGLib
- RoadDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Road
Object
- RoadDao() - Constructor for class com.gisgraphy.domain.repository.RoadDao
-
Default constructor
- Role - Class in com.gisgraphy.model
-
This class is used to represent available roles in the database.
- Role() - Constructor for class com.gisgraphy.model.Role
-
Default constructor - creates a new instance with no values set.
- Role(String) - Constructor for class com.gisgraphy.model.Role
-
Create a new instance and set the name.
- RoleDao - Interface in com.gisgraphy.dao
-
Role Data Access Object (DAO) interface.
- RoleDaoHibernate - Class in com.gisgraphy.dao.hibernate
-
This class interacts with Spring's HibernateTemplate to save/delete and
retrieve Role objects.
- RoleDaoHibernate() - Constructor for class com.gisgraphy.dao.hibernate.RoleDaoHibernate
-
Constructor to create a Generics-based version using Role as the entity
- RoleManager - Interface in com.gisgraphy.service
-
Business Service Interface to handle communication between web and
persistence layer.
- roleManager - Variable in class com.gisgraphy.webapp.action.BaseAction
-
The RoleManager
- RoleManagerImpl - Class in com.gisgraphy.service.impl
-
Implementation of RoleManager interface.
- RoleManagerImpl() - Constructor for class com.gisgraphy.service.impl.RoleManagerImpl
-
- rollback() - Method in class com.gisgraphy.importer.AbstractFileRetriever
-
- rollback() - Method in class com.gisgraphy.importer.AdmExtracter
-
- rollback() - Method in class com.gisgraphy.importer.GeonamesAdm1Importer
-
- rollback() - Method in class com.gisgraphy.importer.GeonamesAdm2Importer
-
- rollback() - Method in class com.gisgraphy.importer.GeonamesAdm3Importer
-
- rollback() - Method in class com.gisgraphy.importer.GeonamesAdm4Importer
-
- rollback() - Method in class com.gisgraphy.importer.GeonamesAdmExtracter
-
- rollback() - Method in class com.gisgraphy.importer.GeonamesAlternateNamesExtracter
-
- rollback() - Method in class com.gisgraphy.importer.GeonamesAlternateNamesSimpleImporter
-
- rollback() - Method in class com.gisgraphy.importer.GeonamesCountryImporter
-
- rollback() - Method in class com.gisgraphy.importer.GeonamesDatabaseIndexer
-
- rollback() - Method in class com.gisgraphy.importer.GeonamesFeatureSimpleImporter
-
- rollback() - Method in class com.gisgraphy.importer.GeonamesLanguageImporter
-
- rollback() - Method in class com.gisgraphy.importer.GeonamesZipCodeSimpleImporter
-
- rollback() - Method in interface com.gisgraphy.importer.IImporterProcessor
-
/!
- rollback() - Method in class com.gisgraphy.importer.OpenStreetMapCitiesSimpleImporter
-
- rollback() - Method in class com.gisgraphy.importer.OpenStreetMapFulltextBuilder
-
- rollback() - Method in class com.gisgraphy.importer.OpenStreetMapHouseNumberSimpleImporter
-
- rollback() - Method in class com.gisgraphy.importer.OpenStreetMapPoisSimpleImporter
-
- rollback() - Method in class com.gisgraphy.importer.OpenStreetMapSimpleImporter
-
- rollback() - Method in class com.gisgraphy.importer.QuattroshapesSimpleImporter
-
- rollbackTransaction() - Method in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
- ROWS_PARAMETER - Static variable in class com.gisgraphy.domain.valueobject.Constants
-
The rows parameter (useful for paginate, Solr parameter name)
- save(T) - Method in interface com.gisgraphy.dao.GenericDao
-
Generic method to save an object - handles both update and insert.
- save(T) - Method in class com.gisgraphy.dao.hibernate.GenericDaoHibernate
-
Generic method to save an object - handles both update and insert.
- save(Object) - Method in class com.gisgraphy.dao.hibernate.UniversalDaoHibernate
-
Generic method to save an object - handles both update and insert.
- save(User) - Method in class com.gisgraphy.dao.hibernate.UserDaoHibernate
-
Overridden simply to call the saveUser method.
- save(Object) - Method in interface com.gisgraphy.dao.UniversalDao
-
Generic method to save an object - handles both update and insert.
- save(Adm) - Method in class com.gisgraphy.domain.repository.AdmDao
-
- save(Country) - Method in class com.gisgraphy.domain.repository.CountryDao
-
- save(T) - Method in class com.gisgraphy.domain.repository.GenericDao
-
- save(T) - Method in class com.gisgraphy.domain.repository.GenericGisDao
-
- save(T) - Method in interface com.gisgraphy.domain.repository.IDao
-
Saves the passed object, and returns an attached entity.
- save(OpenStreetMap) - Method in class com.gisgraphy.domain.repository.OpenStreetMapDao
-
- save(T) - Method in interface com.gisgraphy.service.GenericManager
-
Generic method to save an object - handles both update and insert.
- save(T) - Method in class com.gisgraphy.service.impl.GenericManagerImpl
-
Generic method to save an object - handles both update and insert.
- save(Object) - Method in class com.gisgraphy.service.impl.UniversalManagerImpl
-
Generic method to save an object.
- save(Object) - Method in interface com.gisgraphy.service.UniversalManager
-
Generic method to save an object.
- save - Variable in class com.gisgraphy.webapp.action.BaseAction
-
Set to "save" when a "save" request parameter is passed in
- save() - Method in class com.gisgraphy.webapp.action.EditFeatureAction
-
- save() - Method in class com.gisgraphy.webapp.action.EditStreetAction
-
- save() - Method in class com.gisgraphy.webapp.action.SignupAction
-
Save the user, encrypting their passwords if necessary
- save() - Method in class com.gisgraphy.webapp.action.UserAction
-
Save user
- saveMessage(String) - Method in class com.gisgraphy.webapp.action.BaseAction
-
Save the message in the session, appending if messages already exist
- saveOrUpdate(List<ImporterStatusDto>) - Method in interface com.gisgraphy.domain.repository.IImporterStatusListDao
-
- saveOrUpdate(List<ImporterStatusDto>) - Method in class com.gisgraphy.domain.repository.ImporterStatusListDao
-
- saveRole(Role) - Method in class com.gisgraphy.service.impl.RoleManagerImpl
- saveRole(Role) - Method in interface com.gisgraphy.service.RoleManager
-
- saveUser(User) - Method in class com.gisgraphy.dao.hibernate.UserDaoHibernate
-
Saves a user's information.
- saveUser(User) - Method in interface com.gisgraphy.dao.UserDao
-
Saves a user's information.
- saveUser(User) - Method in class com.gisgraphy.service.impl.UserManagerImpl
-
Saves a user's information
- saveUser(User) - Method in interface com.gisgraphy.service.UserManager
-
Saves a user's information
- saveUser(User) - Method in interface com.gisgraphy.service.UserService
-
Saves a user's information
- School - Class in com.gisgraphy.domain.geoloc.entity
-
- School(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.School
-
Constructor that populate the
School
with the gisFeature fields
- School() - Constructor for class com.gisgraphy.domain.geoloc.entity.School
-
Needed by CGLib
- SchoolDao - Class in com.gisgraphy.domain.repository
-
A data access object for
School
Object
- SchoolDao() - Constructor for class com.gisgraphy.domain.repository.SchoolDao
-
Default constructor
- scope - Variable in class com.gisgraphy.webapp.taglib.ConstantsTag
-
The scope to be put the variable in.
- SCORE_LIMIT - Static variable in class com.gisgraphy.importer.OpenStreetMapCitiesSimpleImporter
-
- Sea - Class in com.gisgraphy.domain.geoloc.entity
-
- Sea(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Sea
-
Constructor that populate the
Sea
with the gisFeature fields
- Sea() - Constructor for class com.gisgraphy.domain.geoloc.entity.Sea
-
Needed by CGLib
- SeaDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Sea
Object
- SeaDao() - Constructor for class com.gisgraphy.domain.repository.SeaDao
-
Default constructor
- search() - Method in class com.gisgraphy.webapp.action.AddressParserAction
-
Execute a fulltextSearch from the request parameters
- search() - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
-
Execute a fulltextSearch from the request parameters
- search() - Method in class com.gisgraphy.webapp.action.GeocodingByTextAction
-
Execute a fulltextSearch from the request parameters
- search() - Method in class com.gisgraphy.webapp.action.GeolocSearchAction
-
Execute a GeolocSearch from the request parameters
- search() - Method in class com.gisgraphy.webapp.action.StreetSearchAction
-
Execute a StreetSearch from the request parameters
- SEARCH_DISTANCE - Static variable in class com.gisgraphy.importer.OpenStreetMapHouseNumberSimpleImporter
-
- SearchAction - Class in com.gisgraphy.webapp.action
-
base class for Gisgraphy search Action
- SearchAction() - Constructor for class com.gisgraphy.webapp.action.SearchAction
-
- searchHouseNumber(String, List<HouseNumberDto>, String) - Method in class com.gisgraphy.geocoding.GeocodingService
-
- searchpopup() - Method in class com.gisgraphy.webapp.action.AddressParserAction
-
Execute a fulltextSearch from the request parameters
- searchpopup() - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
-
Execute a fulltextSearch from the request parameters
- searchpopup() - Method in class com.gisgraphy.webapp.action.GeocodingByTextAction
-
Execute a fulltextSearch from the request parameters
- searchpopup() - Method in class com.gisgraphy.webapp.action.GeolocSearchAction
-
Execute a geolocSearch from the request parameters
- searchpopup() - Method in class com.gisgraphy.webapp.action.StreetSearchAction
-
Execute a streetSearch from the request parameters
- segmentize(List<Point>, int) - Method in class com.gisgraphy.importer.OpenStreetMapHouseNumberSimpleImporter
-
- send(SimpleMailMessage) - Method in class com.gisgraphy.service.MailEngine
-
Send a simple message with pre-populated values.
- sendMessage(SimpleMailMessage, String, Map) - Method in class com.gisgraphy.service.MailEngine
-
Send a simple message based on a Velocity template.
- sendMessage(String[], String, ClassPathResource, String, String, String) - Method in class com.gisgraphy.service.MailEngine
-
Convenience method for sending messages with attachments.
- sendUserMessage(User, String, String) - Method in class com.gisgraphy.webapp.action.BaseAction
-
Convenience method to send e-mail to users
- serialize(OutputStream, OutputFormat, GeolocResultsDto, boolean, Map<String, Object>) - Method in class com.gisgraphy.geoloc.GeolocResultsDtoSerializer
-
- serialize(OutputStream, OutputFormat, GeolocResultsDto, boolean, Map<String, Object>) - Method in interface com.gisgraphy.geoloc.IGeolocResultsDtoSerializer
-
- serialize(HouseNumber) - Method in class com.gisgraphy.street.HouseNumberSerializer
-
- serialize(OutputStream, OutputFormat, StreetSearchResultsDto, boolean, Map<String, Object>) - Method in interface com.gisgraphy.street.IStreetSearchResultsDtoSerializer
-
- serialize(OutputStream, OutputFormat, StreetSearchResultsDto, boolean, Map<String, Object>) - Method in class com.gisgraphy.street.StreetSearchResultsDtoSerializer
-
- serializeList(List<HouseNumber>) - Method in class com.gisgraphy.street.HouseNumberSerializer
-
- setAcceptRegExString(String) - Method in class com.gisgraphy.importer.ImporterConfig
-
List of regular expressions for placetype (class name without .class to be
import.
- setAccountExpired(boolean) - Method in class com.gisgraphy.model.User
-
- setAccountLocked(boolean) - Method in class com.gisgraphy.model.User
-
- setAddress(String) - Method in class com.gisgraphy.model.Address
-
- setAddress(Address) - Method in class com.gisgraphy.model.User
-
- setAddressInclusion(AddressInclusion) - Method in class com.gisgraphy.importer.dto.InterpolationHouseNumber
-
- setAddressParser(IAddressParserService) - Method in class com.gisgraphy.geocoding.GeocodingService
-
- setAddressParser(IAddressParserService) - Method in class com.gisgraphy.webapp.action.AddressParserAction
-
- setAddressParserService(IAddressParserService) - Method in class com.gisgraphy.servlet.AddressParserServlet
-
- setAdm(Adm) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- setAdm1Code(String) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- setAdm1ExtracterStrategyIfAlreadyExists(AdmExtracterStrategyOptions) - Method in class com.gisgraphy.importer.ImporterConfig
-
What should we do if the Adm1 file has already been processed
- setAdm1FileName(String) - Method in class com.gisgraphy.importer.ImporterConfig
-
The name of the Geonames dump file containing the ADM with level 1
- setAdm1Name(String) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
Set the name of the Adm of level 1 that this GisFeature is linked to
- setAdm2Code(String) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- setAdm2ExtracterStrategyIfAlreadyExists(AdmExtracterStrategyOptions) - Method in class com.gisgraphy.importer.ImporterConfig
-
What should we do if the Adm2 file has already been processed
- setAdm2FileName(String) - Method in class com.gisgraphy.importer.ImporterConfig
-
The name of the Geonames dump file containing the ADM with level 2
- setAdm2Name(String) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
Set the name of the Adm of level 2 that this GisFeature is linked to
- setAdm3Code(String) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- setAdm3ExtracterStrategyIfAlreadyExists(AdmExtracterStrategyOptions) - Method in class com.gisgraphy.importer.ImporterConfig
-
What should we do if the Adm3 file has already been processed
- setAdm3FileName(String) - Method in class com.gisgraphy.importer.ImporterConfig
-
The name of the Geonames dump file containing the ADM with level 3
- setAdm3Name(String) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
Set the name of the Adm of level 3 that this GisFeature is linked to
- setAdm4Code(String) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- setAdm4ExtracterStrategyIfAlreadyExists(AdmExtracterStrategyOptions) - Method in class com.gisgraphy.importer.ImporterConfig
-
What should we do if the Adm4 file has already been processed
- setAdm4FileName(String) - Method in class com.gisgraphy.importer.ImporterConfig
-
The name of the Geonames dump file containing the ADM with level 4
- setAdm4Name(String) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
Set The name of the adm of level 4 that the GisFeature is linked to
- setAdm5Code(String) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- setAdm5Name(String) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
Set The name of the adm of level 5 that the GisFeature is linked to
- setAdmDao(IAdmDao) - Method in class com.gisgraphy.importer.GeonamesAlternateNamesExtracter
-
- setAdmDao(IAdmDao) - Method in class com.gisgraphy.importer.GeonamesAlternateNamesSimpleImporter
-
- setAdmDao(IAdmDao) - Method in class com.gisgraphy.importer.GeonamesFeatureSimpleImporter
-
- setAdmDao(IAdmDao) - Method in class com.gisgraphy.importer.GeonamesZipCodeSimpleImporter
-
- setAdmDao(IAdmDao) - Method in class com.gisgraphy.importer.OpenStreetMapCitiesSimpleImporter
-
- setAdress(String) - Method in class com.gisgraphy.webapp.action.AddressParserAction
-
- setAdress(String) - Method in class com.gisgraphy.webapp.action.GeocodingByTextAction
-
- setAdvancedSearch(boolean) - Method in class com.gisgraphy.webapp.action.SearchAction
-
- setAllwordsrequired(boolean) - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
-
- setAlternatename(AlternateName) - Method in class com.gisgraphy.webapp.action.EditAlternateNameAction
-
- setAlternateNameAdm1FileName(String) - Method in class com.gisgraphy.importer.ImporterConfig
-
Set the name of the file where the alternate names of adm with level 1
are
- setAlternateNameAdm2FileName(String) - Method in class com.gisgraphy.importer.ImporterConfig
-
Set the name of the file where the alternate names of adm with level 2
are
- setAlternateNameCountryFileName(String) - Method in class com.gisgraphy.importer.ImporterConfig
-
Set the name of the file where the alternate names of countries are
- setAlternateNameDao(IAlternateNameDao) - Method in class com.gisgraphy.importer.GeonamesAlternateNamesSimpleImporter
-
- setAlternateNameDao(IAlternateNameDao) - Method in class com.gisgraphy.importer.GeonamesFeatureSimpleImporter
-
- setAlternateNameDao(IAlternateNameDao) - Method in class com.gisgraphy.webapp.action.EditAlternateNameAction
-
- setAlternateNameDao(IAlternateNameDao) - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
-
- setAlternateNameFeaturesFileName(String) - Method in class com.gisgraphy.importer.ImporterConfig
-
Set the name of the file where the alternate names of features that are
not adm1, adm2, or country are
- setAlternateNameId(Integer) - Method in class com.gisgraphy.domain.geoloc.entity.AlternateName
-
Set the alternateName id
- setAlternateNameId(Integer) - Method in class com.gisgraphy.domain.geoloc.entity.AlternateOsmName
-
Set the alternateName id
- setAlternateNames(Set<AlternateName>) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- setAlternateNames(List<AlternateOsmName>) - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- setAlternateNamesFileName(String) - Method in class com.gisgraphy.importer.ImporterConfig
-
The name of the Geonames dump file containing the alternate names
- setAmbiguousCities(List<SolrResponseDto>) - Method in class com.gisgraphy.webapp.action.GeocodingAction
-
- setAmbiguousCity(String) - Method in class com.gisgraphy.webapp.action.GeocodingAction
-
- setAmenity(String) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- setAnnotatedClasses(List) - Method in class com.gisgraphy.dao.spring.HibernateExtensionPostProcessor
-
The list of annotated classes to add to the session factory.
- setApplicationContext(ApplicationContext) - Method in class com.gisgraphy.helper.GisFeatureHelper
-
- setArea(Double) - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
- setAsciiName(String) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- setAssociatedStreetMember(List<AssociatedStreetMember>) - Method in class com.gisgraphy.importer.dto.AssociatedStreetHouseNumber
-
- setAuthorizedRoles(String[]) - Method in class com.gisgraphy.webapp.interceptor.UserRoleAuthorizationInterceptor
-
Set the roles that this interceptor should treat as authorized.
- setAutosubmit(boolean) - Method in class com.gisgraphy.webapp.action.AddressParserAction
-
- setAutosubmit(boolean) - Method in class com.gisgraphy.webapp.action.GeocodingByTextAction
-
- setAutosubmit(boolean) - Method in class com.gisgraphy.webapp.action.StreetSearchAction
-
- setCancel(String) - Method in class com.gisgraphy.webapp.action.SignupAction
-
- setCapitalName(String) - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
- setChildren(List<Adm>) - Method in class com.gisgraphy.domain.geoloc.entity.Adm
-
Set the Adms of a directly higher level
- setCity(String) - Method in class com.gisgraphy.model.Address
-
- setCity(String) - Method in class com.gisgraphy.webapp.action.GeocodingAction
-
- setCityConfident(boolean) - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- setCityDao(ICityDao) - Method in class com.gisgraphy.importer.GeonamesAlternateNamesSimpleImporter
-
- setCityDao(ICityDao) - Method in class com.gisgraphy.importer.GeonamesFeatureSimpleImporter
-
- setCityDao(ICityDao) - Method in class com.gisgraphy.importer.GeonamesZipCodeSimpleImporter
-
- setCityDao(ICityDao) - Method in class com.gisgraphy.importer.OpenStreetMapCitiesSimpleImporter
-
- setCityDao(ICityDao) - Method in class com.gisgraphy.importer.OpenStreetMapPoisSimpleImporter
-
- setCityDao(ICityDao) - Method in class com.gisgraphy.importer.OpenStreetMapSimpleImporter
-
- setCityDao(ICityDao) - Method in class com.gisgraphy.webapp.action.DebugStreetAction
-
- setCitySubdivisionDao(CitySubdivisionDao) - Method in class com.gisgraphy.importer.OpenStreetMapCitiesSimpleImporter
-
- setClasscode(String) - Method in class com.gisgraphy.webapp.action.EditFeatureAction
-
- setClassName(String) - Method in class com.gisgraphy.webapp.taglib.ConstantsTag
-
- setCode(String) - Method in class com.gisgraphy.domain.geoloc.entity.ZipCode
-
- setCommitFlushMode() - Method in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
Will flush after every commit
- setCommitFlushMode() - Method in class com.gisgraphy.importer.AdmExtracter
-
- setCommitFlushMode() - Method in class com.gisgraphy.importer.GeonamesAdmExtracter
-
- setCommitFlushMode() - Method in class com.gisgraphy.importer.GeonamesAlternateNamesExtracter
-
- setCommitFlushMode() - Method in class com.gisgraphy.importer.GeonamesAlternateNamesSimpleImporter
-
- setCommitFlushMode() - Method in class com.gisgraphy.importer.GeonamesCountryImporter
-
- setCommitFlushMode() - Method in class com.gisgraphy.importer.GeonamesFeatureSimpleImporter
-
- setCommitFlushMode() - Method in class com.gisgraphy.importer.GeonamesLanguageImporter
-
- setCommitFlushMode() - Method in class com.gisgraphy.importer.GeonamesZipCodeSimpleImporter
-
- setCommitFlushMode() - Method in class com.gisgraphy.importer.OpenStreetMapCitiesSimpleImporter
-
- setCommitFlushMode() - Method in class com.gisgraphy.importer.OpenStreetMapHouseNumberSimpleImporter
-
- setCommitFlushMode() - Method in class com.gisgraphy.importer.OpenStreetMapPoisSimpleImporter
-
- setCommitFlushMode() - Method in class com.gisgraphy.importer.OpenStreetMapSimpleImporter
-
- setCommitFlushMode() - Method in class com.gisgraphy.importer.QuattroshapesSimpleImporter
-
- setConfig() - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- setConfigGotProblems(boolean) - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- setConfigLocations(List) - Method in class com.gisgraphy.dao.spring.HibernateExtensionPostProcessor
-
The list of configuration locations (i.e. classpath:hibernate.cfg.xml) to
add to the session factory
- setConfirmPassword(String) - Method in class com.gisgraphy.model.User
-
- setContinent(String) - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
- setCookie(HttpServletResponse, String, String, String) - Static method in class com.gisgraphy.webapp.util.RequestUtil
-
Convenience method to set a cookie
- setCountriesFileName(String) - Method in class com.gisgraphy.importer.ImporterConfig
-
The name of the Geonames dump file containing the countries informations
- setCountry(String) - Method in class com.gisgraphy.model.Address
-
- setCountry(String) - Method in class com.gisgraphy.webapp.action.AddressParserAction
-
- setCountry(String) - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
-
- setCountry(String) - Method in class com.gisgraphy.webapp.action.GeocodingByTextAction
-
- setCountryCode(String) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- setCountryCode(String) - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- setCountryCode(String) - Method in class com.gisgraphy.webapp.action.GeocodingAction
-
- setCountryCodes(List<String>) - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- setCountryDao(ICountryDao) - Method in class com.gisgraphy.importer.GeonamesAlternateNamesExtracter
-
- setCountryDao(ICountryDao) - Method in class com.gisgraphy.importer.GeonamesCountryImporter
-
- setCountryDao(ICountryDao) - Method in class com.gisgraphy.importer.GeonamesFeatureSimpleImporter
-
- setCountryDao(CountryDao) - Method in class com.gisgraphy.webapp.action.AddressParserAction
-
- setCountryDao(CountryDao) - Method in class com.gisgraphy.webapp.action.EditFeatureAction
-
- setCountryDao(CountryDao) - Method in class com.gisgraphy.webapp.action.EditStreetAction
-
- setCountryDao(CountryDao) - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
-
- setCountryDao(ICountryDao) - Method in class com.gisgraphy.webapp.action.GeocodingAction
-
- setCountryDao(CountryDao) - Method in class com.gisgraphy.webapp.action.GeocodingByTextAction
-
- setCredentialsExpired(boolean) - Method in class com.gisgraphy.model.User
-
- setCurrencyCode(String) - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
Set the currency code for this country
- setCurrencyName(String) - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
- setDao(UniversalDao) - Method in class com.gisgraphy.service.impl.UniversalManagerImpl
-
- setDatabaseHelper(IDatabaseHelper) - Method in class com.gisgraphy.importer.ImporterManager
-
- setDecimalFormatter(DecimalFormat) - Method in class com.gisgraphy.util.CurrencyConverter
-
- setDefault(String) - Method in class com.gisgraphy.webapp.taglib.CountryTag
-
- setDelete(String) - Method in class com.gisgraphy.webapp.action.BaseAction
-
- setDescription(String) - Method in class com.gisgraphy.model.Role
-
- setDistance(boolean) - Method in class com.gisgraphy.webapp.action.GeolocSearchAction
-
- setDistance(boolean) - Method in class com.gisgraphy.webapp.action.StreetSearchAction
-
- setElevation(Integer) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- setEmail(String) - Method in class com.gisgraphy.model.User
-
- setEnabled(boolean) - Method in class com.gisgraphy.model.User
-
- setEquivalentFipsCode(String) - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
- setErrorMessage(String) - Method in class com.gisgraphy.webapp.action.EditAlternateNameAction
-
- setErrorMessage(String) - Method in class com.gisgraphy.webapp.action.EditFeatureAction
-
- setErrorMessage(String) - Method in class com.gisgraphy.webapp.action.EditStreetAction
-
- setErrorMessage(String) - Method in class com.gisgraphy.webapp.action.EditZipCodeAction
-
- setEventManager(EventManager) - Method in class com.gisgraphy.domain.repository.GenericGisDao
-
- setEventManager(EventManager) - Method in class com.gisgraphy.domain.repository.OpenStreetMapDao
-
- setFeatureClass(String) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- setFeatureCode(String) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- setFeatureId(Long) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
A featureId is unique and mandatory
- setFeatureId(String) - Method in class com.gisgraphy.webapp.action.DisplayFeatureAction
-
- setFile(File) - Method in class com.gisgraphy.webapp.action.FileUploadAction
-
- setFileContentType(String) - Method in class com.gisgraphy.webapp.action.FileUploadAction
-
- setFileFileName(String) - Method in class com.gisgraphy.webapp.action.FileUploadAction
-
- setFillIsInEnabled(boolean) - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- setFilterConfig(FilterConfig) - Method in class com.opensymphony.module.sitemesh.filter.PageFilterWithoutSession
-
Deprecated.
Not needed in final version of Servlet 2.3 API - replaced by
init().
- setFipsCode(String) - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
- setFirstName(String) - Method in class com.gisgraphy.model.User
-
- setFlushMode(FlushMode) - Method in class com.gisgraphy.domain.repository.GenericDao
-
- setFlushMode(FlushMode) - Method in interface com.gisgraphy.domain.repository.IDao
-
Sets the flush mode (i.e. when objects are flushed to the database) of
the current thread-bound session.
- setFormat(String) - Method in class com.gisgraphy.webapp.action.SearchAction
-
- setFrom(String) - Method in class com.gisgraphy.webapp.action.BaseAction
-
Convenience method for setting a "from" parameter to indicate the
previous page.
- setFrom(int) - Method in class com.gisgraphy.webapp.action.SearchAction
-
- setFullTextSearchEngine(IFullTextSearchEngine) - Method in class com.gisgraphy.geocoding.GeocodingService
-
- setFullTextSearchEngine(IFullTextSearchEngine) - Method in class com.gisgraphy.importer.GeonamesZipCodeSimpleImporter
-
- setFullTextSearchEngine(IFullTextSearchEngine) - Method in class com.gisgraphy.importer.OpenStreetMapCitiesSimpleImporter
-
- setFullTextSearchEngine(IFullTextSearchEngine) - Method in class com.gisgraphy.importer.OpenStreetMapHouseNumberSimpleImporter
-
- setFullTextSearchEngine(IFullTextSearchEngine) - Method in class com.gisgraphy.servlet.FulltextServlet
-
- setFullTextSearchEngine(IFullTextSearchEngine) - Method in class com.gisgraphy.webapp.action.DisplayFeatureAction
-
- setFullTextSearchEngine(IFullTextSearchEngine) - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
-
- setFullTextSearchEngine(IFullTextSearchEngine) - Method in class com.gisgraphy.webapp.action.GeocodingAction
-
- setFullTextSearchEngine(IFullTextSearchEngine) - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- setFullyQualifiedAddress(String) - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- setFullyQualifiedAddress(String) - Method in class com.gisgraphy.domain.geoloc.entity.Street
-
- setGeocodingService(IGeocodingService) - Method in class com.gisgraphy.servlet.GeocodingServlet
-
- setGeocodingService(IGeocodingService) - Method in class com.gisgraphy.webapp.action.GeocodingByTextAction
-
- setGeolocSearchEngine(IGeolocSearchEngine) - Method in class com.gisgraphy.servlet.GeolocServlet
-
- setGeolocSearchEngine(IGeolocSearchEngine) - Method in class com.gisgraphy.webapp.action.GeolocSearchAction
-
- setGeonamesDir(String) - Method in class com.gisgraphy.importer.ImporterConfig
-
The directory where the Geonames files will be retrieved and processed.
- setGeonamesDownloadURL(String) - Method in class com.gisgraphy.importer.ImporterConfig
-
The HTTP URL of the directory Where Geonames files are to be download
from
- setGeonamesFilesToDownload(String) - Method in class com.gisgraphy.importer.ImporterConfig
-
- setGeonamesImporterEnabled(boolean) - Method in class com.gisgraphy.importer.ImporterConfig
-
- setGeonamesImporterEnabled(boolean) - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
Enable / Disable Geonames importer
- setGeonamesZipCodeDir(String) - Method in class com.gisgraphy.importer.ImporterConfig
-
The directory where the zip code files will be retrieved and
processed.
- setGeonamesZipCodeDownloadURL(String) - Method in class com.gisgraphy.importer.ImporterConfig
-
The HTTP URL of the directory Where Geonames zip files are to be download
from
- setGid(Long) - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- setGid(String) - Method in class com.gisgraphy.webapp.action.DisplayStreetAction
-
- setGisFeature(GisFeature) - Method in class com.gisgraphy.domain.geoloc.entity.AlternateName
-
Set the gisFeature, the alternate name refers to
- setGisFeature(GisFeature) - Method in class com.gisgraphy.domain.geoloc.entity.ZipCode
-
- setGisfeature(GisFeature) - Method in class com.gisgraphy.webapp.action.EditFeatureAction
-
- setGisFeatureDao(IGisFeatureDao) - Method in class com.gisgraphy.domain.repository.IdGenerator
-
- setGisFeatureDao(IGisFeatureDao) - Method in class com.gisgraphy.importer.GeonamesAlternateNamesSimpleImporter
-
- setGisFeatureDao(IGisFeatureDao) - Method in class com.gisgraphy.importer.GeonamesFeatureSimpleImporter
-
- setGisFeatureDao(IGisFeatureDao) - Method in class com.gisgraphy.importer.GeonamesZipCodeSimpleImporter
-
- setGisFeatureDao(IGisFeatureDao) - Method in class com.gisgraphy.importer.OpenStreetMapPoisSimpleImporter
-
- setGisFeatureDao(IGisFeatureDao) - Method in class com.gisgraphy.importer.QuattroshapesSimpleImporter
-
- setGisFeatureDao(IGisFeatureDao) - Method in class com.gisgraphy.webapp.action.DisplayFeatureAction
-
- setGisFeatureDao(IGisFeatureDao) - Method in class com.gisgraphy.webapp.action.EditAlternateNameAction
-
- setGisFeatureDao(IGisFeatureDao) - Method in class com.gisgraphy.webapp.action.EditFeatureAction
-
- setGisFeatureDao(IGisFeatureDao) - Method in class com.gisgraphy.webapp.action.EditZipCodeAction
-
- setGisFeatureId(Long) - Method in class com.gisgraphy.webapp.action.EditAlternateNameAction
-
- setGisFeatureId(Long) - Method in class com.gisgraphy.webapp.action.EditZipCodeAction
-
- setGisgraphyConfig(GisgraphyConfig) - Method in class com.gisgraphy.geocoding.GeocodingService
-
- setGtopo30(Integer) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- setHibernateProperties(Properties) - Method in class com.gisgraphy.dao.spring.HibernateExtensionPostProcessor
-
Hibernate properties to add to the session factory.
- setHouseNumber(String) - Method in class com.gisgraphy.importer.dto.AssociatedStreetMember
-
- setHouseNumber(String) - Method in class com.gisgraphy.importer.dto.InterpolationMember
-
- setHouseNumber(String) - Method in class com.gisgraphy.importer.dto.NodeHouseNumber
-
- setHouseNumberDao(IhouseNumberDao) - Method in class com.gisgraphy.importer.OpenStreetMapHouseNumberSimpleImporter
-
- setHousenumberImporterEnabled(boolean) - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
Enable / Disable housenumber importer
- setHouseNumbers(SortedSet<HouseNumber>) - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- setHouseNumbers(SortedSet<HouseNumber>) - Method in class com.gisgraphy.domain.geoloc.entity.Street
-
- setId(Long) - Method in class com.gisgraphy.domain.geoloc.entity.AlternateName
-
Set the datastore id.
- setId(Long) - Method in class com.gisgraphy.domain.geoloc.entity.AlternateOsmName
-
Set the datastore id.
- setId(Long) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- setId(Long) - Method in class com.gisgraphy.domain.geoloc.entity.HouseNumber
-
- setId(Long) - Method in class com.gisgraphy.domain.geoloc.entity.Language
-
- setId(Long) - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- setId(Long) - Method in class com.gisgraphy.domain.geoloc.entity.ZipCode
-
- setId(String) - Method in class com.gisgraphy.importer.dto.AssociatedStreetMember
-
- setId(String) - Method in class com.gisgraphy.importer.dto.InterpolationMember
-
- setId(Long) - Method in class com.gisgraphy.model.Role
-
- setId(Long) - Method in class com.gisgraphy.model.User
-
- setId(Long) - Method in class com.gisgraphy.stats.StatsUsage
-
- setId(Long) - Method in class com.gisgraphy.webapp.action.EditAlternateNameAction
-
- setId(Long) - Method in class com.gisgraphy.webapp.action.EditFeatureAction
-
- setId(Long) - Method in class com.gisgraphy.webapp.action.EditStreetAction
-
- setId(Long) - Method in class com.gisgraphy.webapp.action.EditZipCodeAction
-
- setId(String) - Method in class com.gisgraphy.webapp.action.UserAction
-
- setIDaos(IGisDao<? extends GisFeature>[]) - Method in class com.gisgraphy.importer.GeonamesFeatureSimpleImporter
-
- setIDaos(IGisDao<? extends GisFeature>[]) - Method in class com.gisgraphy.importer.ImporterManager
-
- setIdGenerator(IIdGenerator) - Method in class com.gisgraphy.importer.GeonamesZipCodeSimpleImporter
-
- setIdGenerator(IIdGenerator) - Method in class com.gisgraphy.importer.OpenStreetMapCitiesSimpleImporter
-
- setIdGenerator(IIdGenerator) - Method in class com.gisgraphy.importer.OpenStreetMapPoisSimpleImporter
-
- setIdGenerator(IIdGenerator) - Method in class com.gisgraphy.importer.OpenStreetMapSimpleImporter
-
- setIdGenerator(IIdGenerator) - Method in class com.gisgraphy.webapp.action.EditFeatureAction
-
- setIdGenerator(IIdGenerator) - Method in class com.gisgraphy.webapp.action.EditStreetAction
-
- setImportallcountries(boolean) - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- setImportallplacetype(boolean) - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- setImportEmbededAlternateNames(boolean) - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- setImporterConfig(ImporterConfig) - Method in class com.gisgraphy.domain.repository.ImporterStatusListDao
-
- setImporterConfig(ImporterConfig) - Method in class com.gisgraphy.geocoding.GeocodingService
-
- setImporterConfig(ImporterConfig) - Method in class com.gisgraphy.importer.AbstractFileRetriever
-
- setImporterConfig(ImporterConfig) - Method in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
- setImporterConfig(ImporterConfig) - Method in class com.gisgraphy.importer.GeonamesDatabaseIndexer
-
- setImporterConfig(ImporterConfig) - Method in class com.gisgraphy.importer.ImporterManager
-
- setImporterConfig(ImporterConfig) - Method in class com.gisgraphy.importer.OpenStreetMapFulltextBuilder
-
- setImporterConfig(ImporterConfig) - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- setImporterManager(IImporterManager) - Method in class com.gisgraphy.webapp.action.ImportAction
-
- setImporterManager(IImporterManager) - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- setImporterManager(IImporterManager) - Method in class com.gisgraphy.webapp.action.ResetImportAction
-
- setImporters(List<IImporterProcessor>) - Method in class com.gisgraphy.importer.ImporterManager
-
- setImporterStatusListDao(IImporterStatusListDao) - Method in class com.gisgraphy.importer.ImporterManager
-
- setImportGisFeatureEmbededAlternateNames(boolean) - Method in class com.gisgraphy.importer.ImporterConfig
-
Set to true the alternate names of the country dump are imported.
- setIndent(boolean) - Method in class com.gisgraphy.webapp.action.SearchAction
-
- setInternationalisationService(IInternationalisationService) - Method in class com.gisgraphy.importer.AbstractFileRetriever
-
- setInternationalisationService(IInternationalisationService) - Method in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
- setInternationalisationService(IInternationalisationService) - Method in class com.gisgraphy.importer.OpenStreetMapFulltextBuilder
-
- setInternationalisationService(IInternationalisationService) - Method in class com.gisgraphy.webapp.action.EditAlternateNameAction
-
- setInternationalisationService(IInternationalisationService) - Method in class com.gisgraphy.webapp.action.EditFeatureAction
-
- setInternationalisationService(IInternationalisationService) - Method in class com.gisgraphy.webapp.action.EditStreetAction
-
- setInternationalisationService(IInternationalisationService) - Method in class com.gisgraphy.webapp.action.EditZipCodeAction
-
- setInterpolationType(InterpolationType) - Method in class com.gisgraphy.importer.dto.InterpolationHouseNumber
-
- setIsIn(String) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- setIsIn(String) - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- setIsInAdm(String) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- setIsInAdm(String) - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- setIsInCityAlternateNames(Set<String>) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- setIsInCityAlternateNames(Set<String>) - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- setIsInFields(GisFeature) - Method in class com.gisgraphy.importer.OpenStreetMapPoisSimpleImporter
-
- setIsInFields(OpenStreetMap) - Method in class com.gisgraphy.importer.OpenStreetMapSimpleImporter
-
- setIsInPlace(String) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- setIsInPlace(String) - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- setIsInZip(Set<String>) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- setIsInZip(Set<String>) - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- setIso3166Alpha2Code(String) - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
Set the iso3166 alpha-2 code.
- setIso3166Alpha3Code(String) - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
Note : The code will be automaticaly uppercased
- setIso3166NumericCode(int) - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
- setIso639Alpha2LanguageCode(String) - Method in class com.gisgraphy.domain.geoloc.entity.Language
-
- setIso639Alpha3LanguageCode(String) - Method in class com.gisgraphy.domain.geoloc.entity.Language
-
- setIso639LanguageName(String) - Method in class com.gisgraphy.domain.geoloc.entity.Language
-
- setLabel(String) - Method in class com.gisgraphy.model.LabelValue
-
- setLang(String) - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
-
- setLanguage(String) - Method in class com.gisgraphy.domain.geoloc.entity.AlternateName
-
Set the the iso 639 alpha2 or alpha 3 languageCode for the current
alternate name
- setLanguage(String) - Method in class com.gisgraphy.domain.geoloc.entity.AlternateOsmName
-
Set the the iso 639 alpha2 or alpha 3 languageCode for the current
alternate name
- setLanguageDao(ILanguageDao) - Method in class com.gisgraphy.importer.GeonamesCountryImporter
-
- setLanguageDao(ILanguageDao) - Method in class com.gisgraphy.importer.GeonamesLanguageImporter
-
- setLanguageFileName(String) - Method in class com.gisgraphy.importer.ImporterConfig
-
The name of the Geonames dump file containing the language informations
- setLastName(String) - Method in class com.gisgraphy.model.User
-
- setLat(String) - Method in class com.gisgraphy.webapp.action.DisplayStreetAction
-
- setLat(String) - Method in class com.gisgraphy.webapp.action.GeocodingAction
-
- setLat(String) - Method in class com.gisgraphy.webapp.action.GeolocSearchAction
-
- setLat(String) - Method in class com.gisgraphy.webapp.action.ReverseGeocodingAction
-
- setLat(String) - Method in class com.gisgraphy.webapp.action.StreetSearchAction
-
- setLatitude(String) - Method in class com.gisgraphy.webapp.action.EditFeatureAction
-
- setLatitude(String) - Method in class com.gisgraphy.webapp.action.EditStreetAction
-
- setLength(Double) - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- setLength(Double) - Method in class com.gisgraphy.domain.geoloc.entity.Street
-
- setLevel(Integer) - Method in class com.gisgraphy.domain.geoloc.entity.Adm
-
Set the level and Check that 1<= level<= 4.
- setListeners(List<IEventListener>) - Method in class com.gisgraphy.domain.geoloc.entity.event.EventManager
-
- setLng(String) - Method in class com.gisgraphy.webapp.action.DisplayStreetAction
-
- setLng(String) - Method in class com.gisgraphy.webapp.action.GeocodingAction
-
- setLng(String) - Method in class com.gisgraphy.webapp.action.GeolocSearchAction
-
- setLng(String) - Method in class com.gisgraphy.webapp.action.ReverseGeocodingAction
-
- setLng(String) - Method in class com.gisgraphy.webapp.action.StreetSearchAction
-
- setLocale(Locale) - Method in interface com.gisgraphy.service.IInternationalisationService
-
set the locale, if not return the default JVM one.
- setLocale(Locale) - Method in class com.gisgraphy.service.impl.InternationalisationService
-
- setLocation(Point) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- setLocation(Point) - Method in class com.gisgraphy.domain.geoloc.entity.HouseNumber
-
- setLocation(Point) - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- setLocation(Point) - Method in class com.gisgraphy.importer.dto.AssociatedStreetMember
-
- setLocation(Point) - Method in class com.gisgraphy.importer.dto.InterpolationMember
-
- setLocation(Point) - Method in class com.gisgraphy.importer.dto.NodeHouseNumber
-
- setLoggingSentence(String) - Method in class com.gisgraphy.helper.RetryOnErrorTemplate
-
- setLongitude(String) - Method in class com.gisgraphy.webapp.action.EditFeatureAction
-
- setLongitude(String) - Method in class com.gisgraphy.webapp.action.EditStreetAction
-
- setLookupDao(LookupDao) - Method in class com.gisgraphy.service.impl.LookupManagerImpl
-
Method that allows setting the DAO to talk to the data store with.
- setMailEngine(MailEngine) - Method in class com.gisgraphy.webapp.action.BaseAction
-
- setMailMessage(SimpleMailMessage) - Method in class com.gisgraphy.webapp.action.BaseAction
-
- setMailSender(MailSender) - Method in class com.gisgraphy.service.MailEngine
-
- setMappingResources(List) - Method in class com.gisgraphy.dao.spring.HibernateExtensionPostProcessor
-
Set the list of mapping resources (.hbm.xml files) to be added to the
session factory.
- setMaxInsertsBeforeFlush(int) - Method in class com.gisgraphy.importer.ImporterConfig
-
Optional setting that allows to specify the number of inserts that can be
done before flushing.
- setMembers(List<InterpolationMember>) - Method in class com.gisgraphy.importer.dto.InterpolationHouseNumber
-
- setMissingRequiredFieldThrows(boolean) - Method in class com.gisgraphy.importer.ImporterConfig
-
Set to true this options force the import process to stop if a required
field is missing.
- setModificationDate(Date) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- setMunicipality(boolean) - Method in class com.gisgraphy.domain.geoloc.entity.City
-
- setMunicipalityDetector(IMunicipalityDetector) - Method in class com.gisgraphy.importer.OpenStreetMapCitiesSimpleImporter
-
- setMunicipalityDetector(IMunicipalityDetector) - Method in class com.gisgraphy.importer.OpenStreetMapSimpleImporter
-
- setName(String) - Method in class com.gisgraphy.domain.geoloc.entity.AlternateName
-
Set the name of the current alternate name
- setName(String) - Method in class com.gisgraphy.domain.geoloc.entity.AlternateOsmName
-
Set the name of the current alternate name
- setName(String) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- setName(String) - Method in class com.gisgraphy.domain.geoloc.entity.HouseNumber
-
- setName(String) - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- setName(String) - Method in class com.gisgraphy.importer.dto.NodeHouseNumber
-
- setName(String) - Method in class com.gisgraphy.model.Role
-
- setName(String) - Method in class com.gisgraphy.webapp.action.FileUploadAction
-
- setName(String) - Method in class com.gisgraphy.webapp.action.StreetSearchAction
-
- setName(String) - Method in class com.gisgraphy.webapp.taglib.CountryTag
-
- setNodeId(String) - Method in class com.gisgraphy.importer.dto.NodeHouseNumber
-
- setNumber(String) - Method in class com.gisgraphy.domain.geoloc.entity.HouseNumber
-
- setOneWay(boolean) - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- setOneWay(boolean) - Method in class com.gisgraphy.domain.geoloc.entity.Street
-
- setOpenstreetmap(OpenStreetMap) - Method in class com.gisgraphy.webapp.action.EditStreetAction
-
- setOpenStreetMapCitiesDir(String) - Method in class com.gisgraphy.importer.ImporterConfig
-
The directory where the openStreetMap cities files will be retrieved and
processed.
- setOpenstreetMapCitiesDownloadURL(String) - Method in class com.gisgraphy.importer.ImporterConfig
-
The HTTP URL of the directory Where openstreetmap cities files are to be
download from
- setOpenStreetMapCitiesFilesToDownload(String) - Method in class com.gisgraphy.importer.ImporterConfig
-
- setOpenStreetMapDao(IOpenStreetMapDao) - Method in class com.gisgraphy.domain.repository.IdGenerator
-
- setOpenStreetMapDao(IOpenStreetMapDao) - Method in class com.gisgraphy.importer.OpenStreetMapFulltextBuilder
-
- setOpenStreetMapDao(IOpenStreetMapDao) - Method in class com.gisgraphy.importer.OpenStreetMapHouseNumberSimpleImporter
-
- setOpenStreetMapDao(IOpenStreetMapDao) - Method in class com.gisgraphy.importer.OpenStreetMapSimpleImporter
-
- setOpenStreetMapDao(IOpenStreetMapDao) - Method in class com.gisgraphy.webapp.action.DebugStreetAction
-
- setOpenStreetMapDao(IOpenStreetMapDao) - Method in class com.gisgraphy.webapp.action.DisplayStreetAction
-
- setOpenStreetMapDao(IOpenStreetMapDao) - Method in class com.gisgraphy.webapp.action.EditStreetAction
-
- setOpenStreetMapDir(String) - Method in class com.gisgraphy.importer.ImporterConfig
-
The directory where the openStreetMap files will be retrieved and
processed.
- setOpenstreetMapDownloadURL(String) - Method in class com.gisgraphy.importer.ImporterConfig
-
The HTTP URL of the directory Where openstreetmap streets files are to be
download from
- setOpenStreetMapFilesToDownload(String) - Method in class com.gisgraphy.importer.ImporterConfig
-
- setOpenStreetMapFillIsIn(boolean) - Method in class com.gisgraphy.importer.ImporterConfig
-
- setOpenStreetMapHouseNumberDir(String) - Method in class com.gisgraphy.importer.ImporterConfig
-
The directory where the openStreetMap files for house numbers will be retrieved and
processed.
- setOpenStreetMapHouseNumberFilesToDownload(String) - Method in class com.gisgraphy.importer.ImporterConfig
-
- setOpenstreetmapHouseNumberImporterEnabled(boolean) - Method in class com.gisgraphy.importer.ImporterConfig
-
- setOpenstreetMaphouseNumbersDownloadURL(String) - Method in class com.gisgraphy.importer.ImporterConfig
-
The HTTP URL of the directory Where openstreetmap house numbers files are to be
download from
- setOpenstreetmapId(Long) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- setOpenstreetmapId(Long) - Method in class com.gisgraphy.domain.geoloc.entity.HouseNumber
-
- setOpenstreetmapId(Long) - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- setOpenstreetmapId(Long) - Method in class com.gisgraphy.webapp.action.DebugStreetAction
-
- setOpenstreetmapImporterEnabled(boolean) - Method in class com.gisgraphy.importer.ImporterConfig
-
- setOpenStreetMapImporterEnabled(boolean) - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
Enable / Disable OpenStreetMap importer
- setOpenStreetMapPoisDir(String) - Method in class com.gisgraphy.importer.ImporterConfig
-
The directory where the openStreetMap POI files will be retrieved and
processed.
- setOpenstreetMapPoisDownloadURL(String) - Method in class com.gisgraphy.importer.ImporterConfig
-
The HTTP URL of the directory Where openstreetmap POI files are to be
download from
- setOpenStreetMapPoisFilesToDownload(String) - Method in class com.gisgraphy.importer.ImporterConfig
-
- setopenstreetmaps(OpenStreetMap) - Method in class com.gisgraphy.webapp.action.EditStreetAction
-
- setParent(Adm) - Method in class com.gisgraphy.domain.geoloc.entity.Adm
-
Set the parent Adm in the tree structure
- setPartialSearchName(String) - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- setPartialsearchVector(String) - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
IT DOES NOTHING.
- setPassword(String) - Method in class com.gisgraphy.model.User
-
- setPasswordHint(String) - Method in class com.gisgraphy.model.User
-
- setPhoneNumber(String) - Method in class com.gisgraphy.model.User
-
- setPhonePrefix(String) - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
- setPlacetype(String) - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
-
- setPlacetype(String) - Method in class com.gisgraphy.webapp.action.GeolocSearchAction
-
- setPlacetypes(List<String>) - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- setPopulation(Integer) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- setPopulation(Integer) - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- setPostalCode(String) - Method in class com.gisgraphy.model.Address
-
- setPostalCodeMask(String) - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
- setPostalCodeRegex(String) - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
- setPreferredName(boolean) - Method in class com.gisgraphy.domain.geoloc.entity.AlternateName
-
Set the alternate name as a preferred name or Not
- setPrompt(String) - Method in class com.gisgraphy.webapp.taglib.CountryTag
-
- setProvince(String) - Method in class com.gisgraphy.model.Address
-
- setQ(String) - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
-
- setQuattroshapesDir(String) - Method in class com.gisgraphy.importer.ImporterConfig
-
The directory where the quattroshapes files will be retrieved and
processed.
- setQuattroshapesDownloadURL(String) - Method in class com.gisgraphy.importer.ImporterConfig
-
The HTTP URL of the directory Where quattroshapes files are to be
download from
- setQuattroshapesFilesToDownload(String) - Method in class com.gisgraphy.importer.ImporterConfig
-
- setQuattroshapesImporterEnabled(boolean) - Method in class com.gisgraphy.importer.ImporterConfig
-
- setQuattroshapesImporterEnabled(boolean) - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
Enable / Disable quattroshpaes importer
- setRadius(String) - Method in class com.gisgraphy.webapp.action.GeolocSearchAction
-
- setRadius(String) - Method in class com.gisgraphy.webapp.action.StreetSearchAction
-
- setRelationID(String) - Method in class com.gisgraphy.importer.dto.AssociatedStreetHouseNumber
-
- setRenameFilesAfterProcessing(boolean) - Method in class com.gisgraphy.importer.ImporterConfig
-
- setResourceBundle(ReloadableResourceBundleMessageSource) - Method in class com.gisgraphy.service.impl.InternationalisationService
-
- setRetrieveFileEnable(boolean) - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- setRetrieveFiles(boolean) - Method in class com.gisgraphy.importer.ImporterConfig
-
- setReverseGeocodingService(IReverseGeocodingService) - Method in class com.gisgraphy.servlet.ReverseGeocodingServlet
-
- setRole(String) - Method in class com.gisgraphy.importer.dto.AssociatedStreetMember
-
- setRoleDao(RoleDao) - Method in class com.gisgraphy.service.impl.RoleManagerImpl
-
- setRoleManager(RoleManager) - Method in class com.gisgraphy.webapp.action.BaseAction
-
- setRoles(Set<Role>) - Method in class com.gisgraphy.model.User
-
- setSave(String) - Method in class com.gisgraphy.webapp.action.BaseAction
-
- setScope(String) - Method in class com.gisgraphy.webapp.taglib.ConstantsTag
-
- setSequenceId(int) - Method in class com.gisgraphy.importer.dto.InterpolationMember
-
- setSessionFactoryBeanName(String) - Method in class com.gisgraphy.dao.spring.HibernateExtensionPostProcessor
-
Set the name of the SessionFactory bean.
- setShape(Geometry) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- setShape(LineString) - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- setShape(String) - Method in class com.gisgraphy.webapp.action.EditStreetAction
-
- setShortName(boolean) - Method in class com.gisgraphy.domain.geoloc.entity.AlternateName
-
Set the Alternate name as a short name or Not
- setSolrClient(IsolrClient) - Method in class com.gisgraphy.fulltext.FullTextSearchEngine
-
- setSolrClient(IsolrClient) - Method in class com.gisgraphy.fulltext.spell.SpellCheckerIndexer
-
- setSolrClient(IsolrClient) - Method in class com.gisgraphy.importer.ImporterManager
-
- setSolRLogLevel(Level) - Method in interface com.gisgraphy.fulltext.IsolrClient
-
set the log level of Solr
- setSolRLogLevel(Level) - Method in class com.gisgraphy.fulltext.SolrClient
-
- setSolRSynchroniser(ISolRSynchroniser) - Method in class com.gisgraphy.domain.geoloc.entity.event.GisFeatureEventListener
-
- setSolRSynchroniser(ISolRSynchroniser) - Method in class com.gisgraphy.importer.GeonamesAlternateNamesSimpleImporter
-
- setSolRSynchroniser(ISolRSynchroniser) - Method in class com.gisgraphy.importer.GeonamesFeatureSimpleImporter
-
- setSolRSynchroniser(ISolRSynchroniser) - Method in class com.gisgraphy.importer.GeonamesZipCodeSimpleImporter
-
- setSolRSynchroniser(ISolRSynchroniser) - Method in class com.gisgraphy.importer.ImporterManager
-
- setSolRSynchroniser(ISolRSynchroniser) - Method in class com.gisgraphy.importer.OpenStreetMapCitiesSimpleImporter
-
- setSolRSynchroniser(ISolRSynchroniser) - Method in class com.gisgraphy.importer.OpenStreetMapHouseNumberSimpleImporter
-
- setSolRSynchroniser(ISolRSynchroniser) - Method in class com.gisgraphy.importer.OpenStreetMapPoisSimpleImporter
-
- setSolRSynchroniser(ISolRSynchroniser) - Method in class com.gisgraphy.importer.OpenStreetMapSimpleImporter
-
- setSolRSynchroniser(ISolRSynchroniser) - Method in class com.gisgraphy.webapp.action.EditAlternateNameAction
-
- setSolRSynchroniser(ISolRSynchroniser) - Method in class com.gisgraphy.webapp.action.EditFeatureAction
-
- setSolRSynchroniser(ISolRSynchroniser) - Method in class com.gisgraphy.webapp.action.EditStreetAction
-
- setSolRSynchroniser(ISolRSynchroniser) - Method in class com.gisgraphy.webapp.action.EditZipCodeAction
-
- setSource(AlternateNameSource) - Method in class com.gisgraphy.domain.geoloc.entity.AlternateName
-
Set the source from which the alternate name come from
- setSource(AlternateNameSource) - Method in class com.gisgraphy.domain.geoloc.entity.AlternateOsmName
-
Set the source from which the alternate name come from
- setSource(GISSource) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- setSpellCheckerIndexer(ISpellCheckerIndexer) - Method in class com.gisgraphy.importer.GeonamesAlternateNamesSimpleImporter
-
- setSpellchecking(boolean) - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
-
- setSpokenLanguages(List<Language>) - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
- setStackTrace(String) - Method in class com.gisgraphy.webapp.action.EditAlternateNameAction
-
- setStackTrace(String) - Method in class com.gisgraphy.webapp.action.EditFeatureAction
-
- setStackTrace(String) - Method in class com.gisgraphy.webapp.action.EditStreetAction
-
- setStackTrace(String) - Method in class com.gisgraphy.webapp.action.EditZipCodeAction
-
- setStatsUsageDao(IStatsUsageDao) - Method in class com.gisgraphy.webapp.action.StatsAction
-
- setStatsUsageService(IStatsUsageService) - Method in class com.gisgraphy.geocoding.GeocodingService
-
- setStatsUsageService(IStatsUsageService) - Method in class com.gisgraphy.servlet.AddressParserServlet
-
- setStatsUsageType(StatsUsageType) - Method in class com.gisgraphy.stats.StatsUsage
-
- setStep(int) - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- setStreet(OpenStreetMap) - Method in class com.gisgraphy.domain.geoloc.entity.AlternateOsmName
-
Set the gisFeature, the alternate name refers to
- setStreet(OpenStreetMap) - Method in class com.gisgraphy.domain.geoloc.entity.HouseNumber
-
- setStreetFactory(IStreetFactory) - Method in class com.gisgraphy.domain.repository.OpenStreetMapDao
-
- setStreetName(String) - Method in class com.gisgraphy.importer.dto.AssociatedStreetMember
-
- setStreetName(String) - Method in class com.gisgraphy.importer.dto.InterpolationHouseNumber
-
- setStreetname(String) - Method in class com.gisgraphy.importer.dto.InterpolationMember
-
- setStreetName(String) - Method in class com.gisgraphy.importer.dto.NodeHouseNumber
-
- setStreetSearchEngine(IStreetSearchEngine) - Method in class com.gisgraphy.servlet.StreetServlet
-
- setStreetSearchEngine(IStreetSearchEngine) - Method in class com.gisgraphy.webapp.action.StreetSearchAction
-
- setStreetType(StreetType) - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- setStreetType(StreetType) - Method in class com.gisgraphy.domain.geoloc.entity.Street
-
- setStreettype(String) - Method in class com.gisgraphy.webapp.action.EditStreetAction
-
- setStreetType(String) - Method in class com.gisgraphy.webapp.action.StreetSearchAction
-
- setStructured(Boolean) - Method in class com.gisgraphy.webapp.action.GeocodingByTextAction
-
- setStyle(String) - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
-
- setSyncAdmCodesWithLinkedAdmOnes(boolean) - Method in class com.gisgraphy.importer.ImporterConfig
-
The linked Adm may not be the same as the one which would be found with
the ADMcodes from the csv file if TryToDetectAdmIfNotFound is set to
true. in this case error corecting is done. tis option determine if the
ADMXcode must be equals to the linked ADM or if they must be equals to
the value in the CSVFile note that the admXnames are always sync with the
Linked Adm if true : the AdmXcodes of the imported GisFeature will be the
gisFeature.getAdm.getAdmXcode.
- setTemplateName(String) - Method in class com.gisgraphy.webapp.action.BaseAction
-
- setTextSearchName(String) - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- setTextsearchVector(String) - Method in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
IT DOES NOTHING.
- setTimezone(String) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- setTld(String) - Method in class com.gisgraphy.domain.geoloc.entity.Country
-
- setTo(int) - Method in class com.gisgraphy.webapp.action.SearchAction
-
- setToScope(String) - Method in class com.gisgraphy.webapp.taglib.CountryTag
-
- setTransactionManager(PlatformTransactionManager) - Method in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
- setTransactionManager(PlatformTransactionManager) - Method in class com.gisgraphy.webapp.action.EditAlternateNameAction
-
- setTransactionManager(PlatformTransactionManager) - Method in class com.gisgraphy.webapp.action.EditFeatureAction
-
- setTransactionManager(PlatformTransactionManager) - Method in class com.gisgraphy.webapp.action.EditStreetAction
-
- setTransactionManager(PlatformTransactionManager) - Method in class com.gisgraphy.webapp.action.EditZipCodeAction
-
- setTryToDetectAdmIfNotFound(boolean) - Method in class com.gisgraphy.importer.ImporterConfig
-
If this option is set to true : The importer will try to detect Adm for
features if the AdmXcodes values does not correspond to a known Adm. it
is a process of error correction if set to false error correction is
disabled
- setType(HouseNumberType) - Method in class com.gisgraphy.domain.geoloc.entity.HouseNumber
-
- setType(String) - Method in class com.gisgraphy.importer.dto.AssociatedStreetMember
-
- setup() - Method in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
Template method that can be override.
- setup() - Method in class com.gisgraphy.importer.AdmExtracter
-
- setup() - Method in class com.gisgraphy.importer.GeonamesAdmExtracter
-
- setup() - Method in class com.gisgraphy.importer.GeonamesAlternateNamesExtracter
-
- setup() - Method in class com.gisgraphy.importer.GeonamesDatabaseIndexer
-
Template method that can be override.
- setup() - Method in class com.gisgraphy.importer.GeonamesFeatureSimpleImporter
-
- setup() - Method in class com.gisgraphy.importer.GeonamesZipCodeSimpleImporter
-
- setup() - Method in class com.gisgraphy.importer.OpenStreetMapCitiesSimpleImporter
-
- setup() - Method in class com.gisgraphy.importer.OpenStreetMapFulltextBuilder
-
- setup() - Method in class com.gisgraphy.importer.OpenStreetMapHouseNumberSimpleImporter
-
- setup() - Method in class com.gisgraphy.importer.OpenStreetMapPoisSimpleImporter
-
- setup() - Method in class com.gisgraphy.importer.OpenStreetMapSimpleImporter
-
- setupContext(ServletContext) - Static method in class com.gisgraphy.webapp.listener.StartupListener
-
This method uses the LookupManager to lookup available roles from the
data layer.
- setUsage(Long) - Method in class com.gisgraphy.stats.StatsUsage
-
- setUser(User) - Method in class com.gisgraphy.webapp.action.SignupAction
-
- setUser(User) - Method in class com.gisgraphy.webapp.action.UserAction
-
- setUserDao(UserDao) - Method in class com.gisgraphy.service.impl.UserManagerImpl
-
Set the Dao for communication with the data layer.
- setUserDao(UserDao) - Method in interface com.gisgraphy.service.UserManager
-
Convenience method for testing - allows you to mock the DAO and set it on
an interface.
- setUserManager(UserManager) - Method in class com.gisgraphy.webapp.action.BaseAction
-
- setUsername(String) - Method in class com.gisgraphy.model.User
-
- setUsername(String) - Method in class com.gisgraphy.webapp.action.PasswordHintAction
-
- setValue(String) - Method in class com.gisgraphy.model.LabelValue
-
- setVar(String) - Method in class com.gisgraphy.webapp.taglib.ConstantsTag
-
- setVelocityEngine(VelocityEngine) - Method in class com.gisgraphy.service.MailEngine
-
- setVersion(Integer) - Method in class com.gisgraphy.model.User
-
- setWayId(String) - Method in class com.gisgraphy.importer.dto.InterpolationHouseNumber
-
- setWebsite(String) - Method in class com.gisgraphy.model.User
-
- setWrongNumberOfFieldsThrows(boolean) - Method in class com.gisgraphy.importer.ImporterConfig
-
Set to true this option force the import process to stop if an error is
throw.
- setZipCode(ZipCode) - Method in class com.gisgraphy.webapp.action.EditZipCodeAction
-
- setZipCodeDao(IZipCodeDao) - Method in class com.gisgraphy.importer.GeonamesZipCodeSimpleImporter
-
- setZipCodeDao(IZipCodeDao) - Method in class com.gisgraphy.webapp.action.EditZipCodeAction
-
- setZipCodes(Set<ZipCode>) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
Set The zipCodes for the city.
- SHAPE_COLUMN_NAME - Static variable in class com.gisgraphy.domain.geoloc.entity.GisFeature
-
- SHAPE_COLUMN_NAME - Static variable in class com.gisgraphy.domain.geoloc.entity.OpenStreetMap
-
- Shop - Class in com.gisgraphy.domain.geoloc.entity
-
- Shop(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Shop
-
Constructor that populate the
Shop
with the gisFeature fields
- Shop() - Constructor for class com.gisgraphy.domain.geoloc.entity.Shop
-
Needed by CGLib
- ShopDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Shop
Object
- ShopDao() - Constructor for class com.gisgraphy.domain.repository.ShopDao
-
Default constructor
- shouldBeSkipped() - Method in class com.gisgraphy.importer.AbstractFileRetriever
-
- shouldBeSkipped() - Method in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
- shouldBeSkipped() - Method in class com.gisgraphy.importer.AdmExtracter
-
- shouldBeSkipped() - Method in class com.gisgraphy.importer.GeonamesAdmExtracter
-
- shouldBeSkipped() - Method in class com.gisgraphy.importer.GeonamesAlternateNamesExtracter
-
- shouldBeSkipped() - Method in class com.gisgraphy.importer.GeonamesAlternateNamesSimpleImporter
-
- shouldBeSkipped() - Method in class com.gisgraphy.importer.GeonamesCountryImporter
-
- shouldBeSkipped() - Method in class com.gisgraphy.importer.GeonamesDatabaseIndexer
-
- shouldBeSkipped() - Method in class com.gisgraphy.importer.GeonamesFeatureSimpleImporter
-
- shouldBeSkipped() - Method in class com.gisgraphy.importer.GeonamesFileRetriever
-
- shouldBeSkipped() - Method in class com.gisgraphy.importer.GeonamesLanguageImporter
-
- shouldBeSkipped() - Method in class com.gisgraphy.importer.GeonamesZipCodeFileRetriever
-
- shouldBeSkipped() - Method in class com.gisgraphy.importer.GeonamesZipCodeSimpleImporter
-
- shouldBeSkipped() - Method in interface com.gisgraphy.importer.IImporterProcessor
-
- shouldBeSkipped() - Method in class com.gisgraphy.importer.OpenStreetMapCitiesFileRetriever
-
- shouldBeSkipped() - Method in class com.gisgraphy.importer.OpenStreetMapCitiesSimpleImporter
-
- shouldBeSkipped() - Method in class com.gisgraphy.importer.OpenStreetMapFileRetriever
-
- shouldBeSkipped() - Method in class com.gisgraphy.importer.OpenStreetMapFulltextBuilder
-
- shouldBeSkipped() - Method in class com.gisgraphy.importer.OpenStreetMapHouseNumberFileRetriever
-
- shouldBeSkipped() - Method in class com.gisgraphy.importer.OpenStreetMapHouseNumberSimpleImporter
-
- shouldBeSkipped() - Method in class com.gisgraphy.importer.OpenStreetMapPoisFileRetriever
-
- shouldBeSkipped() - Method in class com.gisgraphy.importer.OpenStreetMapPoisSimpleImporter
-
- shouldBeSkipped() - Method in class com.gisgraphy.importer.OpenStreetMapSimpleImporter
-
- shouldBeSkipped() - Method in class com.gisgraphy.importer.QuattroshapesFileRetriever
-
- shouldBeSkipped() - Method in class com.gisgraphy.importer.QuattroshapesSimpleImporter
-
- shouldFillIsInField() - Method in class com.gisgraphy.importer.OpenStreetMapPoisSimpleImporter
-
- shouldFillIsInField() - Method in class com.gisgraphy.importer.OpenStreetMapSimpleImporter
-
- shouldIgnoreComments() - Method in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
Whether the filter should ignore the comments (i.e. lines starting with #)
- shouldIgnoreComments() - Method in class com.gisgraphy.importer.AdmExtracter
-
- shouldIgnoreComments() - Method in class com.gisgraphy.importer.GeonamesAdmExtracter
-
- shouldIgnoreComments() - Method in class com.gisgraphy.importer.GeonamesAlternateNamesExtracter
-
- shouldIgnoreComments() - Method in class com.gisgraphy.importer.GeonamesAlternateNamesSimpleImporter
-
- shouldIgnoreComments() - Method in class com.gisgraphy.importer.GeonamesCountryImporter
-
- shouldIgnoreComments() - Method in class com.gisgraphy.importer.GeonamesFeatureSimpleImporter
-
- shouldIgnoreComments() - Method in class com.gisgraphy.importer.GeonamesLanguageImporter
-
- shouldIgnoreComments() - Method in class com.gisgraphy.importer.GeonamesZipCodeSimpleImporter
-
- shouldIgnoreComments() - Method in class com.gisgraphy.importer.OpenStreetMapCitiesSimpleImporter
-
- shouldIgnoreComments() - Method in class com.gisgraphy.importer.OpenStreetMapHouseNumberSimpleImporter
-
- shouldIgnoreComments() - Method in class com.gisgraphy.importer.OpenStreetMapPoisSimpleImporter
-
- shouldIgnoreComments() - Method in class com.gisgraphy.importer.OpenStreetMapSimpleImporter
-
- shouldIgnoreComments() - Method in class com.gisgraphy.importer.QuattroshapesSimpleImporter
-
- shouldIgnoreFirstLine() - Method in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
Template Method : Whether the processor should ignore the first line of
the input
- shouldIgnoreFirstLine() - Method in class com.gisgraphy.importer.AdmExtracter
-
- shouldIgnoreFirstLine() - Method in class com.gisgraphy.importer.GeonamesAdmExtracter
-
- shouldIgnoreFirstLine() - Method in class com.gisgraphy.importer.GeonamesAlternateNamesExtracter
-
- shouldIgnoreFirstLine() - Method in class com.gisgraphy.importer.GeonamesAlternateNamesSimpleImporter
-
- shouldIgnoreFirstLine() - Method in class com.gisgraphy.importer.GeonamesCountryImporter
-
- shouldIgnoreFirstLine() - Method in class com.gisgraphy.importer.GeonamesFeatureSimpleImporter
-
- shouldIgnoreFirstLine() - Method in class com.gisgraphy.importer.GeonamesLanguageImporter
-
- shouldIgnoreFirstLine() - Method in class com.gisgraphy.importer.GeonamesZipCodeSimpleImporter
-
- shouldIgnoreFirstLine() - Method in class com.gisgraphy.importer.OpenStreetMapCitiesSimpleImporter
-
- shouldIgnoreFirstLine() - Method in class com.gisgraphy.importer.OpenStreetMapHouseNumberSimpleImporter
-
- shouldIgnoreFirstLine() - Method in class com.gisgraphy.importer.OpenStreetMapPoisSimpleImporter
-
- shouldIgnoreFirstLine() - Method in class com.gisgraphy.importer.OpenStreetMapSimpleImporter
-
- shouldIgnoreFirstLine() - Method in class com.gisgraphy.importer.QuattroshapesSimpleImporter
-
- SignupAction - Class in com.gisgraphy.webapp.action
-
Action to allow new users to sign up.
- SignupAction() - Constructor for class com.gisgraphy.webapp.action.SignupAction
-
- SmartStreetDetection - Class in com.gisgraphy.fulltext
-
A class to detect if a text conatins a street type
- SmartStreetDetection() - Constructor for class com.gisgraphy.fulltext.SmartStreetDetection
-
- SolrClient - Class in com.gisgraphy.fulltext
-
Default implementation for IsolrClient.it represent a client to connect to
solR server
- SolrClient() - Constructor for class com.gisgraphy.fulltext.SolrClient
-
Default constructor needed by spring
- SolrClient(String, MultiThreadedHttpConnectionManager) - Constructor for class com.gisgraphy.fulltext.SolrClient
-
- solrResponseDtoBuilder - Class in com.gisgraphy.fulltext
-
- solrResponseDtoBuilder() - Constructor for class com.gisgraphy.fulltext.solrResponseDtoBuilder
-
- SolrResponseDtoDistanceComparator - Class in com.gisgraphy.fulltext
-
- SolrResponseDtoDistanceComparator() - Constructor for class com.gisgraphy.fulltext.SolrResponseDtoDistanceComparator
-
- SolRSynchroniser - Class in com.gisgraphy.domain.repository
-
Interface of data access object for
Language
- SolRSynchroniser(IsolrClient) - Constructor for class com.gisgraphy.domain.repository.SolRSynchroniser
-
- solRSynchroniser - Variable in class com.gisgraphy.importer.GeonamesAlternateNamesSimpleImporter
-
- solRSynchroniser - Variable in class com.gisgraphy.importer.GeonamesFeatureSimpleImporter
-
- solRSynchroniser - Variable in class com.gisgraphy.importer.GeonamesZipCodeSimpleImporter
-
- solRSynchroniser - Variable in class com.gisgraphy.importer.OpenStreetMapCitiesSimpleImporter
-
- solRSynchroniser - Variable in class com.gisgraphy.importer.OpenStreetMapHouseNumberSimpleImporter
-
- solRSynchroniser - Variable in class com.gisgraphy.importer.OpenStreetMapPoisSimpleImporter
-
- solRSynchroniser - Variable in class com.gisgraphy.importer.OpenStreetMapSimpleImporter
-
- SolrUnmarshaller - Class in com.gisgraphy.fulltext
-
SolrUnmarshaller for solr Query response to a DTO
- SolrUnmarshaller() - Constructor for class com.gisgraphy.fulltext.SolrUnmarshaller
-
- SPATIAL_FIELD_PARAMETER - Static variable in class com.gisgraphy.domain.valueobject.Constants
-
The parameter name to define the spatial fields (Solr parameter name)
- SpatialProjection - Class in com.gisgraphy.hibernate.projection
-
- SpatialProjection() - Constructor for class com.gisgraphy.hibernate.projection.SpatialProjection
-
- SPELLCHECKER_BUILD_PARAMETER - Static variable in class com.gisgraphy.domain.valueobject.Constants
-
The parameter name to Rebuild the spellchecker (Solr parameter name)
- SPELLCHECKER_COLLATE_RESULTS_PARAMETER - Static variable in class com.gisgraphy.domain.valueobject.Constants
-
The parameter name to define the number of suggestion for the spellchecker (Solr parameter name)
- SPELLCHECKER_DICTIONARY_NAME_PARAMETER - Static variable in class com.gisgraphy.domain.valueobject.Constants
-
The parameter name to define the name of the dictionary to use for the spellchecker (Solr parameter name)
- SPELLCHECKER_ENABLED_PARAMETER - Static variable in class com.gisgraphy.domain.valueobject.Constants
-
The parameter name to active the spellchecker (Solr parameter name)
- SPELLCHECKER_NUMBER_OF_SUGGESTION_PARAMETER - Static variable in class com.gisgraphy.domain.valueobject.Constants
-
The parameter name to define the number of suggestion for the spellchecker (Solr parameter name)
- SPELLCHECKER_QUERY_PARAMETER - Static variable in class com.gisgraphy.domain.valueobject.Constants
-
The parameter name to define the query to use for the spellchecker (Solr parameter name)
- SPELLCHECKER_RELOAD_PARAMETER - Static variable in class com.gisgraphy.domain.valueobject.Constants
-
The parameter name to Rebuild the spellchecker (Solr parameter name)
- SpellCheckerException - Exception in com.gisgraphy.fulltext.spell
-
Generic SpellCheckerException
- SpellCheckerException() - Constructor for exception com.gisgraphy.fulltext.spell.SpellCheckerException
-
Default Constructor
- SpellCheckerException(String, Throwable) - Constructor for exception com.gisgraphy.fulltext.spell.SpellCheckerException
-
- SpellCheckerException(String) - Constructor for exception com.gisgraphy.fulltext.spell.SpellCheckerException
-
- SpellCheckerException(Throwable) - Constructor for exception com.gisgraphy.fulltext.spell.SpellCheckerException
-
- SpellCheckerIndexer - Class in com.gisgraphy.fulltext.spell
-
- SpellCheckerIndexer() - Constructor for class com.gisgraphy.fulltext.spell.SpellCheckerIndexer
-
- spellCheckerIndexer - Variable in class com.gisgraphy.importer.GeonamesAlternateNamesSimpleImporter
-
- SpellSuggestion - Class in com.gisgraphy.domain.valueobject
-
- SpellSuggestion() - Constructor for class com.gisgraphy.domain.valueobject.SpellSuggestion
-
- SplitByLength(File, int) - Method in class com.gisgraphy.importer.FileSpliter
-
- splitCamelCase(String) - Static method in class com.gisgraphy.helper.StringHelper
-
- splitCamelCase(String) - Method in class com.gisgraphy.webapp.action.ImportAction
-
- SPLITED_ALLCOUNTRIES_FILE_ACCEPT_REGEX_STRING - Static variable in class com.gisgraphy.importer.ImporterHelper
-
- SPLITED_FILE_ACCEPT_REGEX_STRING - Static variable in class com.gisgraphy.importer.ImporterHelper
-
- SPLITED_GEONAMES_ALTERNATENAMES_FILE_ACCEPT_REGEX_STRING - Static variable in class com.gisgraphy.importer.ImporterHelper
-
- SPLITED_OPENSTREETMAP_FILE_ACCEPT_REGEX_STRING - Static variable in class com.gisgraphy.importer.ImporterHelper
-
- splitedFileFilter - Static variable in class com.gisgraphy.importer.ImporterHelper
-
- splitTags(String) - Method in class com.gisgraphy.importer.OpenStreetMapPoisSimpleImporter
-
- Sport - Class in com.gisgraphy.domain.geoloc.entity
-
- Sport(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Sport
-
Constructor that populate the
Sport
with the gisFeature
fields
- Sport() - Constructor for class com.gisgraphy.domain.geoloc.entity.Sport
-
Needed by CGLib
- SportDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Sport
Object
- SportDao() - Constructor for class com.gisgraphy.domain.repository.SportDao
-
Default constructor
- Spring - Class in com.gisgraphy.domain.geoloc.entity
-
- Spring(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Spring
-
Constructor that populate the
Spring
with the gisFeature fields
- Spring() - Constructor for class com.gisgraphy.domain.geoloc.entity.Spring
-
Needed by CGLib
- SpringDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Spring
Object
- SpringDao() - Constructor for class com.gisgraphy.domain.repository.SpringDao
-
Default constructor
- sqlTypes() - Method in class com.gisgraphy.hibernate.type.TsVectorStringType
-
- SRID - Enum in com.gisgraphy.domain.valueobject
-
An SRID enum
- ST_CLOSEST_POINT - Static variable in class com.gisgraphy.hibernate.projection.SpatialProjection
-
- ST_LINE_INTERPOLATE_POINT_FUNCTION - Static variable in class com.gisgraphy.hibernate.projection.SpatialProjection
-
- ST_LINE_LOCATE_POINT_FUNCTION - Static variable in class com.gisgraphy.hibernate.projection.SpatialProjection
-
- Stadium - Class in com.gisgraphy.domain.geoloc.entity
-
- Stadium(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Stadium
-
Constructor that populate the
Stadium
with the gisFeature fields
- Stadium() - Constructor for class com.gisgraphy.domain.geoloc.entity.Stadium
-
Needed by CGLib
- StadiumDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Stadium
Object
- StadiumDao() - Constructor for class com.gisgraphy.domain.repository.StadiumDao
-
Default constructor
- START_PAGINATION_INDEX_EXTRA_PARAMETER - Static variable in class com.gisgraphy.geoloc.GeolocResultsDtoSerializer
-
- START_PAGINATION_INDEX_EXTRA_PARAMETER - Static variable in class com.gisgraphy.street.StreetSearchResultsDtoSerializer
-
- START_PARAMETER - Static variable in class com.gisgraphy.domain.valueobject.Constants
-
The start rows parameter (useful for paginate, Solr parameter name)
- startTransaction() - Method in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
- StartupListener - Class in com.gisgraphy.webapp.listener
-
StartupListener class used to initialize and database settings and populate
any application-wide drop-downs.
- StartupListener() - Constructor for class com.gisgraphy.webapp.listener.StartupListener
-
- StaticFilter - Class in com.gisgraphy.webapp.filter
-
A simple filter that allows the application to continue using the .html
prefix for actions but also allows static files to be served up with the same
extension.
- StaticFilter() - Constructor for class com.gisgraphy.webapp.filter.StaticFilter
-
- StatsAction - Class in com.gisgraphy.webapp.action
-
stats Action
- StatsAction() - Constructor for class com.gisgraphy.webapp.action.StatsAction
-
- StatsUsage - Class in com.gisgraphy.stats
-
- StatsUsage() - Constructor for class com.gisgraphy.stats.StatsUsage
-
Default constructor
- StatsUsage(StatsUsageType) - Constructor for class com.gisgraphy.stats.StatsUsage
-
Constructor to init statsUsageType
- StatsUsageDao - Class in com.gisgraphy.domain.repository
-
- StatsUsageDao() - Constructor for class com.gisgraphy.domain.repository.StatsUsageDao
-
Default Constructor
- statsUsageService - Variable in class com.gisgraphy.reversegeocoding.ReverseGeocodingService
-
- StatsUsageServiceImpl - Class in com.gisgraphy.service.impl
-
- StatsUsageServiceImpl() - Constructor for class com.gisgraphy.service.impl.StatsUsageServiceImpl
-
- StatsUsageType - Enum in com.gisgraphy.stats
-
Represent all the types of stats
- status - Variable in class com.gisgraphy.importer.AbstractFileRetriever
-
- status - Variable in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
- status - Variable in class com.gisgraphy.importer.OpenStreetMapFulltextBuilder
-
- status() - Method in class com.gisgraphy.webapp.action.ImportAction
-
- STATUS - Static variable in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- statusMessage - Variable in class com.gisgraphy.importer.AbstractFileRetriever
-
- statusMessage - Variable in class com.gisgraphy.importer.AbstractSimpleImporterProcessor
-
- STEP_BASE_VIEW_NAME - Static variable in class com.gisgraphy.webapp.action.ImportConfirmAction
-
- store(OutputStream, String) - Method in class com.gisgraphy.helper.CommentedProperties
-
Write the properties to the specified OutputStream.
- Strait - Class in com.gisgraphy.domain.geoloc.entity
-
- Strait(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Strait
-
Constructor that populate the
Strait
with the gisFeature fields
- Strait() - Constructor for class com.gisgraphy.domain.geoloc.entity.Strait
-
Needed by CGLib
- StraitDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Strait
Object
- StraitDao() - Constructor for class com.gisgraphy.domain.repository.StraitDao
-
Default constructor
- Stream - Class in com.gisgraphy.domain.geoloc.entity
-
- Stream(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Stream
-
Constructor that populate the
Stream
with the gisFeature fields
- Stream() - Constructor for class com.gisgraphy.domain.geoloc.entity.Stream
-
Needed by CGLib
- StreamDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Stream
Object
- StreamDao() - Constructor for class com.gisgraphy.domain.repository.StreamDao
-
Default constructor
- Street - Class in com.gisgraphy.domain.geoloc.entity
-
- Street(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Street
-
Constructor that populate the
Street
with the gisFeature fields
- Street() - Constructor for class com.gisgraphy.domain.geoloc.entity.Street
-
Needed by CGLib
- STREET_BASE_URL - Static variable in class com.gisgraphy.domain.valueobject.Constants
-
- STREET_BOOST_QUERY - Static variable in class com.gisgraphy.fulltext.FulltextQuerySolrHelper
-
- STREET_PLACETYPE - Static variable in class com.gisgraphy.fulltext.Constants
-
convenence placetype for city and citySubdivision
- STREET_SEARCH_MODE_PARAMETER - Static variable in class com.gisgraphy.servlet.StreetServlet
-
- StreetDao - Class in com.gisgraphy.domain.repository
-
A data access object for
Street
Object
- StreetDao() - Constructor for class com.gisgraphy.domain.repository.StreetDao
-
Default constructor
- STREETDISTANCE_JAXB_NAME - Static variable in class com.gisgraphy.domain.valueobject.Constants
-
The node name for StreetDistance
node in JAXB
- StreetFactory - Class in com.gisgraphy.street
-
Factory to create a street from an openstreetMap entity
- StreetFactory() - Constructor for class com.gisgraphy.street.StreetFactory
-
- StreetSearchAction - Class in com.gisgraphy.webapp.action
-
Street search Action
- StreetSearchAction() - Constructor for class com.gisgraphy.webapp.action.StreetSearchAction
-
- StreetSearchEngine - Class in com.gisgraphy.street
-
Default (threadsafe) implementation of IStreetSearchEngine
.
- StreetSearchEngine() - Constructor for class com.gisgraphy.street.StreetSearchEngine
-
- StreetSearchErrorVisitor - Class in com.gisgraphy.street
-
Visitor (visitor pattern) to return error message according to the format for
the geoloc service
- StreetSearchErrorVisitor() - Constructor for class com.gisgraphy.street.StreetSearchErrorVisitor
-
- StreetSearchErrorVisitor(String) - Constructor for class com.gisgraphy.street.StreetSearchErrorVisitor
-
- StreetSearchQueryHttpBuilder - Class in com.gisgraphy.street
-
- StreetSearchQueryHttpBuilder() - Constructor for class com.gisgraphy.street.StreetSearchQueryHttpBuilder
-
- STREETSEARCHRESULTSDTO_JAXB_NAME - Static variable in class com.gisgraphy.domain.valueobject.Constants
-
The node name for StreetSearchResultsDto
node in JAXB
- StreetSearchResultsDtoSerializer - Class in com.gisgraphy.street
-
serialize @link GeolocResultsDto
into several formats
- StreetSearchResultsDtoSerializer() - Constructor for class com.gisgraphy.street.StreetSearchResultsDtoSerializer
-
- StreetServlet - Class in com.gisgraphy.servlet
-
Provides a servlet Wrapper around The Gisgraphy street Service, it Maps web
parameters to create a StreetSearchQuery
- StreetServlet() - Constructor for class com.gisgraphy.servlet.StreetServlet
-
- StringHelper - Class in com.gisgraphy.helper
-
Provide some usefull method to compute string for autocompletion and fulltextsearch
- StringHelper() - Constructor for class com.gisgraphy.helper.StringHelper
-
- StringUtil - Class in com.gisgraphy.util
-
String Utility Class This is used to encode passwords programmatically
- stripEnhancerClass(String) - Static method in class com.gisgraphy.helper.ClassNameHelper
-
This strips the cglib class name out of the enhanced classes.
- STYLESHEET_PARAMETER - Static variable in class com.gisgraphy.domain.valueobject.Constants
-
The XSLT stylesheet parameter name
- suggestMostAccurateAdm(String, String, String, String, String, GisFeature) - Method in class com.gisgraphy.domain.repository.AdmDao
-
- suggestMostAccurateAdm(String, String, String, String, String, GisFeature) - Method in interface com.gisgraphy.domain.repository.IAdmDao
-
This method is used when
ImporterConfig.isTryToDetectAdmIfNotFound()
is true or when error
correction is needed. the algorithm will return an Adm according the
specified rules:
If an Adm with the specified code is found (see
IAdmDao.getAdm(String, String, String, String, String)
) : retrun it
If an Adm with the highest not null level is found for the specified
country (e.g : if adm1,2,3 are specified and adm4 is null and it exist an
adm with level 3 for the specified adm3Code then it will be return)
If no parent Adm is found (see
IAdmDao.getAdmOrFirstValidParentIfNotFound(String, String, String, String, String)
:
return Adm with the highest not null level
If a parent Adm is found (see
IAdmDao.getAdmOrFirstValidParentIfNotFound(String, String, String, String, String)
:
If the difference beetween the Adm and The parent Adm is <=2 : we
assume that it is an error with only one code and return the Adm with the
highest not null level
If the difference is >1 we assume that there is too much error and
return the nearest parent
If No Adm with the highest not null level is found for the specified
country
If a parent Adm is found (see
IAdmDao.getAdmOrFirstValidParentIfNotFound(String, String, String, String, String)
:
return Adm with the highest not null level : return the Parent
If no parent is found : return null
- supports(IEvent) - Method in class com.gisgraphy.domain.geoloc.entity.event.GisFeatureEventListener
-
- supports(IEvent) - Method in interface com.gisgraphy.domain.geoloc.entity.event.IEventListener
-
Whether the listeners support the specified event (is concerned)
- SwimmingPool - Class in com.gisgraphy.domain.geoloc.entity
-
- SwimmingPool(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.SwimmingPool
-
Constructor that populate the
SwimmingPool
with the gisFeature fields
- SwimmingPool() - Constructor for class com.gisgraphy.domain.geoloc.entity.SwimmingPool
-
Needed by CGLib
- SwimmingPoolDao - Class in com.gisgraphy.domain.repository
-
- SwimmingPoolDao() - Constructor for class com.gisgraphy.domain.repository.SwimmingPoolDao
-
Default constructor
- sync() - Method in class com.gisgraphy.domain.repository.IdGenerator
-
- sync() - Method in interface com.gisgraphy.domain.repository.IIdGenerator
-
synchronise the generator with the database
- unconfirm() - Method in class com.gisgraphy.webapp.action.ResetImportAction
-
- UnderSea - Class in com.gisgraphy.domain.geoloc.entity
-
- UnderSea(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.UnderSea
-
Constructor that populate the
UnderSea
with the gisFeature fields
- UnderSea() - Constructor for class com.gisgraphy.domain.geoloc.entity.UnderSea
-
Needed by CGLib
- UnderSeaDao - Class in com.gisgraphy.domain.repository
-
A data access object for
UnderSea
Object
- UnderSeaDao() - Constructor for class com.gisgraphy.domain.repository.UnderSeaDao
-
Default constructor
- UniversalDao - Interface in com.gisgraphy.dao
-
Data Access Object (DAO) interface.
- UniversalDaoHibernate - Class in com.gisgraphy.dao.hibernate
-
This class serves as the a class that can CRUD any object witout any Spring
configuration.
- UniversalDaoHibernate() - Constructor for class com.gisgraphy.dao.hibernate.UniversalDaoHibernate
-
- UniversalManager - Interface in com.gisgraphy.service
-
Business Facade interface.
- UniversalManagerImpl - Class in com.gisgraphy.service.impl
-
Base class for Business Services - use this class for utility methods and
generic CRUD methods.
- UniversalManagerImpl() - Constructor for class com.gisgraphy.service.impl.UniversalManagerImpl
-
- unmarshall(QueryResponse) - Static method in class com.gisgraphy.fulltext.SolrUnmarshaller
-
- Untar - Class in com.gisgraphy.helper
-
Utility class to untar files, files can be zipped in multi format (extension
tar, tar.gzip,tar.gz, tar.bz2, tar.bzip2 are supported).
- Untar(String, File) - Constructor for class com.gisgraphy.helper.Untar
-
- untar() - Method in class com.gisgraphy.helper.Untar
-
process the untar operation
- unzipFile(File) - Static method in class com.gisgraphy.importer.ImporterHelper
-
unzip a file in the same directory as the zipped file
- updateFields(GisFeatureDistance, Class) - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistanceFactory
-
update the calculated fields (GoogleMapUrl,YahooMapURL,CountryFlag,...)
- updateOpenStreetMapEntityForIndexation(OpenStreetMap) - Static method in class com.gisgraphy.helper.StringHelper
-
- updateTS_vectorColumnForStreetNameSearch() - Method in interface com.gisgraphy.domain.repository.IOpenStreetMapDao
-
Update the ts_vector column for the street name search
(partial search and fulltext search)
- updateTS_vectorColumnForStreetNameSearch() - Method in class com.gisgraphy.domain.repository.OpenStreetMapDao
-
- updateTS_vectorColumnForStreetNameSearchPaginate(long, long) - Method in interface com.gisgraphy.domain.repository.IOpenStreetMapDao
-
Update the ts_vector column for the street name search from the gid that are >= from and < to
- updateTS_vectorColumnForStreetNameSearchPaginate(long, long) - Method in class com.gisgraphy.domain.repository.OpenStreetMapDao
-
- upload() - Method in class com.gisgraphy.webapp.action.FileUploadAction
-
Upload the file
- User - Class in com.gisgraphy.model
-
This class represents the basic "user" object in AppFuse that allows for
authentication and user management.
- User() - Constructor for class com.gisgraphy.model.User
-
Default constructor - creates a new instance with no values set.
- User(String) - Constructor for class com.gisgraphy.model.User
-
Create a new instance and set the username.
- USER_HOME - Static variable in class com.gisgraphy.Constants
-
User home from System properties
- USER_KEY - Static variable in class com.gisgraphy.Constants
-
The request scope attribute under which an editable user form is stored
- USER_LIST - Static variable in class com.gisgraphy.Constants
-
The request scope attribute that holds the user list
- USER_ROLE - Static variable in class com.gisgraphy.Constants
-
The name of the User role, as specified in web.xml
- USER_ROLES - Static variable in class com.gisgraphy.Constants
-
The name of the user's role list, a request-scoped attribute when
adding/editing a user.
- UserAction - Class in com.gisgraphy.webapp.action
-
Action for facilitating User Management feature.
- UserAction() - Constructor for class com.gisgraphy.webapp.action.UserAction
-
- UserCounterListener - Class in com.gisgraphy.webapp.listener
-
UserCounterListener class used to count the current number of active users
for the applications.
- UserCounterListener() - Constructor for class com.gisgraphy.webapp.listener.UserCounterListener
-
- UserDao - Interface in com.gisgraphy.dao
-
User Data Access Object (GenericDao) interface.
- UserDaoHibernate - Class in com.gisgraphy.dao.hibernate
-
This class interacts with Spring's HibernateTemplate to save/delete and
retrieve User objects.
- UserDaoHibernate() - Constructor for class com.gisgraphy.dao.hibernate.UserDaoHibernate
-
Constructor that sets the entity to User.class.
- UserExistsException - Exception in com.gisgraphy.service
-
An exception that is thrown by classes wanting to trap unique constraint
violations.
- UserExistsException(String) - Constructor for exception com.gisgraphy.service.UserExistsException
-
Constructor for UserExistsException.
- UserManager - Interface in com.gisgraphy.service
-
Business Service Interface to handle communication between web and
persistence layer.
- userManager - Variable in class com.gisgraphy.webapp.action.BaseAction
-
The UserManager
- UserManagerImpl - Class in com.gisgraphy.service.impl
-
Implementation of UserManager interface.
- UserManagerImpl() - Constructor for class com.gisgraphy.service.impl.UserManagerImpl
-
- UserRoleAuthorizationInterceptor - Class in com.gisgraphy.webapp.interceptor
-
Security interceptor checks to see if users are in the specified roles before
proceeding.
- UserRoleAuthorizationInterceptor() - Constructor for class com.gisgraphy.webapp.interceptor.UserRoleAuthorizationInterceptor
-
- USERS_KEY - Static variable in class com.gisgraphy.webapp.listener.UserCounterListener
-
Name of users Set in the ServletContext
- UserSecurityAdvice - Class in com.gisgraphy.service
-
This advice is responsible for enforcing security and only allowing
administrators to modify users.
- UserSecurityAdvice() - Constructor for class com.gisgraphy.service.UserSecurityAdvice
-
- UserService - Interface in com.gisgraphy.service
-
Web Service interface so hierarchy of Universal and Generic Managers isn't
carried through.