A B C D E F G H I J L M N O P Q R S T U V W Y Z

A

AbstractGeonamesProcessor - Class in com.gisgraphy.domain.geoloc.importer
Base class for all geonames processor. it provides session management and the ability to process one or more CSV file
AbstractGeonamesProcessor() - Constructor for class com.gisgraphy.domain.geoloc.importer.AbstractGeonamesProcessor
Default constructor
AbstractGisQuery - Class in com.gisgraphy.domain.geoloc.service
An abstract query for all GisQuery. define Output, Pagination, and a placetype
AbstractGisQuery(Pagination, Output) - Constructor for class com.gisgraphy.domain.geoloc.service.AbstractGisQuery
 
AbstractGisQuery() - Constructor for class com.gisgraphy.domain.geoloc.service.AbstractGisQuery
Constructor with default Pagination, Output, and placetype
accept(IoutputFormatVisitor) - Method in enum com.gisgraphy.domain.valueobject.Output.OutputFormat
Method to implement the visitor pattern
ACCESS_DENIED - Static variable in class com.gisgraphy.service.UserSecurityAdvice
Default "Access Denied" error message (not i18n-ized).
addAlternateName(AlternateName) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
Do a double set : add the AlternateName 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 !)
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 !)
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
 
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
Adds a spoken language to the country.
addSpokenLanguages(List<Language>) - Method in class com.gisgraphy.domain.geoloc.entity.Country
 
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 featureCode will be set according to the Level (ex : ADM + level)
Adm(Integer) - Constructor for class com.gisgraphy.domain.geoloc.entity.Adm
Constructor that create an Adm for the specified level
note the featureClass will be set to 'A' and The featureCode will be set according to the Level (ex : ADM + level)
Adm() - Constructor for class com.gisgraphy.domain.geoloc.entity.Adm
Default constructor (Needed by CGLib)
AdmDao - Class in com.gisgraphy.domain.repository
A data access object for Adm
AdmDao() - Constructor for class com.gisgraphy.domain.repository.AdmDao
 
AdmExtracter - Class in com.gisgraphy.domain.geoloc.importer
Extract 4 files in CSV format in order to import Adm.
AdmExtracter() - Constructor for class com.gisgraphy.domain.geoloc.importer.AdmExtracter
Default Constructor
AdmExtracterStrategyOptions - Enum in com.gisgraphy.domain.geoloc.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
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
Represents a Airport.
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.domain.geoloc.importer.ImporterHelper
the all country dump file name
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
A data access object for AlternateName
AlternateNameDao() - Constructor for class com.gisgraphy.domain.repository.AlternateNameDao
Default constructor
AlternateNameSource - Enum in com.gisgraphy.domain.valueobject
Represents a possible source for AlternateName It tells from which files / gazetteers it has been imported
AmusePark - Class in com.gisgraphy.domain.geoloc.entity
Represents a AmusePark.
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
A data access object for AmusePark Object
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_STRING - Static variable in class com.gisgraphy.domain.valueobject.Constants
A String of the ApplicationContext names
APPLICATION_CONTEXT_NAMES_STRING_FOR_TESTS - Static variable in class com.gisgraphy.domain.valueobject.Constants
A String of the ApplicationContext names used for tests
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
Represents a Aqueduc.
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
ATM - Class in com.gisgraphy.domain.geoloc.entity
Represents a ATM.
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
ATOM_VERSION - Static variable in enum com.gisgraphy.domain.valueobject.Output.OutputFormat
 
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.

B

Bank - Class in com.gisgraphy.domain.geoloc.entity
Represents a Bank.
Bank(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Bank
Constructor that populate the Bank with the gisFeature fields
Bank() - Constructor for class com.gisgraphy.domain.geoloc.entity.Bank
Needed by CGLib
BankDao - Class in com.gisgraphy.domain.repository
A data access object for Bank Object
BankDao() - Constructor for class com.gisgraphy.domain.repository.BankDao
Default constructor
Bar - Class in com.gisgraphy.domain.geoloc.entity
Represents a Bar.
Bar(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Bar
Constructor that populate the Bar with the gisFeature fields
Bar() - Constructor for class com.gisgraphy.domain.geoloc.entity.Bar
Needed by CGLib
BarDao - Class in com.gisgraphy.domain.repository
A data access object for Bar Object
BarDao() - Constructor for class com.gisgraphy.domain.repository.BarDao
Default constructor
BaseAction - Class in com.gisgraphy.webapp.action
Implementation of ActionSupport that contains convenience methods for subclasses.
BaseAction() - Constructor for class com.gisgraphy.webapp.action.BaseAction
 
BaseManagerMockTestCase - Class in com.gisgraphy.service.impl
 
BaseManagerMockTestCase() - Constructor for class com.gisgraphy.service.impl.BaseManagerMockTestCase
 
BaseObject - Class in com.gisgraphy.model
Base class for Model objects.
BaseObject() - Constructor for class com.gisgraphy.model.BaseObject
 
Bay - Class in com.gisgraphy.domain.geoloc.entity
Represents a Bay.
Bay(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Bay
Constructor that populate the Bay with the gisFeature fields
Bay() - Constructor for class com.gisgraphy.domain.geoloc.entity.Bay
Needed by CGLib
BayDao - Class in com.gisgraphy.domain.repository
A data access object for Bay Object
BayDao() - Constructor for class com.gisgraphy.domain.repository.BayDao
Default constructor
Beach - Class in com.gisgraphy.domain.geoloc.entity
Represents a Beach.
Beach(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Beach
Constructor that populate the Beach with the gisFeature fields
Beach() - Constructor for class com.gisgraphy.domain.geoloc.entity.Beach
Needed by CGLib
BeachDao - Class in com.gisgraphy.domain.repository
A data access object for Beach Object
BeachDao() - Constructor for class com.gisgraphy.domain.repository.BeachDao
Default constructor
beanFieldList(Class<?>, String[]) - Static method in class com.gisgraphy.hibernate.projection.ProjectionBean
 
before(Method, Object[], Object) - Method in class com.gisgraphy.service.UserSecurityAdvice
Method to enforce security and only allow administrators to modify users.
bindToUrl(String) - Method in interface com.gisgraphy.domain.geoloc.service.fulltextsearch.IsolrClient
 
bindToUrl(String) - Method in class com.gisgraphy.domain.geoloc.service.fulltextsearch.SolrClient
 
Bridge - Class in com.gisgraphy.domain.geoloc.entity
Represents a Bridge.
Bridge(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Bridge
Constructor that populate the Bridge with the gisFeature fields
Bridge() - Constructor for class com.gisgraphy.domain.geoloc.entity.Bridge
Needed by CGLib
BridgeDao - Class in com.gisgraphy.domain.repository
A data access object for Bridge Object
BridgeDao() - Constructor for class com.gisgraphy.domain.repository.BridgeDao
Default constructor
build() - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance.GisFeatureDistanceBuilder
 
buildCountryList(Locale) - Method in class com.gisgraphy.webapp.taglib.CountryTag
Build a List of LabelValues for all the available countries.
Building - Class in com.gisgraphy.domain.geoloc.entity
Represents a Building.
Building(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Building
Constructor that populate the Building with the gisFeature fields
Building() - Constructor for class com.gisgraphy.domain.geoloc.entity.Building
Needed by CGLib
BuildingDao - Class in com.gisgraphy.domain.repository
A data access object for Building Object
BuildingDao() - Constructor for class com.gisgraphy.domain.repository.BuildingDao
Default constructor
BUNDLE_ERROR_KEY - Static variable in class com.gisgraphy.domain.valueobject.Constants
The name of the ResourceBundle used in this application for errors
BUNDLE_KEY - Static variable in class com.gisgraphy.domain.valueobject.Constants
The name of the ResourceBundle used in this application
BusStation - Class in com.gisgraphy.domain.geoloc.entity
Represents a BusStation.
BusStation(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.BusStation
Constructor that populate the BusStation with the gisFeature fields
BusStation() - Constructor for class com.gisgraphy.domain.geoloc.entity.BusStation
Needed by CGLib
BusStationDao - Class in com.gisgraphy.domain.repository
A data access object for BusStation Object
BusStationDao() - Constructor for class com.gisgraphy.domain.repository.BusStationDao
Default constructor

C

Camp - Class in com.gisgraphy.domain.geoloc.entity
Represents a Camp.
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
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
Represents a Canyon.
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
Represents a Casino.
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
Represents a Castle.
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
Cemetery - Class in com.gisgraphy.domain.geoloc.entity
Represents a Cemetery.
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
checkNumberOfColumn(String[]) - Method in class com.gisgraphy.domain.geoloc.importer.AbstractGeonamesProcessor
Utility method which throw an exception if the number of fields is not the one expected (retrieved by AbstractGeonamesProcessor.getNumberOfColumns())
Cirque - Class in com.gisgraphy.domain.geoloc.entity
Represents a Cirque.
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)
CityDao - Class in com.gisgraphy.domain.repository
A data access object for City
CityDao() - Constructor for class com.gisgraphy.domain.repository.CityDao
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
Constructor that populate the CitySubdivision with the gisFeature fields
CitySubdivision() - Constructor for class com.gisgraphy.domain.geoloc.entity.CitySubdivision
Default constructor (Needed by CGLib)
CitySubdivisionDao - Class in com.gisgraphy.domain.repository
A data access object for CitySubdivision Object
CitySubdivisionDao() - Constructor for class com.gisgraphy.domain.repository.CitySubdivisionDao
Default constructor
clearCache() - Static method in class com.gisgraphy.helper.IntrospectionHelper
clear the cache of introspected class
Cliff - Class in com.gisgraphy.domain.geoloc.entity
Represents a Cliff.
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
Represents a Coast.
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.geoloc.importer - package com.gisgraphy.domain.geoloc.importer
 
com.gisgraphy.domain.geoloc.service - package com.gisgraphy.domain.geoloc.service
 
com.gisgraphy.domain.geoloc.service.errors - package com.gisgraphy.domain.geoloc.service.errors
 
com.gisgraphy.domain.geoloc.service.fulltextsearch - package com.gisgraphy.domain.geoloc.service.fulltextsearch
 
com.gisgraphy.domain.geoloc.service.geoloc - package com.gisgraphy.domain.geoloc.service.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.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.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.model - package com.gisgraphy.model
 
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.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.domain.geoloc.importer.AbstractGeonamesProcessor
Lines starting with this prefix are considered as comments
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
 
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(LabelValue) - Method in class com.gisgraphy.model.LabelValue
Compare LabelValueBeans based on the label, because that's the human viewable part of the object.
compileRegex(String) - Static method in class com.gisgraphy.domain.geoloc.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
set the ResetImportAction.RESET_IMPORT_CONFIRM in session to true
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.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
 
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
Represents a Continent.
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
A data access object for Continent Object
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.util.ConvertUtil
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.domain.geoloc.importer.ImporterHelper
 
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
 
countLines() - Method in class com.gisgraphy.domain.geoloc.importer.AbstractGeonamesProcessor
 
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 iso3166Alpha2Code, iso3166Alpha3Code, and iso3166NumericCode
COUNTRY_FILE_ACCEPT_REGEX_STRING - Static variable in class com.gisgraphy.domain.geoloc.importer.ImporterHelper
The regexp that every country file dump matches
COUNTRY_FLAG_BASE_URL - Static variable in class com.gisgraphy.helper.URLUtils
A constant to construct country flag URL
COUNTRY_PARAMETER - Static variable in class com.gisgraphy.servlet.FulltextServlet
 
countryDao - Variable in class com.gisgraphy.domain.geoloc.entity.GisFeature
 
CountryDao - Class in com.gisgraphy.domain.repository
A data access object for Country
CountryDao() - Constructor for class com.gisgraphy.domain.repository.CountryDao
Default Constructor
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
Represents a CourtHouse.
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
A data access object for CourtHouse Object
CourtHouseDao() - Constructor for class com.gisgraphy.domain.repository.CourtHouseDao
Default constructor
createCountryFlagUrl(String) - Static method in class com.gisgraphy.helper.URLUtils
 
createGoogleMapUrl(Point, String) - Static method in class com.gisgraphy.helper.URLUtils
 
createPoint(Float, Float) - Static method in class com.gisgraphy.helper.GeolocHelper
Create a JTS point from the specified longitude and latitude for the SRID (aka : Spatial Reference IDentifier) 4326 (WGS84)
createYahooMapUrl(Point) - Static method in class com.gisgraphy.helper.URLUtils
 
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
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.domain.geoloc.importer.AbstractGeonamesProcessor
The current processed file
CustomsPost - Class in com.gisgraphy.domain.geoloc.entity
Represents a CustomsPost.
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
A data access object for CustomsPost Object
CustomsPostDao() - Constructor for class com.gisgraphy.domain.repository.CustomsPostDao
Default constructor

D

Dam - Class in com.gisgraphy.domain.geoloc.entity
Represents a Dam.
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
 
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
decodeString(String) - Static method in class com.gisgraphy.util.StringUtil
Decode a string using Base64 encoding.
DEFAULT_ACCEPT_REGEX - Static variable in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
The default regexp if no one is specified in the env.properties file
DEFAULT_ACCEPT_REGEX_CITY - Static variable in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
The regexp to use to import all the city
DEFAULT_ACCEPT_REGEX_OPTION - Static variable in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
The regexp to use to import all the feature class / code
DEFAULT_ADM1_EXTRACTER_STRATEGY_OPTION - Variable in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
Default option if the Adm1 file has already been processed
DEFAULT_ADM2_EXTRACTER_STRATEGY_OPTION - Variable in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
Default option if the adm2 file has already been processed
DEFAULT_ADM3_EXTRACTER_STRATEGY_OPTION - Variable in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
Default option if the Adm3 file has already been processed
DEFAULT_ADM4_EXTRACTER_STRATEGY_OPTION - Variable in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
Default option if the adm4 file has already been processed
DEFAULT_COUNTRY_FLAG_URL - Static variable in class com.gisgraphy.helper.URLUtils
The default country flag URL
DEFAULT_CURRENT_FILE - Static variable in class com.gisgraphy.domain.valueobject.ImporterStatusDto
the default value of the currentFile if it is null
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.domain.geoloc.importer.ImporterConfig
The default feature class if no one is specified
DEFAULT_FEATURE_CODE - Static variable in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
The default feature code if no one is specified
DEFAULT_FROM - Static variable in class com.gisgraphy.domain.valueobject.Pagination
the default 'from' parameters if the one specified is missing or incorrect
DEFAULT_GOOGLE_MAP_BASE_URL - Static variable in class com.gisgraphy.helper.URLUtils
The default Google map URL
DEFAULT_LANGUAGE_CODE - Static variable in class com.gisgraphy.domain.valueobject.Output
The Default Output.languageCode
DEFAULT_MAX_INSERT_BEFORE_FLUSH - Static variable in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
Default value for ImporterConfig.maxInsertsBeforeFlush
DEFAULT_MAX_RESULTS - Static variable in class com.gisgraphy.domain.valueobject.Pagination
If the 'to' parameter is not specified or incorrect, it will be set to a value to have Pagination.DEFAULT_MAX_RESULTS results this value is NOT the default to parameters, we prefer to use a startegy to fix number of results instead of the from
DEFAULT_MAX_RESULTS - Static variable in class com.gisgraphy.servlet.FulltextServlet
 
DEFAULT_MAX_RESULTS - Static variable in class com.gisgraphy.servlet.GeolocServlet
 
DEFAULT_NUMBER_OF_RESULTS_PER_PAGE - Static variable in class com.gisgraphy.webapp.action.SearchAction
 
DEFAULT_OUTPUT - Static variable in class com.gisgraphy.domain.valueobject.Output
Output with default values
DEFAULT_OUTPUT_FORMAT - Static variable in class com.gisgraphy.domain.valueobject.Output
The default output format
DEFAULT_OUTPUT_STYLE - Static variable in class com.gisgraphy.domain.valueobject.Output
The Default Output style
DEFAULT_PAGINATION - Static variable in class com.gisgraphy.domain.valueobject.Pagination
Default Pagination
DEFAULT_RADIUS - Static variable in class com.gisgraphy.domain.geoloc.service.geoloc.GeolocQuery
Default radius in meters
DEFAULT_TRANSLATION - Static variable in enum com.gisgraphy.domain.valueobject.FeatureCode
The default Translation.
DEFAULT_YAHOO_MAP_BASE_URL - Static variable in class com.gisgraphy.helper.URLUtils
The default Yahoo map URL
defaultGeolocSearchPlaceTypeClass - Static variable in class com.gisgraphy.domain.valueobject.GisgraphyConfig
 
delete() - Method in interface com.gisgraphy.domain.repository.IImporterStatusListDao
Delete the saved list of ImporterStatusDto
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.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
Desert - Class in com.gisgraphy.domain.geoloc.entity
Represents a Desert.
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.
DidYouMeanIndexer - Class in com.gisgraphy.domain.geoloc.service.fulltextsearch
 
DidYouMeanIndexer() - Constructor for class com.gisgraphy.domain.geoloc.service.fulltextsearch.DidYouMeanIndexer
 
DisplayFeatureAction - Class in com.gisgraphy.webapp.action
DisplayFeature Action
DisplayFeatureAction() - Constructor for class com.gisgraphy.webapp.action.DisplayFeatureAction
 
distance(Point) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
Calculate the distance from the current GisFeature to the specified point.
distance(Point, Point) - Static method in class com.gisgraphy.helper.GeolocHelper
Calculate the distance between the specified point.
distance_sphere(Point) - Static method in class com.gisgraphy.hibernate.projection.SpatialProjection
projection to get the distance_sphere of a point
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
 
doDefault() - Method in class com.gisgraphy.webapp.action.SignupAction
Returns "input"
doDelete(HttpServletRequest, HttpServletResponse) - Method in class com.gisgraphy.servlet.FulltextServlet
 
doDelete(HttpServletRequest, HttpServletResponse) - Method in class com.gisgraphy.servlet.GeolocServlet
 
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
 
doHead(HttpServletRequest, HttpServletResponse) - Method in class com.gisgraphy.servlet.FulltextServlet
 
doHead(HttpServletRequest, HttpServletResponse) - Method in class com.gisgraphy.servlet.GeolocServlet
 
doImport() - Method in class com.gisgraphy.webapp.action.ImportAction
Run import if not in progress or already done, otherwise return Wait view
doOptions(HttpServletRequest, HttpServletResponse) - Method in class com.gisgraphy.servlet.FulltextServlet
 
doOptions(HttpServletRequest, HttpServletResponse) - Method in class com.gisgraphy.servlet.GeolocServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.gisgraphy.servlet.FulltextServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.gisgraphy.servlet.GeolocServlet
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class com.gisgraphy.servlet.FulltextServlet
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class com.gisgraphy.servlet.GeolocServlet
 
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.
doTrace(HttpServletRequest, HttpServletResponse) - Method in class com.gisgraphy.servlet.FulltextServlet
 
doTrace(HttpServletRequest, HttpServletResponse) - Method in class com.gisgraphy.servlet.GeolocServlet
 
doWait() - Method in class com.gisgraphy.webapp.action.ImportAction
 
download(String, String) - Static method in class com.gisgraphy.domain.geoloc.importer.ImporterHelper
 
dumpFields(String[]) - Static method in class com.gisgraphy.domain.geoloc.importer.AbstractGeonamesProcessor
 
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

E

ECHOPARAMS_PARAMETER - Static variable in class com.gisgraphy.domain.valueobject.Constants
The echoparam parameter (if the query parameters should be print in the response)
edit() - Method in class com.gisgraphy.webapp.action.UserAction
Grab the user from the database based on the "id" passed in.
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.
EncodingHelper - Class in com.gisgraphy.helper
Encoding helper
EncodingHelper() - Constructor for class com.gisgraphy.helper.EncodingHelper
 
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
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.City
 
equals(Object) - Method in class com.gisgraphy.domain.geoloc.entity.CitySubdivision
 
equals(Object) - Method in class com.gisgraphy.domain.geoloc.entity.Country
 
equals(Object) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
 
equals(Object) - Method in class com.gisgraphy.domain.valueobject.Pagination
 
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.
ERROR - Static variable in class com.gisgraphy.webapp.action.DisplayFeatureAction
 
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_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 features were found for the specified featureId
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
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.domain.geoloc.importer.ImporterHelper
The readme filename (it must not be processed)
execute() - Method in class com.gisgraphy.webapp.action.DisplayFeatureAction
 
execute() - Method in class com.gisgraphy.webapp.action.FileUploadAction
Default method - returns "input"
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.domain.geoloc.service.fulltextsearch.FullTextSearchEngine
 
executeAndSerialize(GeolocQuery, OutputStream) - Method in class com.gisgraphy.domain.geoloc.service.geoloc.GeolocSearchEngine
 
executeAndSerialize(T, OutputStream) - Method in interface com.gisgraphy.domain.geoloc.service.IQueryProcessor
Execute the query and serialize the results in an OutputStream.
executeQuery(FulltextQuery) - Method in class com.gisgraphy.domain.geoloc.service.fulltextsearch.FullTextSearchEngine
 
executeQuery(FulltextQuery) - Method in interface com.gisgraphy.domain.geoloc.service.fulltextsearch.IFullTextSearchEngine
Execute the query and returns a list of DTO
executeQuery(GeolocQuery) - Method in class com.gisgraphy.domain.geoloc.service.geoloc.GeolocSearchEngine
 
executeQuery(GeolocQuery) - Method in interface com.gisgraphy.domain.geoloc.service.geoloc.IGeolocSearchEngine
Execute the query and returns a GeolocResultsDto
executeQueryToDatabaseObjects(FulltextQuery) - Method in class com.gisgraphy.domain.geoloc.service.fulltextsearch.FullTextSearchEngine
 
executeQueryToDatabaseObjects(FulltextQuery) - Method in interface com.gisgraphy.domain.geoloc.service.fulltextsearch.IFullTextSearchEngine
Execute the query and returns the Java Objects
executeQueryToString(FulltextQuery) - Method in class com.gisgraphy.domain.geoloc.service.fulltextsearch.FullTextSearchEngine
 
executeQueryToString(GeolocQuery) - Method in class com.gisgraphy.domain.geoloc.service.geoloc.GeolocSearchEngine
 
executeQueryToString(T) - Method in interface com.gisgraphy.domain.geoloc.service.IQueryProcessor
Execute the query and returns the results as String.
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.

F

Factory - Class in com.gisgraphy.domain.geoloc.entity
Represents a Factory.
Factory(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Factory
Constructor that populate the Factory with the gisFeature fields
Factory() - Constructor for class com.gisgraphy.domain.geoloc.entity.Factory
Needed by CGLib
FactoryDao - Class in com.gisgraphy.domain.repository
A data access object for Factory Object
FactoryDao() - Constructor for class com.gisgraphy.domain.repository.FactoryDao
Default constructor
Falls - Class in com.gisgraphy.domain.geoloc.entity
Represents a Falls.
Falls(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Falls
Constructor that populate the Falls with the gisFeature fields
Falls() - Constructor for class com.gisgraphy.domain.geoloc.entity.Falls
Needed by CGLib
FallsDao - Class in com.gisgraphy.domain.repository
A data access object for Falls Object
FallsDao() - Constructor for class com.gisgraphy.domain.repository.FallsDao
Default constructor
Farm - Class in com.gisgraphy.domain.geoloc.entity
Represents a Farm.
Farm(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Farm
Constructor that populate the Farm with the gisFeature fields
Farm() - Constructor for class com.gisgraphy.domain.geoloc.entity.Farm
Needed by CGLib
FarmDao - Class in com.gisgraphy.domain.repository
A data access object for Farm Object
FarmDao() - Constructor for class com.gisgraphy.domain.repository.FarmDao
Default constructor
FeatureClassCodeHelper - Enum in com.gisgraphy.helper
Provides some useful methods
FeatureCode - Enum in com.gisgraphy.domain.valueobject
List of all feature codes with their feature class with a localized description and an associated java Object.
FEATURECODE_BUNDLE_KEY - Static variable in class com.gisgraphy.domain.valueobject.Constants
The name of the ResourceBundle for Feature class / code used in this application
FEED_DESCRIPTION - Static variable in class com.gisgraphy.domain.valueobject.Constants
The default Description for the RSS/ATOM
FEED_LINK - Static variable in class com.gisgraphy.domain.valueobject.Constants
The default Link for the RSS/ATOM
FEED_TITLE - Static variable in class com.gisgraphy.domain.valueobject.Constants
The default title for the RSS/ATOM
Field - Class in com.gisgraphy.domain.geoloc.entity
Represents a Field.
Field(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Field
Constructor that populate the Field with the gisFeature fields
Field() - Constructor for class com.gisgraphy.domain.geoloc.entity.Field
Needed by CGLib
FieldDao - Class in com.gisgraphy.domain.repository
A data access object for Field Object
FieldDao() - Constructor for class com.gisgraphy.domain.repository.FieldDao
Default constructor
fieldList(List<String>) - Static method in class com.gisgraphy.hibernate.projection.ProjectionBean
 
FILE_SEP - Static variable in class com.gisgraphy.Constants
File separator from System properties
FileUploadAction - Class in com.gisgraphy.webapp.action
Sample action that shows how to do file upload with Struts 2.
FileUploadAction() - Constructor for class com.gisgraphy.webapp.action.FileUploadAction
 
FishingArea - Class in com.gisgraphy.domain.geoloc.entity
Represents a FishingArea.
FishingArea(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.FishingArea
Constructor that populate the FishingArea with the gisFeature fields
FishingArea() - Constructor for class com.gisgraphy.domain.geoloc.entity.FishingArea
Needed by CGLib
FishingAreaDao - Class in com.gisgraphy.domain.repository
A data access object for FishingArea Object
FishingAreaDao() - Constructor for class com.gisgraphy.domain.repository.FishingAreaDao
Default constructor
Fjord - Class in com.gisgraphy.domain.geoloc.entity
Represents a Fjord.
Fjord(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Fjord
Constructor that populate the Fjord with the gisFeature fields
Fjord() - Constructor for class com.gisgraphy.domain.geoloc.entity.Fjord
Needed by CGLib
FjordDao - Class in com.gisgraphy.domain.repository
A data access object for Fjord Object
FjordDao() - Constructor for class com.gisgraphy.domain.repository.FjordDao
Default constructor
FL_PARAMETER - Static variable in class com.gisgraphy.domain.valueobject.Constants
The field list to return
flush(StatsUsageType) - Method in class com.gisgraphy.service.impl.StatsUsageServiceImpl
 
flush(StatsUsageType) - Method in interface com.gisgraphy.service.IStatsUsageService
 
FLUSH_THRESHOLD - Static variable in interface com.gisgraphy.service.IStatsUsageService
The satsUsage will be flush into the database every ...
flushAndClear() - Method in class com.gisgraphy.domain.geoloc.importer.AbstractGeonamesProcessor
Should flush and clear all the Daos that are used by the processor.
flushAndClear() - Method in class com.gisgraphy.domain.geoloc.importer.AdmExtracter
 
flushAndClear() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm1Importer
 
flushAndClear() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm2Importer
 
flushAndClear() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm3Importer
 
flushAndClear() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm4Importer
 
flushAndClear() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAlternateNamesImporter
 
flushAndClear() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesCountryImporter
 
flushAndClear() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesFeatureImporter
 
flushAndClear() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesLanguageImporter
 
flushAndClear() - Method in class com.gisgraphy.domain.repository.GenericDao
 
flushAndClear() - Method in interface com.gisgraphy.domain.repository.IDao
Flush all Memory Objects to the database, and clear the L1 cache, of the current thread-bound Hibernate Session.
Forest - Class in com.gisgraphy.domain.geoloc.entity
Represents a Forest.
Forest(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Forest
Constructor that populate the Forest with the gisFeature fields
Forest() - Constructor for class com.gisgraphy.domain.geoloc.entity.Forest
Needed by CGLib
ForestDao - Class in com.gisgraphy.domain.repository
A data access object for Forest Object
ForestDao() - Constructor for class com.gisgraphy.domain.repository.ForestDao
Default constructor
FORMAT_PARAMETER - Static variable in class com.gisgraphy.servlet.FulltextServlet
 
FORMAT_PARAMETER - Static variable in class com.gisgraphy.servlet.GeolocServlet
 
formatSeconds(long) - Static method in class com.gisgraphy.domain.geoloc.importer.ImporterHelper
 
from(int) - Method in interface com.gisgraphy.domain.valueobject.Pagination.FromSpecification
 
from(int) - Method in class com.gisgraphy.domain.valueobject.Pagination.PaginationBuilder
 
from - Variable in class com.gisgraphy.webapp.action.BaseAction
Indicator for the page the user came from.
FROM_PARAMETER - Static variable in class com.gisgraphy.servlet.FulltextServlet
 
FROM_PARAMETER - Static variable in class com.gisgraphy.servlet.GeolocServlet
 
FulltextErrorVisitor - Class in com.gisgraphy.domain.geoloc.service.fulltextsearch
Visitor (visitor pattern) to return error message according to the format for the fulltext service
FulltextErrorVisitor() - Constructor for class com.gisgraphy.domain.geoloc.service.fulltextsearch.FulltextErrorVisitor
 
FulltextErrorVisitor(String) - Constructor for class com.gisgraphy.domain.geoloc.service.fulltextsearch.FulltextErrorVisitor
 
FullTextFields - Enum in com.gisgraphy.domain.geoloc.service.fulltextsearch
All the declared fields in Solr
FulltextQuery - Class in com.gisgraphy.domain.geoloc.service.fulltextsearch
A fulltext Query
FulltextQuery(HttpServletRequest) - Constructor for class com.gisgraphy.domain.geoloc.service.fulltextsearch.FulltextQuery
 
FulltextQuery(String, Pagination, Output, Class<? extends GisFeature>, String) - Constructor for class com.gisgraphy.domain.geoloc.service.fulltextsearch.FulltextQuery
 
FulltextQuery(String) - Constructor for class com.gisgraphy.domain.geoloc.service.fulltextsearch.FulltextQuery
 
FulltextResultsDto - Class in com.gisgraphy.domain.valueobject
DTO (data transfer object) that contains a list of SolrResponseDto and other metaData like the maximum score, The time the query has take
FulltextResultsDto(QueryResponse) - Constructor for class com.gisgraphy.domain.valueobject.FulltextResultsDto
 
FulltextResultsDto() - Constructor for class com.gisgraphy.domain.valueobject.FulltextResultsDto
Default Constructor
FulltextSearchAction - Class in com.gisgraphy.webapp.action
fulltext search Action
FulltextSearchAction() - Constructor for class com.gisgraphy.webapp.action.FulltextSearchAction
 
FullTextSearchEngine - Class in com.gisgraphy.domain.geoloc.service.fulltextsearch
Default (threadsafe) implementation of IFullTextSearchEngine
FullTextSearchEngine(MultiThreadedHttpConnectionManager) - Constructor for class com.gisgraphy.domain.geoloc.service.fulltextsearch.FullTextSearchEngine
 
FullTextSearchException - Exception in com.gisgraphy.domain.geoloc.service.fulltextsearch
Basic Exception for fulltext search
FullTextSearchException() - Constructor for exception com.gisgraphy.domain.geoloc.service.fulltextsearch.FullTextSearchException
Default Constructor
FullTextSearchException(String, Throwable) - Constructor for exception com.gisgraphy.domain.geoloc.service.fulltextsearch.FullTextSearchException
 
FullTextSearchException(String) - Constructor for exception com.gisgraphy.domain.geoloc.service.fulltextsearch.FullTextSearchException
 
FullTextSearchException(Throwable) - Constructor for exception com.gisgraphy.domain.geoloc.service.fulltextsearch.FullTextSearchException
 
FulltextServlet - Class in com.gisgraphy.servlet
Provides a servlet Wrapper around The Gisgraphy fulltext Service
FulltextServlet() - Constructor for class com.gisgraphy.servlet.FulltextServlet
 

G

Garden - Class in com.gisgraphy.domain.geoloc.entity
Represents a Garden.
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
GenericDao<T,PK extends java.io.Serializable> - Interface in com.gisgraphy.dao
Generic DAO (Data Access Object) with common methods to CRUD POJOs.
GenericDao<T,PK extends java.io.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 java.io.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
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
it adds some method to the GenericDao in order to acess GIS objects
GenericGisDao(Class<T>) - Constructor for class com.gisgraphy.domain.repository.GenericGisDao
Constructor
GenericManager<T,PK extends java.io.Serializable> - Interface in com.gisgraphy.service
Generic Manager that talks to GenericDao to CRUD POJOs.
GenericManagerImpl<T,PK extends java.io.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.
GeolocErrorVisitor - Class in com.gisgraphy.domain.geoloc.service.geoloc
Visitor (visitor pattern) to return error message according to the format for the geoloc service
GeolocErrorVisitor() - Constructor for class com.gisgraphy.domain.geoloc.service.geoloc.GeolocErrorVisitor
 
GeolocErrorVisitor(String) - Constructor for class com.gisgraphy.domain.geoloc.service.geoloc.GeolocErrorVisitor
 
GeolocHelper - Class in com.gisgraphy.helper
Provides useful methods for geolocalisation
GeolocHelper() - Constructor for class com.gisgraphy.helper.GeolocHelper
 
GeolocQuery - Class in com.gisgraphy.domain.geoloc.service.geoloc
A GeolocQuery Query
GeolocQuery(HttpServletRequest) - Constructor for class com.gisgraphy.domain.geoloc.service.geoloc.GeolocQuery
 
GeolocQuery(Point, double, Pagination, Output, Class<? extends GisFeature>) - Constructor for class com.gisgraphy.domain.geoloc.service.geoloc.GeolocQuery
 
GeolocQuery(Point, double) - Constructor for class com.gisgraphy.domain.geoloc.service.geoloc.GeolocQuery
Constructor with default Pagination, Output, and placetype (see GisgraphyConfig.defaultGeolocSearchPlaceTypeClass
GeolocQuery(Point) - Constructor for class com.gisgraphy.domain.geoloc.service.geoloc.GeolocQuery
Constructor with default Pagination, Output, radius and placetype
GeolocResultsDto - Class in com.gisgraphy.domain.valueobject
DTO (data transfer object) for a list of GisFeatureDistance The node name is Constants.GEOLOCRESULTSDTO_JAXB_NAME
GeolocResultsDto(List<GisFeatureDistance>, Long) - Constructor for class com.gisgraphy.domain.valueobject.GeolocResultsDto
 
GeolocResultsDto() - Constructor for class com.gisgraphy.domain.valueobject.GeolocResultsDto
Default Constructor
GEOLOCRESULTSDTO_JAXB_NAME - Static variable in class com.gisgraphy.domain.valueobject.Constants
The node name for GeolocResultsDto node in JAXB
GeolocResultsDtoSerializer - Class in com.gisgraphy.domain.geoloc.service.geoloc
serialize @link GeolocResultsDto into several formats
GeolocResultsDtoSerializer() - Constructor for class com.gisgraphy.domain.geoloc.service.geoloc.GeolocResultsDtoSerializer
Default Constructor
GeolocSearchAction - Class in com.gisgraphy.webapp.action
geoloc search Action
GeolocSearchAction() - Constructor for class com.gisgraphy.webapp.action.GeolocSearchAction
 
GeolocSearchEngine - Class in com.gisgraphy.domain.geoloc.service.geoloc
Default (threadsafe) implementation of IGeolocSearchEngine.
GeolocSearchEngine() - Constructor for class com.gisgraphy.domain.geoloc.service.geoloc.GeolocSearchEngine
 
GeolocServiceException - Exception in com.gisgraphy.domain.geoloc.service.geoloc
Basic Exception for geoloc search
GeolocServiceException() - Constructor for exception com.gisgraphy.domain.geoloc.service.geoloc.GeolocServiceException
Default Constructor
GeolocServiceException(String, Throwable) - Constructor for exception com.gisgraphy.domain.geoloc.service.geoloc.GeolocServiceException
 
GeolocServiceException(String) - Constructor for exception com.gisgraphy.domain.geoloc.service.geoloc.GeolocServiceException
 
GeolocServiceException(Throwable) - Constructor for exception com.gisgraphy.domain.geoloc.service.geoloc.GeolocServiceException
 
GeolocServlet - Class in com.gisgraphy.servlet
Provides a servlet Wrapper around The Gisgraphy geoloc Service Map 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
 
GeonamesAdm1Importer - Class in com.gisgraphy.domain.geoloc.importer
Import the Adm of level 1 file.
GeonamesAdm1Importer() - Constructor for class com.gisgraphy.domain.geoloc.importer.GeonamesAdm1Importer
Default constructor
GeonamesAdm2Importer - Class in com.gisgraphy.domain.geoloc.importer
Import the Adm of level 2 file.
GeonamesAdm2Importer() - Constructor for class com.gisgraphy.domain.geoloc.importer.GeonamesAdm2Importer
Default constructor
GeonamesAdm3Importer - Class in com.gisgraphy.domain.geoloc.importer
Import the Adm of level 3 file.
GeonamesAdm3Importer() - Constructor for class com.gisgraphy.domain.geoloc.importer.GeonamesAdm3Importer
Default constructor
GeonamesAdm4Importer - Class in com.gisgraphy.domain.geoloc.importer
Import the Adm of level 4 file.
GeonamesAdm4Importer() - Constructor for class com.gisgraphy.domain.geoloc.importer.GeonamesAdm4Importer
Default constructor
GeonamesAlternateNamesImporter - Class in com.gisgraphy.domain.geoloc.importer
Import the Alternate names.
GeonamesAlternateNamesImporter() - Constructor for class com.gisgraphy.domain.geoloc.importer.GeonamesAlternateNamesImporter
Default constructor
GeonamesCountryImporter - Class in com.gisgraphy.domain.geoloc.importer
Import the Countries.
GeonamesCountryImporter() - Constructor for class com.gisgraphy.domain.geoloc.importer.GeonamesCountryImporter
Default constructor
GeonamesFeatureImporter - Class in com.gisgraphy.domain.geoloc.importer
Import the Features from a Geonames dump file.
GeonamesFeatureImporter() - Constructor for class com.gisgraphy.domain.geoloc.importer.GeonamesFeatureImporter
Default constructor
GeonamesFileRetriever - Class in com.gisgraphy.domain.geoloc.importer
Retrieve The Geonames files from a server
GeonamesFileRetriever() - Constructor for class com.gisgraphy.domain.geoloc.importer.GeonamesFileRetriever
 
GeonamesLanguageImporter - Class in com.gisgraphy.domain.geoloc.importer
Import the languages.
GeonamesLanguageImporter() - Constructor for class com.gisgraphy.domain.geoloc.importer.GeonamesLanguageImporter
Default constructor
GeonamesProcessorException - Exception in com.gisgraphy.domain.geoloc.importer
Basic Exception for Importers
GeonamesProcessorException() - Constructor for exception com.gisgraphy.domain.geoloc.importer.GeonamesProcessorException
Default constructor
GeonamesProcessorException(String) - Constructor for exception com.gisgraphy.domain.geoloc.importer.GeonamesProcessorException
 
GeonamesProcessorException(Throwable) - Constructor for exception com.gisgraphy.domain.geoloc.importer.GeonamesProcessorException
 
GeonamesProcessorException(String, Throwable) - Constructor for exception com.gisgraphy.domain.geoloc.importer.GeonamesProcessorException
 
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(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.domain.geoloc.importer.ImporterConfig
 
getAddress() - Method in class com.gisgraphy.model.Address
 
getAddress() - Method in class com.gisgraphy.model.User
 
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.
getAdm1(String, String) - Method in class com.gisgraphy.domain.repository.AdmDao
 
getAdm1(String, String) - Method in interface com.gisgraphy.domain.repository.IAdmDao
 
getAdm1_code() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
getAdm1_name() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
getAdm1_names_alternate() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
getAdm1_names_alternate_localized() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
getAdm1Code() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
Returns the Adm1Code for this feature.
getAdm1Code() - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance
 
getAdm1ExtracterStrategyIfAlreadyExists() - Method in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
 
getAdm1FileName() - Method in class com.gisgraphy.domain.geoloc.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.
getAdm1Name() - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance
 
getAdm2(String, String, String) - Method in class com.gisgraphy.domain.repository.AdmDao
 
getAdm2(String, String, String) - Method in interface com.gisgraphy.domain.repository.IAdmDao
 
getAdm2_code() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
getAdm2_name() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
getAdm2_names_alternate() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
getAdm2_names_alternate_localized() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
getAdm2Code() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
Returns the Adm2Code for this feature.
getAdm2Code() - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance
 
getAdm2ExtracterStrategyIfAlreadyExists() - Method in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
 
getAdm2FileName() - Method in class com.gisgraphy.domain.geoloc.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.
getAdm2Name() - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance
 
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
 
getAdm3_code() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
getAdm3_name() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
getAdm3Code() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
Returns the Adm3Code for this feature.
getAdm3Code() - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance
 
getAdm3ExtracterStrategyIfAlreadyExists() - Method in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
 
getAdm3FileName() - Method in class com.gisgraphy.domain.geoloc.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.
getAdm3Name() - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance
 
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
 
getAdm4_code() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
getAdm4_name() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
getAdm4Code() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
Returns the Adm4Code for this feature.
getAdm4Code() - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance
 
getAdm4ExtracterStrategyIfAlreadyExists() - Method in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
 
getAdm4FileName() - Method in class com.gisgraphy.domain.geoloc.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.
getAdm4Name() - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance
 
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.domain.geoloc.importer.ImporterConfig
What should we do if the Adm file for the specified level has already been processed It is a wrapper method around ImporterConfig.DEFAULT_ADM3_EXTRACTER_STRATEGY_OPTION and ImporterConfig.DEFAULT_ADM4_EXTRACTER_STRATEGY_OPTION
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
Return The Adm for the specified Code in the same way of IAdmDao.getAdm(String, String, String, String, String) or the first valid parent if no Adm is found with the specified codes.
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
 
getAlternateNameId() - Method in class com.gisgraphy.domain.geoloc.entity.AlternateName
Returns the alternateNameId.
getAlternateNames() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
 
getAlternateNamesFileName() - Method in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
 
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
 
getAsciiName() - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance
 
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
 
getByFeatureId(Long) - Method in class com.gisgraphy.domain.repository.GenericGisDao
 
getByFeatureId(Long) - Method in interface com.gisgraphy.domain.repository.IGisDao
It is not the same as IDao.get(java.io.Serializable) which retrieve an object from his PK.
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
Wrapper method around ICountryDao.getByIso3166Alpha2Code(String) and ICountryDao.getByIso3166Alpha3Code(String).
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
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 the higher Level
getCity() - Method in class com.gisgraphy.model.Address
 
getClassEntityFromString(String) - Static method in class com.gisgraphy.helper.GeolocHelper
Return the class corresponding to the specified String or null if not found.
getClassName() - Method in class com.gisgraphy.webapp.taglib.ConstantsTag
 
getConfiguration() - Method in class com.gisgraphy.webapp.action.BaseAction
Convenience method to get the Configuration HashMap from the servlet context.
getConfirmPassword() - Method in class com.gisgraphy.model.User
 
getContentType() - Method in enum com.gisgraphy.domain.valueobject.Output.OutputFormat
 
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.FulltextSearchAction
 
getCountriesFileName() - Method in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
 
getCountry() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
 
getCountry() - Method in class com.gisgraphy.model.Address
 
getCountry() - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
 
getCountry_code() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
getCountry_flag_url() - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance
 
getCountry_flag_url() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
getCountry_name() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
getCountry_names_alternate() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
getCountry_names_alternate_localized() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
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.service.fulltextsearch.FulltextQuery
 
getCountryCode() - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance
 
getCurrency() - Method in class com.gisgraphy.domain.geoloc.entity.Country
Returns the ISO 4217 Currency from the curencycode.
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.
getCurrentFileName() - Method in class com.gisgraphy.domain.geoloc.importer.AbstractGeonamesProcessor
 
getCurrentFileName() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesFileRetriever
 
getCurrentFileName() - Method in interface com.gisgraphy.domain.geoloc.importer.IGeonamesProcessor
 
getCurrentFileName() - Method in class com.gisgraphy.domain.valueobject.ImporterStatusDto
 
getCurrentLine() - Method in class com.gisgraphy.domain.valueobject.ImporterStatusDto
 
getDao(Class<? extends GisFeature>) - Method in interface com.gisgraphy.domain.repository.IRepositoryStrategy
 
getDao(Class<? extends GisFeature>) - 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
 
getDefault() - Static method in enum com.gisgraphy.domain.valueobject.Output.OutputFormat
 
getDefault() - Static method in enum com.gisgraphy.domain.valueobject.Output.OutputStyle
 
getDefaultForServiceIfNotSupported(Output.OutputFormat, GisgraphyServiceType) - Static method in enum com.gisgraphy.domain.valueobject.Output.OutputFormat
 
getDefaultNumberOfResultsPerPage() - Method in class com.gisgraphy.webapp.action.SearchAction
 
getDeletedObjectsInfo() - Method in class com.gisgraphy.webapp.action.ResetImportAction
 
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.domain.valueobject.GisFeatureDistance
 
getDownloadFilesListFromOption() - Method in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
 
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
 
getElevation() - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance
 
getElevation() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
getEmail() - Method in class com.gisgraphy.model.User
 
getEncoding() - Method in class com.gisgraphy.domain.geoloc.service.fulltextsearch.OutputstreamResponseWrapper
 
getEquivalentFipsCode() - Method in class com.gisgraphy.domain.geoloc.entity.Country
FIXME : This field is not supported yet The equivalent fips Code.
getErrorMessage() - Method in class com.gisgraphy.webapp.action.DisplayFeatureAction
 
getErrorMessage() - Method in class com.gisgraphy.webapp.action.SearchAction
 
getErrorRef() - Method in class com.gisgraphy.webapp.action.DisplayFeatureAction
 
getFailedMessage() - Method in class com.gisgraphy.webapp.action.ResetImportAction
 
getFeature_class() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
getFeature_code() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
getFeature_id() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
getFeatureClass() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
 
getFeatureClass() - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance
 
getFeatureCode() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
 
getFeatureCode() - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance
 
getFeatureId() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
 
getFeatureId() - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance
 
getFieldList(String) - Method in enum com.gisgraphy.domain.valueobject.Output.OutputStyle
 
getFields() - Method in class com.gisgraphy.domain.valueobject.Output
 
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.domain.geoloc.importer.AbstractGeonamesProcessor
 
getFiles() - Method in class com.gisgraphy.domain.geoloc.importer.AdmExtracter
 
getFiles() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm1Importer
 
getFiles() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm2Importer
 
getFiles() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm3Importer
 
getFiles() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm4Importer
 
getFiles() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAlternateNamesImporter
 
getFiles() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesCountryImporter
 
getFiles() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesFeatureImporter
 
getFiles() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesLanguageImporter
 
getFilesToDownload() - Method in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
 
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 This field can be null in some circonstances (when there is an ISO Code and no FIPS code, for instance).Note that these codes are not the same as the ISO 3166 codes used by the U.N. and for Internet top-level country code domains.
getFirstName() - Method in class com.gisgraphy.model.User
 
getFirstPaginationIndex() - Method in class com.gisgraphy.domain.geoloc.service.AbstractGisQuery
 
getFormat() - Method in class com.gisgraphy.domain.valueobject.Output
 
getFormat() - Method in class com.gisgraphy.webapp.action.SearchAction
 
getFormatedTimeElapsed() - Method in interface com.gisgraphy.domain.geoloc.importer.IImporterManager
 
getFormatedTimeElapsed() - Method in class com.gisgraphy.domain.geoloc.importer.ImporterManager
 
getFormats() - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
 
getFormats() - Method in class com.gisgraphy.webapp.action.GeolocSearchAction
 
getFrom() - Method in class com.gisgraphy.domain.valueobject.Pagination
 
getFrom() - Method in class com.gisgraphy.webapp.action.SearchAction
 
getFromString(String) - Static method in enum com.gisgraphy.domain.valueobject.Output.OutputFormat
 
getFromString(String) - Static method in enum com.gisgraphy.domain.valueobject.Output.OutputStyle
 
getFullName() - Method in class com.gisgraphy.model.User
Returns the full name.
getFulltextSearchEngineURL() - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
 
getFully_qualified_name() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
getFullyQualifiedName(boolean) - Method in class com.gisgraphy.domain.geoloc.entity.City
Returns a name of the form : (adm1Name et adm2Name are printed) Paris(Zipcode), Département de Ville-De-Paris, Ile-De-France, (FR)
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)
getGeometryUserType() - Method in class org.hibernatespatial.postgis.PostgisDialectNG
 
getGeonamesDir() - Method in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
 
getGeonamesDownloadURL() - Method in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
 
getGisFeature() - Method in class com.gisgraphy.domain.geoloc.entity.AlternateName
The GisFeature, the AlternateName refers To
getGisFeature() - Method in class com.gisgraphy.domain.geoloc.entity.event.GisFeatureEvent
 
getGisFeature() - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance
 
getGisFeatureFieldsAsArray(Class<? extends GisFeature>) - Static method in class com.gisgraphy.helper.IntrospectionHelper
 
getGisFeatureFieldsAsList(Class<? extends GisFeature>) - Static method in class com.gisgraphy.helper.IntrospectionHelper
 
getGisFeatures() - Method in class com.gisgraphy.domain.geoloc.entity.event.GisFeaturesEvent
 
getGoogle_map_url() - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance
 
getGoogle_map_url() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
getGtopo30() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
 
getGtopo30() - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance
 
getGtopo30() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
getId() - Method in class com.gisgraphy.domain.geoloc.entity.AlternateName
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.Language
 
getId() - Method in class com.gisgraphy.model.Role
 
getId() - Method in class com.gisgraphy.model.User
 
getId() - Method in class com.gisgraphy.stats.StatsUsage
 
getImporterConfig() - Method in interface com.gisgraphy.domain.geoloc.importer.IImporterManager
 
getImporterConfig() - Method in class com.gisgraphy.domain.geoloc.importer.ImporterManager
 
getImporterConfig() - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
 
getImporterManager() - Method in class com.gisgraphy.webapp.action.ImportAction
 
getImporters() - Method in interface com.gisgraphy.domain.geoloc.importer.IImporterManager
 
getImporters() - Method in class com.gisgraphy.domain.geoloc.importer.ImporterManager
 
getImporterStatusDtoList() - Method in class com.gisgraphy.webapp.action.ImportAction
 
getIso3166Alpha2Code() - Method in class com.gisgraphy.domain.geoloc.entity.Country
The ISO 3166 alpha-2 letter code.
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
 
getLanguageCode() - Method in class com.gisgraphy.domain.valueobject.Output
 
getLanguageFileName() - Method in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
 
getLanguages() - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
 
getLastName() - Method in class com.gisgraphy.model.User
 
getLastPaginationIndex() - Method in class com.gisgraphy.domain.geoloc.service.AbstractGisQuery
 
getLat() - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance
 
getLat() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
getLat() - Method in class com.gisgraphy.webapp.action.GeolocSearchAction
 
getLatitude() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
 
getLatitude() - Method in class com.gisgraphy.domain.geoloc.service.geoloc.GeolocQuery
 
getLevel() - Method in class com.gisgraphy.domain.geoloc.entity.Adm
 
getLng() - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance
 
getLng() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
getLng() - Method in class com.gisgraphy.webapp.action.GeolocSearchAction
 
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 for the latitude, longitude.
getLocation() - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance
 
getLongitude() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
 
getLongitude() - Method in class com.gisgraphy.domain.geoloc.service.geoloc.GeolocQuery
 
getMaxInsertsBeforeFlush() - Method in class com.gisgraphy.domain.geoloc.importer.AbstractGeonamesProcessor
 
getMaxInsertsBeforeFlush() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm1Importer
 
getMaxInsertsBeforeFlush() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm2Importer
 
getMaxInsertsBeforeFlush() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm3Importer
 
getMaxInsertsBeforeFlush() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm4Importer
 
getMaxInsertsBeforeFlush() - Method in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
 
getMaxNumberOfResults() - Method in class com.gisgraphy.domain.geoloc.service.AbstractGisQuery
 
getMaxNumberOfResults() - Method in class com.gisgraphy.domain.valueobject.Pagination
 
getMaxScore() - Method in class com.gisgraphy.domain.valueobject.FulltextResultsDto
 
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.GisFeature
 
getName() - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance
 
getName() - Method in class com.gisgraphy.domain.valueobject.NameValueDTO
 
getName() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
getName() - Method in class com.gisgraphy.model.Role
 
getName() - Method in class com.gisgraphy.webapp.action.FileUploadAction
 
getName_alternates() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
getName_alternates_localized() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
getName_ascii() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
getNearestAndDistanceFrom(Point, double) - Method in class com.gisgraphy.domain.repository.GenericGisDao
 
getNearestAndDistanceFrom(Point, double, int, int) - Method in class com.gisgraphy.domain.repository.GenericGisDao
 
getNearestAndDistanceFrom(Point, Long, double, int, int, Class<? extends GisFeature>) - Method in class com.gisgraphy.domain.repository.GenericGisDao
base method for all findNearest* /**
getNearestAndDistanceFrom(Point, double, int, int, Class<? extends GisFeature>) - Method in class com.gisgraphy.domain.repository.GisFeatureDao
 
getNearestAndDistanceFrom(Point, double, Class<? extends GisFeature>) - Method in class com.gisgraphy.domain.repository.GisFeatureDao
 
getNearestAndDistanceFrom(Point, double) - Method in interface com.gisgraphy.domain.repository.IGisDao
same as IGisDao.getNearestAndDistanceFromGisFeature(GisFeature, double, int, int)but without paginate
getNearestAndDistanceFrom(Point, double, int, int) - Method in interface com.gisgraphy.domain.repository.IGisDao
 
getNearestAndDistanceFrom(Point, double, int, int, 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, Class<? extends GisFeature>) - Method in interface com.gisgraphy.domain.repository.IGisFeatureDao
same as IGisFeatureDao.getNearestAndDistanceFrom(Point, double, int, int, Class) but without paginate
getNearestAndDistanceFromGisFeature(GisFeature, double, int, int) - Method in class com.gisgraphy.domain.repository.GenericGisDao
 
getNearestAndDistanceFromGisFeature(GisFeature, double) - Method in class com.gisgraphy.domain.repository.GenericGisDao
 
getNearestAndDistanceFromGisFeature(GisFeature, double, int, int, Class<? extends GisFeature>) - Method in class com.gisgraphy.domain.repository.GisFeatureDao
 
getNearestAndDistanceFromGisFeature(GisFeature, double, Class<? extends GisFeature>) - Method in class com.gisgraphy.domain.repository.GisFeatureDao
 
getNearestAndDistanceFromGisFeature(GisFeature, double) - Method in interface com.gisgraphy.domain.repository.IGisDao
same as IGisDao.getNearestAndDistanceFromGisFeature(GisFeature, double, int, int)but without paginate
getNearestAndDistanceFromGisFeature(GisFeature, double, int, int) - Method in interface com.gisgraphy.domain.repository.IGisDao
 
getNearestAndDistanceFromGisFeature(GisFeature, double, int, int, Class<? extends GisFeature>) - Method in interface com.gisgraphy.domain.repository.IGisFeatureDao
tips to search the nearestplace use firstresult=1 and maxResults=1
getNearestAndDistanceFromGisFeature(GisFeature, double, Class<? extends GisFeature>) - Method in interface com.gisgraphy.domain.repository.IGisFeatureDao
same as IGisFeatureDao.getNearestAndDistanceFromGisFeature(GisFeature, double, int, int, Class) but without paginate
getNumberOfColumns() - Method in class com.gisgraphy.domain.geoloc.importer.AbstractGeonamesProcessor
 
getNumberOfColumns() - Method in class com.gisgraphy.domain.geoloc.importer.AdmExtracter
 
getNumberOfColumns() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm1Importer
 
getNumberOfColumns() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm2Importer
 
getNumberOfColumns() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm3Importer
 
getNumberOfColumns() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm4Importer
 
getNumberOfColumns() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAlternateNamesImporter
 
getNumberOfColumns() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesCountryImporter
 
getNumberOfColumns() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesFeatureImporter
 
getNumberOfColumns() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesLanguageImporter
 
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.domain.geoloc.importer.AbstractGeonamesProcessor
 
getNumberOfLinesToProcess() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesFileRetriever
 
getNumberOfLinesToProcess() - Method in interface com.gisgraphy.domain.geoloc.importer.IGeonamesProcessor
 
getNumberOfLineToProcess() - Method in class com.gisgraphy.domain.valueobject.ImporterStatusDto
 
getNumFound() - Method in class com.gisgraphy.domain.valueobject.FulltextResultsDto
 
getNumFound() - Method in class com.gisgraphy.domain.valueobject.GeolocResultsDto
 
getObject() - Method in enum com.gisgraphy.domain.valueobject.FeatureCode
Returns the java Object that the feature class and feature code are associated to.
getOutput() - Method in class com.gisgraphy.domain.geoloc.service.AbstractGisQuery
 
getOutputFormat() - Method in class com.gisgraphy.domain.geoloc.service.AbstractGisQuery
 
getOutputLanguage() - Method in class com.gisgraphy.domain.geoloc.service.AbstractGisQuery
 
getOutputStyle() - Method in class com.gisgraphy.domain.geoloc.service.AbstractGisQuery
 
getPagination() - Method in class com.gisgraphy.domain.geoloc.service.AbstractGisQuery
 
getParameterValue() - Method in enum com.gisgraphy.domain.valueobject.Output.OutputFormat
 
getParent() - Method in class com.gisgraphy.domain.geoloc.entity.Adm
Returns The parent Adm in the Adm tree structure
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..)
getPlaceType() - Method in class com.gisgraphy.domain.geoloc.entity.event.PlaceTypeDeleteAllEvent
 
getPlaceType() - Method in class com.gisgraphy.domain.geoloc.service.fulltextsearch.FulltextQuery
 
getPlaceType() - Method in class com.gisgraphy.domain.geoloc.service.geoloc.GeolocQuery
 
getPlaceType() - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance
 
getPlacetype() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
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.SearchAction
 
getPoint() - Method in class com.gisgraphy.domain.geoloc.service.geoloc.GeolocQuery
 
getPopulation() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
 
getPopulation() - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance
 
getPopulation() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
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 files and is not tested. please report any problems.
getPreferedName() - Method in class com.gisgraphy.webapp.action.DisplayFeatureAction
 
getProcessedLevelFromCodes(String, String, String, String) - Static method in class com.gisgraphy.domain.geoloc.entity.Adm
Determine the Level from the given codes
getProcessedLevelFromFeatureClassCode(String, String) - Static method in class com.gisgraphy.domain.geoloc.entity.Adm
Determine the level from a 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
 
getQTime() - Method in class com.gisgraphy.domain.valueobject.FulltextResultsDto
 
getQTime() - Method in class com.gisgraphy.domain.valueobject.GeolocResultsDto
 
getQuery() - Method in class com.gisgraphy.domain.geoloc.service.fulltextsearch.FulltextQuery
 
getRadius() - Method in class com.gisgraphy.domain.geoloc.service.geoloc.GeolocQuery
 
getRadius() - Method in class com.gisgraphy.webapp.action.GeolocSearchAction
 
getReadFileLine() - Method in class com.gisgraphy.domain.geoloc.importer.AbstractGeonamesProcessor
 
getReadFileLine() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesFileRetriever
 
getReadFileLine() - Method in interface com.gisgraphy.domain.geoloc.importer.IGeonamesProcessor
The number of read line for the current processed file
getRequest() - Method in class com.gisgraphy.webapp.action.BaseAction
Convenience method to get the request
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.domain.valueobject.GeolocResultsDto
 
getResult() - Method in class com.gisgraphy.webapp.action.DisplayFeatureAction
 
getResults() - Method in class com.gisgraphy.domain.valueobject.FulltextResultsDto
 
getResultsSize() - Method in class com.gisgraphy.domain.valueobject.FulltextResultsDto
 
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.
getServer() - Method in interface com.gisgraphy.domain.geoloc.service.fulltextsearch.IsolrClient
return a handler to the server
getServer() - Method in class com.gisgraphy.domain.geoloc.service.fulltextsearch.SolrClient
 
getSession() - Method in class com.gisgraphy.webapp.action.BaseAction
Convenience method to get the session.
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.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
 
getStatsUsages() - Method in class com.gisgraphy.webapp.action.StatsAction
 
getStatsUsageType() - Method in class com.gisgraphy.stats.StatsUsage
 
getStatus() - Method in class com.gisgraphy.domain.geoloc.importer.AbstractGeonamesProcessor
 
getStatus() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesFileRetriever
 
getStatus() - Method in interface com.gisgraphy.domain.geoloc.importer.IGeonamesProcessor
 
getStatus() - Method in class com.gisgraphy.domain.valueobject.ImporterStatusDto
 
getStatusDtoList() - Method in interface com.gisgraphy.domain.geoloc.importer.IImporterManager
 
getStatusDtoList() - Method in class com.gisgraphy.domain.geoloc.importer.ImporterManager
 
getStatusMessage() - Method in class com.gisgraphy.domain.geoloc.importer.AbstractGeonamesProcessor
 
getStatusMessage() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesFileRetriever
 
getStatusMessage() - Method in interface com.gisgraphy.domain.geoloc.importer.IGeonamesProcessor
 
getStatusMessage() - Method in class com.gisgraphy.domain.valueobject.ImporterStatusDto
 
getStyle() - Method in class com.gisgraphy.domain.valueobject.Output
 
getStyle() - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
 
getTimeElapsed() - Method in interface com.gisgraphy.domain.geoloc.importer.IImporterManager
 
getTimeElapsed() - Method in class com.gisgraphy.domain.geoloc.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
 
getTimezone() - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance
 
getTimezone() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
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.domain.valueobject.Pagination
 
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.domain.geoloc.importer.AbstractGeonamesProcessor
 
getTotalReadLine() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesFileRetriever
 
getTotalReadLine() - Method in interface com.gisgraphy.domain.geoloc.importer.IGeonamesProcessor
The number of read line for all the processed file
getTypedValues(Criteria, CriteriaQuery) - Method in class com.gisgraphy.hibernate.criterion.DistanceRestriction
 
getUnused() - Method in class com.gisgraphy.domain.repository.AdmDao
 
getUnused() - Method in interface com.gisgraphy.domain.repository.IAdmDao
 
getURL() - Method in class com.gisgraphy.domain.geoloc.service.fulltextsearch.FullTextSearchEngine
 
getURL() - Method in interface com.gisgraphy.domain.geoloc.service.fulltextsearch.IFullTextSearchEngine
 
getURL() - Method in interface com.gisgraphy.domain.geoloc.service.fulltextsearch.IsolrClient
 
getURL() - Method in class com.gisgraphy.domain.geoloc.service.fulltextsearch.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 enum com.gisgraphy.domain.geoloc.service.fulltextsearch.FullTextFields
Get the value of the fulltext field in the schema.xml
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
 
getWebsite() - Method in class com.gisgraphy.model.User
 
getWriterType() - Method in class com.gisgraphy.domain.geoloc.service.fulltextsearch.OutputstreamResponseWrapper
 
getYahoo_map_url() - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance
 
getYahoo_map_url() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
getZipCode() - Method in class com.gisgraphy.domain.geoloc.entity.City
 
getZipCode() - Method in class com.gisgraphy.domain.geoloc.entity.CitySubdivision
 
getZipCode() - Method in interface com.gisgraphy.domain.geoloc.entity.ZipCodeAware
 
getZipCode() - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance
 
getZipcode() - Method in class com.gisgraphy.domain.valueobject.SolrResponseDto
 
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
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
A data access object for GisFeature
GisFeatureDao() - Constructor for class com.gisgraphy.domain.repository.GisFeatureDao
Default Constructor
GisFeatureDeleteAllEvent - Class in com.gisgraphy.domain.geoloc.entity.event
Represents an event when several GisFeatures 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
Represents an event when a GisFeatures is deleted
GisFeatureDeletedEvent(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.event.GisFeatureDeletedEvent
 
GisFeatureDistance - Class in com.gisgraphy.domain.valueobject
Value object that represents a gisFeature with a distance The JAXB node name is Constants.GISFEATUREDISTANCE_JAXB_NAME
GisFeatureDistance() - Constructor for class com.gisgraphy.domain.valueobject.GisFeatureDistance
Default Constructor
GisFeatureDistance(GisFeature, Double) - Constructor for class com.gisgraphy.domain.valueobject.GisFeatureDistance
 
gisFeatureDistance() - Static method in class com.gisgraphy.domain.valueobject.GisFeatureDistance.GisFeatureDistanceBuilder
 
GisFeatureDistance.GisFeatureDistanceBuilder - Class in com.gisgraphy.domain.valueobject
 
GISFEATUREDISTANCE_JAXB_NAME - Static variable in class com.gisgraphy.domain.valueobject.Constants
The node name for GisFeatureDistance node in JAXB
GisFeatureEvent - Class in com.gisgraphy.domain.geoloc.entity.event
Event that occurred on one GisFeatures
GisFeatureEvent(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.event.GisFeatureEvent
Default constructor
GisFeatureEventListener - Class in com.gisgraphy.domain.geoloc.entity.event
Basic implementation that must be aware of GisFeatureEvents.
GisFeatureEventListener() - Constructor for class com.gisgraphy.domain.geoloc.entity.event.GisFeatureEventListener
 
GisFeaturesEvent - Class in com.gisgraphy.domain.geoloc.entity.event
Event that occurred on several GisFeatures
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
Represents an event when a GisFeature is strored
GisFeatureStoredEvent(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.event.GisFeatureStoredEvent
 
GisgraphyConfig - Class in com.gisgraphy.domain.valueobject
A bean that contains some property for gisgraphy
GisgraphyConfig() - Constructor for class com.gisgraphy.domain.valueobject.GisgraphyConfig
 
GisgraphyServiceType - Enum in com.gisgraphy.domain.valueobject
List of The services provided by gisgraphy
GISSource - Enum in com.gisgraphy.domain.valueobject
List of source for the gisFeatures. it tells from which files/gazetteers it has been imported
Golf - Class in com.gisgraphy.domain.geoloc.entity
Represents a Golf.
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
GOOGLE_MAP_BASE_URL - Static variable in class com.gisgraphy.helper.URLUtils
A constant to create Google map URL
Gorge - Class in com.gisgraphy.domain.geoloc.entity
Represents a Gorge.
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
Represents a GrassLand.
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
A data access object for GrassLand Object
GrassLandDao() - Constructor for class com.gisgraphy.domain.repository.GrassLandDao
Default constructor
Gulf - Class in com.gisgraphy.domain.geoloc.entity
Represents a Gulf.
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

H

handleEvent(IEvent) - Method in class com.gisgraphy.domain.geoloc.entity.event.EventManager
 
handleEvent(IEvent) - Method in class com.gisgraphy.domain.geoloc.entity.event.GisFeatureEventListener
 
handleEvent(IEvent) - Method in interface com.gisgraphy.domain.geoloc.entity.event.IEventListener
 
handleEvent(IEvent) - Method in interface com.gisgraphy.domain.geoloc.entity.event.IEventManager
 
handleEvent(IEvent) - Method in interface com.gisgraphy.domain.repository.ISolRSynchroniser
handle an event in order to synchronise Data (the event may be add, update, delete a GIS object)
handleEvent(PlaceTypeDeleteAllEvent) - Method in class com.gisgraphy.domain.repository.SolRSynchroniser
 
handleEvent(IEvent) - Method in class com.gisgraphy.domain.repository.SolRSynchroniser
 
handleNotAuthorized(HttpServletRequest, HttpServletResponse) - Method in class com.gisgraphy.webapp.interceptor.UserRoleAuthorizationInterceptor
Handle a request that is not authorized according to this interceptor.
hashCode() - Method in class com.gisgraphy.domain.geoloc.entity.Adm
 
hashCode() - Method in class com.gisgraphy.domain.geoloc.entity.AlternateName
 
hashCode() - Method in class com.gisgraphy.domain.geoloc.entity.City
 
hashCode() - Method in class com.gisgraphy.domain.geoloc.entity.CitySubdivision
 
hashCode() - Method in class com.gisgraphy.domain.geoloc.entity.Country
 
hashCode() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
 
hashCode() - Method in class com.gisgraphy.domain.valueobject.Pagination
 
hashCode() - Method in class com.gisgraphy.model.Address
Overridden hashCode method - compares on address, city, province, country and postal code.
hashCode() - Method in class com.gisgraphy.model.BaseObject
When you override equals, you should override hashCode.
hashCode() - Method in class com.gisgraphy.model.LabelValue
The hash code is based on the object's value.
hashCode() - Method in class com.gisgraphy.model.Role
When you override equals, you should override hashCode.
hashCode() - Method in class com.gisgraphy.model.User
When you override equals, you should override hashCode.
HibernateExtensionPostProcessor - Class in com.gisgraphy.dao.spring
Adds Hibernate persistent class definitions to an existing Spring Session Factory bean, possibly defined within a separate Spring configuration file in a seprate jar file.
HibernateExtensionPostProcessor() - Constructor for class com.gisgraphy.dao.spring.HibernateExtensionPostProcessor
 
Hill - Class in com.gisgraphy.domain.geoloc.entity
Represents a Hill.
Hill(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Hill
Constructor that populate the Hill with the gisFeature fields
Hill() - Constructor for class com.gisgraphy.domain.geoloc.entity.Hill
Needed by CGLib
HillDao - Class in com.gisgraphy.domain.repository
A data access object for Hill Object
HillDao() - Constructor for class com.gisgraphy.domain.repository.HillDao
Default constructor
Hospital - Class in com.gisgraphy.domain.geoloc.entity
Represents a Hospital.
Hospital(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Hospital
Constructor that populate the Hospital with the gisFeature fields
Hospital() - Constructor for class com.gisgraphy.domain.geoloc.entity.Hospital
Needed by CGLib
HospitalDao - Class in com.gisgraphy.domain.repository
A data access object for Hospital Object
HospitalDao() - Constructor for class com.gisgraphy.domain.repository.HospitalDao
Default constructor
Hotel - Class in com.gisgraphy.domain.geoloc.entity
Represents a Hotel.
Hotel(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Hotel
Constructor that populate the Hotel with the gisFeature fields
Hotel() - Constructor for class com.gisgraphy.domain.geoloc.entity.Hotel
Needed by CGLib
HotelDao - Class in com.gisgraphy.domain.repository
A data access object for Hotel Object
HotelDao() - Constructor for class com.gisgraphy.domain.repository.HotelDao
Default constructor
House - Class in com.gisgraphy.domain.geoloc.entity
Represents a House.
House(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.House
Constructor that populate the House with the gisFeature fields
House() - Constructor for class com.gisgraphy.domain.geoloc.entity.House
Needed by CGLib
HouseDao - Class in com.gisgraphy.domain.repository
A data access object for House Object
HouseDao() - Constructor for class com.gisgraphy.domain.repository.HouseDao
Default constructor
HTMLHelper - Class in com.gisgraphy.helper
Provides some usefull methods
HTMLHelper() - Constructor for class com.gisgraphy.helper.HTMLHelper
 

I

IAdmDao - Interface in com.gisgraphy.domain.repository
Interface for Adm data access
IAlternateNameDao - Interface in com.gisgraphy.domain.repository
Interface of data access object for AlternateName
Ice - Class in com.gisgraphy.domain.geoloc.entity
Represents a Ice.
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 java.io.Serializable> - Interface in com.gisgraphy.domain.repository
Interface of a Generic (java-5 meaning) data access object
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.
IFullTextSearchEngine - Interface in com.gisgraphy.domain.geoloc.service.fulltextsearch
Execute a FulltextQuery and returns the results in a specific format
IGeolocResultsDtoSerializer - Interface in com.gisgraphy.domain.geoloc.service.geoloc
 
IGeolocSearchEngine - Interface in com.gisgraphy.domain.geoloc.service.geoloc
Execute a GeolocQuery and returns the results in a specific format
IGeonamesProcessor - Interface in com.gisgraphy.domain.geoloc.importer
Interface for Geonames processor
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
Interface of data access object for GisFeature
IGisRepositoryEvent - Interface in com.gisgraphy.domain.geoloc.entity.event
Base interface for all Events that occurs on Gis repository
IImporterManager - Interface in com.gisgraphy.domain.geoloc.importer
 
IImporterStatusListDao - Interface in com.gisgraphy.domain.repository
 
ILanguageDao - Interface in com.gisgraphy.domain.repository
Interface of data access object for Language
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.domain.geoloc.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.domain.geoloc.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.domain.repository.ImporterStatusListDao
 
IMPORTER_STATUS_LIST_FILENAME - Static variable in class com.gisgraphy.domain.repository.ImporterStatusListDao
 
importerConfig - Variable in class com.gisgraphy.domain.geoloc.importer.AbstractGeonamesProcessor
 
ImporterConfig - Class in com.gisgraphy.domain.geoloc.importer
 
ImporterConfig() - Constructor for class com.gisgraphy.domain.geoloc.importer.ImporterConfig
 
ImporterHelper - Class in com.gisgraphy.domain.geoloc.importer
 
ImporterHelper() - Constructor for class com.gisgraphy.domain.geoloc.importer.ImporterHelper
 
ImporterManager - Class in com.gisgraphy.domain.geoloc.importer
Do the importing stuff
ImporterManager() - Constructor for class com.gisgraphy.domain.geoloc.importer.ImporterManager
 
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, int, int, int, String, ImporterStatus) - Constructor for class com.gisgraphy.domain.valueobject.ImporterStatusDto
 
ImporterStatusDto(IGeonamesProcessor) - Constructor for class com.gisgraphy.domain.valueobject.ImporterStatusDto
 
ImporterStatusDto(String) - Constructor for class com.gisgraphy.domain.valueobject.ImporterStatusDto
Construct a ImporterStatusDto from a csv line
ImporterStatusListDao - Class in com.gisgraphy.domain.repository
A data access object for ImporterStatus
ImporterStatusListDao() - Constructor for class com.gisgraphy.domain.repository.ImporterStatusListDao
 
in - Variable in class com.gisgraphy.domain.geoloc.importer.AbstractGeonamesProcessor
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
 
INDENT_PARAMETER - Static variable in class com.gisgraphy.domain.valueobject.Constants
The indent parameter
INDENT_PARAMETER - Static variable in class com.gisgraphy.servlet.FulltextServlet
 
INDENT_PARAMETER - Static variable in class com.gisgraphy.servlet.GeolocServlet
 
init() - Method in class com.gisgraphy.service.impl.StatsUsageServiceImpl
 
init() - Method in class com.gisgraphy.servlet.FulltextServlet
 
init() - Method in class com.gisgraphy.servlet.GeolocServlet
 
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.
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
 
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.
IntrospectionHelper - Class in com.gisgraphy.helper
Inspect gisFeature and all subClass to retrieve the fields in order to be used by the ProjectionBean
IntrospectionHelper() - Constructor for class com.gisgraphy.helper.IntrospectionHelper
 
IntrospectionIgnoredField - Annotation Type in com.gisgraphy.helper
The field annotate with this annotation will be ignored by the IntrospectionHelper
IoutputFormatVisitor - Interface in com.gisgraphy.domain.geoloc.service.errors
Visitao (visitor Pattern) for the outputFormat enum
IQueryProcessor<T extends AbstractGisQuery> - Interface in com.gisgraphy.domain.geoloc.service
Interface that execute AbstractGisQuerys
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
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
Whether the feature is an Adm, in the sense we define it in the FeatureClassCodeHelper class.
isAdvancedSearch() - Method in class com.gisgraphy.webapp.action.SearchAction
 
isAlive() - Method in class com.gisgraphy.domain.geoloc.service.fulltextsearch.FullTextSearchEngine
 
isAlive() - Method in interface com.gisgraphy.domain.geoloc.service.fulltextsearch.IFullTextSearchEngine
 
isAlreadyDone() - Method in interface com.gisgraphy.domain.geoloc.importer.IImporterManager
 
isAlreadyDone() - Method in class com.gisgraphy.domain.geoloc.importer.ImporterManager
 
isCity() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
Whether the feature is a city, in the sense we define it in the FeatureClassCodeHelper class.
isCity(String, String) - Static method in enum com.gisgraphy.helper.FeatureClassCodeHelper
Whether the feature code and the feature class are for City objects.
isConfirmed() - Method in class com.gisgraphy.webapp.action.ResetImportAction
 
isConsistentForLevel() - Method in class com.gisgraphy.domain.geoloc.entity.Adm
Check that the countryCode and the admXcode are correctly set according to the level of the Adm
isCountry() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
Whether the feature is a coutry, in the sense we define it in the FeatureClassCodeHelper class.
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
 
isDebugMode() - Method in class com.gisgraphy.servlet.GeolocServlet
 
isDirectoryAccessible(String) - Static method in class com.gisgraphy.domain.geoloc.importer.ImporterHelper
 
isDisplayResults() - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
 
isDisplayResults() - Method in class com.gisgraphy.webapp.action.GeolocSearchAction
 
isDownloadDirectoryAccessible() - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
 
isEmptyField(String[], int, boolean) - Static method in class com.gisgraphy.domain.geoloc.importer.AbstractGeonamesProcessor
Check that the array is not null, and the fields of the specified position is not empty (after been trimed)
isEnabled() - Method in class com.gisgraphy.model.User
 
isEndOfDocument() - Method in class com.gisgraphy.domain.geoloc.importer.AbstractGeonamesProcessor
 
isFullTextSearchable() - Method in class com.gisgraphy.domain.geoloc.entity.Airport
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.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.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.Cemetery
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.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.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.Desert
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.Field
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.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.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.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.Reserve
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.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.Theater
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.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
 
isImportGisFeatureEmbededAlternateNames() - Method in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
 
isIndent() - Method in class com.gisgraphy.webapp.action.SearchAction
 
isIndented() - Method in class com.gisgraphy.domain.valueobject.Output
 
isInProgress() - Method in interface com.gisgraphy.domain.geoloc.importer.IImporterManager
 
isInProgress() - Method in class com.gisgraphy.domain.geoloc.importer.ImporterManager
 
Island - Class in com.gisgraphy.domain.geoloc.entity
Represents a Island.
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.domain.geoloc.importer.ImporterConfig
 
IsolrClient - Interface in com.gisgraphy.domain.geoloc.service.fulltextsearch
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.
isOutputIndented() - Method in class com.gisgraphy.domain.geoloc.service.fulltextsearch.FulltextQuery
 
isOutputIndented() - Method in class com.gisgraphy.domain.geoloc.service.geoloc.GeolocQuery
 
isParametersEmpty(HttpServletRequest, String...) - Static method in class com.gisgraphy.helper.HTMLHelper
 
isPreferredName() - Method in class com.gisgraphy.domain.geoloc.entity.AlternateName
Whether the AlternateName is the preferred name for The GisFeature
isRegexpCorrects() - Method in class com.gisgraphy.webapp.action.ImportConfirmAction
 
isResetFailed() - Method in class com.gisgraphy.webapp.action.ResetImportAction
 
isRetrieveFiles() - Method in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
 
isServerAlive() - Method in interface com.gisgraphy.domain.geoloc.service.fulltextsearch.IsolrClient
 
isServerAlive() - Method in class com.gisgraphy.domain.geoloc.service.fulltextsearch.SolrClient
 
isShortName() - Method in class com.gisgraphy.domain.geoloc.entity.AlternateName
Whether the AlternateName is a short name for The GisFeature
isSupported(GisgraphyServiceType) - Method in enum com.gisgraphy.domain.valueobject.Output.OutputFormat
 
isSyncAdmCodesWithLinkedAdmOnes() - Method in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
 
IStatsUsageDao - Interface in com.gisgraphy.domain.repository
Interface for StatsUsage data access
IStatsUsageService - Interface in com.gisgraphy.service
Manage The StatsUsage
isTryToDetectAdmIfNotFound() - Method in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
 
isWrongNumberOfFieldsThrows() - Method in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
 

J

jsonConfig - Variable in class com.gisgraphy.domain.geoloc.service.geoloc.GeolocResultsDtoSerializer
Json filter, to not serialize all the properties

L

LabelValue - Class in com.gisgraphy.model
A simple JavaBean to represent label-value pairs.
LabelValue() - Constructor for class com.gisgraphy.model.LabelValue
Default constructor.
LabelValue(String, String) - Constructor for class com.gisgraphy.model.LabelValue
Construct an instance with the supplied property values.
Lake - Class in com.gisgraphy.domain.geoloc.entity
Represents a Lake.
Lake(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Lake
Constructor that populate the Lake with the gisFeature fields
Lake() - Constructor for class com.gisgraphy.domain.geoloc.entity.Lake
Needed by CGLib
LakeDao - Class in com.gisgraphy.domain.repository
A data access object for Lake Object
LakeDao() - Constructor for class com.gisgraphy.domain.repository.LakeDao
Default constructor
LANG_PARAMETER - Static variable in class com.gisgraphy.servlet.FulltextServlet
 
Language - Class in com.gisgraphy.domain.geoloc.entity
Represents a language
Language() - Constructor for class com.gisgraphy.domain.geoloc.entity.Language
 
Language(String, String, String) - Constructor for class com.gisgraphy.domain.geoloc.entity.Language
 
LanguageDao - Class in com.gisgraphy.domain.repository
Interface of data access object for Language
LanguageDao() - Constructor for class com.gisgraphy.domain.repository.LanguageDao
Default constructore
lat - Variable in class com.gisgraphy.webapp.action.GeolocSearchAction
 
LAT_PARAMETER - Static variable in class com.gisgraphy.servlet.GeolocServlet
 
Library - Class in com.gisgraphy.domain.geoloc.entity
Represents a Library.
Library(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Library
Constructor that populate the Library with the gisFeature fields
Library() - Constructor for class com.gisgraphy.domain.geoloc.entity.Library
Needed by CGLib
LibraryDao - Class in com.gisgraphy.domain.repository
A data access object for Library Object
LibraryDao() - Constructor for class com.gisgraphy.domain.repository.LibraryDao
Default constructor
LightHouse - Class in com.gisgraphy.domain.geoloc.entity
Represents a LightHouse.
LightHouse(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.LightHouse
Constructor that populate the LightHouse with the gisFeature fields
LightHouse() - Constructor for class com.gisgraphy.domain.geoloc.entity.LightHouse
Needed by CGLib
LightHouseDao - Class in com.gisgraphy.domain.repository
A data access object for LightHouse Object
LightHouseDao() - Constructor for class com.gisgraphy.domain.repository.LightHouseDao
Default constructor
limitNumberOfResults(int) - Method in class com.gisgraphy.domain.valueobject.Pagination
Do a post-treatment on the current pagination to limit number of results.
limitToCountryCode(String) - Method in class com.gisgraphy.domain.geoloc.service.fulltextsearch.FulltextQuery
 
list() - Method in class com.gisgraphy.webapp.action.UserAction
Fetch all users from database and put into local "users" variable for retrieval in the UI.
listAllFeaturesFromText(String, boolean) - Method in class com.gisgraphy.domain.repository.GisFeatureDao
 
listAllFeaturesFromText(String, boolean) - Method in interface com.gisgraphy.domain.repository.IGisFeatureDao
Do a full text search for the given name.
listByFeatureIds(List<Long>) - Method in class com.gisgraphy.domain.repository.GenericGisDao
 
listByFeatureIds(List<Long>) - Method in interface com.gisgraphy.domain.repository.IGisDao
return all the Object with the specified featureIds (not ids :id is the PK (aka datastore id), featureId is the domain value). return an emptylist if the list of ids is null or empty).
listByName(String) - Method in class com.gisgraphy.domain.repository.GenericGisDao
 
listByName(String) - Method in interface com.gisgraphy.domain.repository.IGisDao
retrieve the Objects with the specified name (not the ASCII one)
listByService(GisgraphyServiceType) - Static method in enum com.gisgraphy.domain.valueobject.Output.OutputFormat
 
listByZipCode(int, String) - Method in class com.gisgraphy.domain.repository.CityDao
 
listByZipCode(int, String) - Method in interface com.gisgraphy.domain.repository.ICityDao
 
listCountryFilesToImport(String) - Static method in class com.gisgraphy.domain.geoloc.importer.ImporterHelper
 
listFromText(String, boolean) - Method in class com.gisgraphy.domain.repository.GenericGisDao
 
listFromText(String, boolean, Class<T>) - Method in class com.gisgraphy.domain.repository.GenericGisDao
Do a full text search for the given name.
listFromText(String, boolean) - Method in interface com.gisgraphy.domain.repository.IGisDao
Do a full text search for the given name.
listZipFiles(String) - Static method in class com.gisgraphy.domain.geoloc.importer.ImporterHelper
 
lng - Variable in class com.gisgraphy.webapp.action.GeolocSearchAction
 
loadUserByUsername(String) - Method in class com.gisgraphy.dao.hibernate.UserDaoHibernate
Gets users information based on login name.
loadUserByUsername(String) - Method in interface com.gisgraphy.dao.UserDao
Gets users information based on login name.
LocaleFilter - Class in com.gisgraphy.webapp.filter
Filter to wrap request with a request including user preferred locale.
LocaleFilter() - Constructor for class com.gisgraphy.webapp.filter.LocaleFilter
 
LocaleRequestWrapper - Class in com.gisgraphy.webapp.filter
HttpRequestWrapper overriding methods getLocale(), getLocales() to include the user's preferred locale.
LocaleRequestWrapper(HttpServletRequest, Locale) - Constructor for class com.gisgraphy.webapp.filter.LocaleRequestWrapper
Sets preferred local to user's locale
LOCATION_COLUMN_NAME - Static variable in class com.gisgraphy.domain.geoloc.entity.GisFeature
 
log - Variable in class com.gisgraphy.dao.hibernate.GenericDaoHibernate
Log variable for all child classes.
log - Variable in class com.gisgraphy.dao.hibernate.UniversalDaoHibernate
Log variable for all child classes.
log - Variable in class com.gisgraphy.service.impl.BaseManagerMockTestCase
 
log - Variable in class com.gisgraphy.service.impl.GenericManagerImpl
Log variable for all child classes.
log - Variable in class com.gisgraphy.service.impl.UniversalManagerImpl
Log instance for all child classes.
log - Variable in class com.gisgraphy.webapp.action.BaseAction
Transient log to prevent session synchronization issues - children can use instance for logging.
logger - Static variable in class com.gisgraphy.domain.geoloc.entity.GisFeature
 
logger - Static variable in class com.gisgraphy.domain.geoloc.importer.AbstractGeonamesProcessor
The logger
logger - Static variable in class com.gisgraphy.domain.geoloc.importer.GeonamesFileRetriever
The logger
logger - Static variable in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
The logger
logger - Static variable in class com.gisgraphy.domain.geoloc.importer.ImporterHelper
 
logger - Static variable in class com.gisgraphy.domain.geoloc.importer.ImporterManager
The logger
logger - Static variable in class com.gisgraphy.domain.geoloc.service.fulltextsearch.FullTextSearchEngine
 
logger - Static variable in class com.gisgraphy.domain.geoloc.service.fulltextsearch.SolrClient
 
logger - Static variable in class com.gisgraphy.domain.geoloc.service.fulltextsearch.SolrUnmarshaller
The Logger
logger - Static variable in class com.gisgraphy.domain.geoloc.service.geoloc.GeolocSearchEngine
The logger
logger - Static variable in class com.gisgraphy.domain.repository.RepositoryStrategy
The logger
logger - Static variable in class com.gisgraphy.domain.repository.SolRSynchroniser
 
logger - Static variable in enum com.gisgraphy.domain.valueobject.FeatureCode
 
logger - Static variable in class com.gisgraphy.domain.valueobject.GisFeatureDistance
 
logger - Static variable in class com.gisgraphy.domain.valueobject.GisgraphyConfig
The logger
logger - Static variable in class com.gisgraphy.helper.EncodingHelper
 
logger - Static variable in class com.gisgraphy.helper.HTMLHelper
 
logger - Static variable in class com.gisgraphy.servlet.FulltextServlet
The logger
logger - Static variable in class com.gisgraphy.servlet.GeolocServlet
The logger
LONG_PARAMETER - Static variable in class com.gisgraphy.servlet.GeolocServlet
 
LookupDao - Interface in com.gisgraphy.dao
Lookup Data Access Object (GenericDao) interface.
LookupDaoHibernate - Class in com.gisgraphy.dao.hibernate
Hibernate implementation of LookupDao.
LookupDaoHibernate() - Constructor for class com.gisgraphy.dao.hibernate.LookupDaoHibernate
 
LookupManager - Interface in com.gisgraphy.service
Business Service Interface to talk to persistence layer and retrieve values for drop-down choice lists.
LookupManagerImpl - Class in com.gisgraphy.service.impl
Implementation of LookupManager interface to talk to the persistence layer.
LookupManagerImpl() - Constructor for class com.gisgraphy.service.impl.LookupManagerImpl
 

M

MAIL_ADDRESS - Static variable in class com.gisgraphy.domain.valueobject.Constants
The default mail address
MailEngine - Class in com.gisgraphy.service
Class for sending e-mail messages based on Velocity templates or with attachments.
MailEngine() - Constructor for class com.gisgraphy.service.MailEngine
 
mailEngine - Variable in class com.gisgraphy.webapp.action.BaseAction
MailEngine for sending e-mail
mailMessage - Variable in class com.gisgraphy.webapp.action.BaseAction
A message pre-populated with default data
Mall - Class in com.gisgraphy.domain.geoloc.entity
Represents a Mall.
Mall(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Mall
Constructor that populate the Mall with the gisFeature fields
Mall() - Constructor for class com.gisgraphy.domain.geoloc.entity.Mall
Needed by CGLib
MallDao - Class in com.gisgraphy.domain.repository
A data access object for Mall Object
MallDao() - Constructor for class com.gisgraphy.domain.repository.MallDao
Default constructor
Marsh - Class in com.gisgraphy.domain.geoloc.entity
Represents a Marsh.
Marsh(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Marsh
Constructor that populate the Marsh with the gisFeature fields
Marsh() - Constructor for class com.gisgraphy.domain.geoloc.entity.Marsh
Needed by CGLib
MarshDao - Class in com.gisgraphy.domain.repository
A data access object for Marsh Object
MarshDao() - Constructor for class com.gisgraphy.domain.repository.MarshDao
Default constructor
MAX_FULLTEXT_RESULTS - Static variable in class com.gisgraphy.domain.repository.GenericGisDao
 
MetroStation - Class in com.gisgraphy.domain.geoloc.entity
Represents a MetroStation.
MetroStation(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.MetroStation
Constructor that populate the MetroStation with the gisFeature fields
MetroStation() - Constructor for class com.gisgraphy.domain.geoloc.entity.MetroStation
Needed by CGLib
MetroStationDao - Class in com.gisgraphy.domain.repository
A data access object for MetroStation Object
MetroStationDao() - Constructor for class com.gisgraphy.domain.repository.MetroStationDao
Default constructor
Military - Class in com.gisgraphy.domain.geoloc.entity
Represents a Military.
Military(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Military
Constructor that populate the Military with the gisFeature fields
Military() - Constructor for class com.gisgraphy.domain.geoloc.entity.Military
Needed by CGLib
MilitaryDao - Class in com.gisgraphy.domain.repository
A data access object for Military Object
MilitaryDao() - Constructor for class com.gisgraphy.domain.repository.MilitaryDao
Default constructor
Mill - Class in com.gisgraphy.domain.geoloc.entity
Represents a Mill.
Mill(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Mill
Constructor that populate the Mill with the gisFeature fields
Mill() - Constructor for class com.gisgraphy.domain.geoloc.entity.Mill
Needed by CGLib
MillDao - Class in com.gisgraphy.domain.repository
A data access object for Mill Object
MillDao() - Constructor for class com.gisgraphy.domain.repository.MillDao
Default constructor
Mine - Class in com.gisgraphy.domain.geoloc.entity
Represents a Mine.
Mine(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Mine
Constructor that populate the Mine with the gisFeature fields
Mine() - Constructor for class com.gisgraphy.domain.geoloc.entity.Mine
Needed by CGLib
MineDao - Class in com.gisgraphy.domain.repository
A data access object for Mine Object
MineDao() - Constructor for class com.gisgraphy.domain.repository.MineDao
Default constructor
MissingRequiredFieldException - Exception in com.gisgraphy.domain.geoloc.importer
Exception throws when a required fields is missing
MissingRequiredFieldException() - Constructor for exception com.gisgraphy.domain.geoloc.importer.MissingRequiredFieldException
Default constructor
MissingRequiredFieldException(String) - Constructor for exception com.gisgraphy.domain.geoloc.importer.MissingRequiredFieldException
 
MissingRequiredFieldException(Throwable) - Constructor for exception com.gisgraphy.domain.geoloc.importer.MissingRequiredFieldException
 
MissingRequiredFieldException(String, Throwable) - Constructor for exception com.gisgraphy.domain.geoloc.importer.MissingRequiredFieldException
 
Mole - Class in com.gisgraphy.domain.geoloc.entity
Represents a Mole.
Mole(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Mole
Constructor that populate the Mole with the gisFeature fields
Mole() - Constructor for class com.gisgraphy.domain.geoloc.entity.Mole
Needed by CGLib
MoleDao - Class in com.gisgraphy.domain.repository
A data access object for Mole Object
MoleDao() - Constructor for class com.gisgraphy.domain.repository.MoleDao
Default constructor
Monument - Class in com.gisgraphy.domain.geoloc.entity
Represents a Monument.
Monument(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Monument
Constructor that populate the Monument with the gisFeature fields
Monument() - Constructor for class com.gisgraphy.domain.geoloc.entity.Monument
Needed by CGLib
MonumentDao - Class in com.gisgraphy.domain.repository
A data access object for Monument Object
MonumentDao() - Constructor for class com.gisgraphy.domain.repository.MonumentDao
Default constructor
Mound - Class in com.gisgraphy.domain.geoloc.entity
Represents a Mound.
Mound(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Mound
Constructor that populate the Mound with the gisFeature fields
Mound() - Constructor for class com.gisgraphy.domain.geoloc.entity.Mound
Needed by CGLib
MoundDao - Class in com.gisgraphy.domain.repository
A data access object for Mound Object
MoundDao() - Constructor for class com.gisgraphy.domain.repository.MoundDao
Default constructor
Mountain - Class in com.gisgraphy.domain.geoloc.entity
Represents a Mountain.
Mountain(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Mountain
Constructor that populate the Mountain with the gisFeature fields
Mountain() - Constructor for class com.gisgraphy.domain.geoloc.entity.Mountain
Needed by CGLib
MountainDao - Class in com.gisgraphy.domain.repository
A data access object for Mountain Object
MountainDao() - Constructor for class com.gisgraphy.domain.repository.MountainDao
Default constructor
Museum - Class in com.gisgraphy.domain.geoloc.entity
Represents a Museum.
Museum(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Museum
Constructor that populate the Museum with the gisFeature fields
Museum() - Constructor for class com.gisgraphy.domain.geoloc.entity.Museum
Needed by CGLib
MuseumDao - Class in com.gisgraphy.domain.repository
A data access object for Museum Object
MuseumDao() - Constructor for class com.gisgraphy.domain.repository.MuseumDao
Default constructor

N

NameValueDTO<T> - Class in com.gisgraphy.domain.valueobject
A simple DTO that associate a name to an Object
NameValueDTO(String, T) - Constructor for class com.gisgraphy.domain.valueobject.NameValueDTO
Default Constructor
NativeSQLOrder - Class in com.gisgraphy.hibernate.criterion
 
NativeSQLOrder(String, boolean) - Constructor for class com.gisgraphy.hibernate.criterion.NativeSQLOrder
 
NativeSQLOrder(String) - Constructor for class com.gisgraphy.hibernate.criterion.NativeSQLOrder
 

O

Oasis - Class in com.gisgraphy.domain.geoloc.entity
Represents a Oasis.
Oasis(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Oasis
Constructor that populate the Oasis with the gisFeature fields
Oasis() - Constructor for class com.gisgraphy.domain.geoloc.entity.Oasis
Needed by CGLib
OasisDao - Class in com.gisgraphy.domain.repository
A data access object for Oasis Object
OasisDao() - Constructor for class com.gisgraphy.domain.repository.OasisDao
Default constructor
ObservatoryPoint - Class in com.gisgraphy.domain.geoloc.entity
Represents a ObservatoryPoint.
ObservatoryPoint(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.ObservatoryPoint
Constructor that populate the ObservatoryPoint with the gisFeature fields
ObservatoryPoint() - Constructor for class com.gisgraphy.domain.geoloc.entity.ObservatoryPoint
Needed by CGLib
ObservatoryPointDao - Class in com.gisgraphy.domain.repository
A data access object for ObservatoryPoint Object
ObservatoryPointDao() - Constructor for class com.gisgraphy.domain.repository.ObservatoryPointDao
Default constructor
Ocean - Class in com.gisgraphy.domain.geoloc.entity
Represents a Ocean.
Ocean(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Ocean
Constructor that populate the Ocean with the gisFeature fields
Ocean() - Constructor for class com.gisgraphy.domain.geoloc.entity.Ocean
Needed by CGLib
OceanDao - Class in com.gisgraphy.domain.repository
A data access object for Ocean Object
OceanDao() - Constructor for class com.gisgraphy.domain.repository.OceanDao
Default constructor
OperaHouse - Class in com.gisgraphy.domain.geoloc.entity
Represents a OperaHouse.
OperaHouse(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.OperaHouse
Constructor that populate the OperaHouse with the gisFeature fields
OperaHouse() - Constructor for class com.gisgraphy.domain.geoloc.entity.OperaHouse
Needed by CGLib
OperaHouseDao - Class in com.gisgraphy.domain.repository
A data access object for OperaHouse Object
OperaHouseDao() - Constructor for class com.gisgraphy.domain.repository.OperaHouseDao
Default constructor
optimize() - Method in interface com.gisgraphy.domain.repository.ISolRSynchroniser
Send a optimize command to the full text search engine
optimize() - Method in class com.gisgraphy.domain.repository.SolRSynchroniser
 
OPTION_SEPARATOR - Static variable in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
A list of options is separated by this. e.g : a list of regexp options
org.hibernatespatial.postgis - package org.hibernatespatial.postgis
 
output - Variable in class com.gisgraphy.domain.geoloc.service.AbstractGisQuery
 
Output - Class in com.gisgraphy.domain.valueobject
Represent an output specification.
Output.OutputFormat - Enum in com.gisgraphy.domain.valueobject
All the possible fulltext search output format, all the OUTPUFORMAT enum should be in uppercase
Output.OutputStyle - Enum in com.gisgraphy.domain.valueobject
All the possible fulltext search output style verbosity Short (basic informations) : feature_id, name, fully_qualified_name, zipcode (if city), placetype, country_code, country_name
Medium (More informations) : Short + lat, lon, feature_class, feature_code, population, fips
Long (AlternateNames +adm informations) : Medium + alternateNames, adm1_name, adm2_name, adm3_name, Adm4_name, adm1_code, Adm2_code, Adm3_code, Adm4_code
Full (alternatenames for adm and country): Long + country_alternate_name_, adm1_alternate_name_, adm2_alternate_name_
OUTPUT_FORMAT_PARAMETER - Static variable in class com.gisgraphy.domain.valueobject.Constants
The output format (XML, json,...) parameter name
OutputstreamResponseWrapper - Class in com.gisgraphy.domain.geoloc.service.fulltextsearch
Wrapper that must be used when we want the fulltext query to be serialize into an output stream
OutputstreamResponseWrapper(OutputStream, String) - Constructor for class com.gisgraphy.domain.geoloc.service.fulltextsearch.OutputstreamResponseWrapper
 

P

PageFilterWithoutSession - Class in com.opensymphony.module.sitemesh.filter
Main SiteMesh filter for applying Decorators to entire Pages.
PageFilterWithoutSession() - Constructor for class com.opensymphony.module.sitemesh.filter.PageFilterWithoutSession
 
paginate() - Static method in class com.gisgraphy.domain.valueobject.Pagination
Static method to be used to create a pagination object.
pagination - Variable in class com.gisgraphy.domain.geoloc.service.AbstractGisQuery
 
Pagination - Class in com.gisgraphy.domain.valueobject
Represent a pagination specification.the design (with DSL and interface) does not allow to set the 'to' properties before the from e.g : Paginate().from(1).to(9) will return [1,2,3,4,5,6,7,8,9].
Pagination.FromSpecification - Interface in com.gisgraphy.domain.valueobject
 
Pagination.PaginationBuilder - Class in com.gisgraphy.domain.valueobject
 
Pagination.ToSpecification - Interface in com.gisgraphy.domain.valueobject
 
parameterize() - Method in class com.gisgraphy.domain.geoloc.service.fulltextsearch.FulltextQuery
 
Park - Class in com.gisgraphy.domain.geoloc.entity
Represents a Park.
Park(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Park
Constructor that populate the Park with the gisFeature fields
Park() - Constructor for class com.gisgraphy.domain.geoloc.entity.Park
Needed by CGLib
ParkDao - Class in com.gisgraphy.domain.repository
A data access object for Park Object
ParkDao() - Constructor for class com.gisgraphy.domain.repository.ParkDao
Default constructor
Parking - Class in com.gisgraphy.domain.geoloc.entity
Represents a Parking.
Parking(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Parking
Constructor that populate the Parking with the gisFeature fields
Parking() - Constructor for class com.gisgraphy.domain.geoloc.entity.Parking
Needed by CGLib
ParkingDao - Class in com.gisgraphy.domain.repository
A data access object for Parking Object
ParkingDao() - Constructor for class com.gisgraphy.domain.repository.ParkingDao
Default constructor
parseInternationalDouble(String) - Static method in class com.gisgraphy.helper.GeolocHelper
parse a string and return the corresponding double value, it accepts comma or point as decimal separator
parsePage(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.opensymphony.module.sitemesh.filter.PageFilterWithoutSession
Continue in filter-chain, writing all content to buffer and parsing into returned Page object.
PasswordHintAction - Class in com.gisgraphy.webapp.action
Action class to send password hints to registered users.
PasswordHintAction() - Constructor for class com.gisgraphy.webapp.action.PasswordHintAction
 
persistentClass - Variable in class com.gisgraphy.domain.repository.GenericDao
 
PLACETYPE_PARAMETER - Static variable in class com.gisgraphy.servlet.FulltextServlet
 
PLACETYPE_PARAMETER - Static variable in class com.gisgraphy.servlet.GeolocServlet
 
PlaceTypeDeleteAllEvent - Class in com.gisgraphy.domain.geoloc.entity.event
Event that occurred when all GisFeatures of a placetype are deleted
PlaceTypeDeleteAllEvent(Class<? extends GisFeature>) - Constructor for class com.gisgraphy.domain.geoloc.entity.event.PlaceTypeDeleteAllEvent
Default constructor
Plantation - Class in com.gisgraphy.domain.geoloc.entity
Represents a Plantation.
Plantation(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Plantation
Constructor that populate the Plantation with the gisFeature fields
Plantation() - Constructor for class com.gisgraphy.domain.geoloc.entity.Plantation
Needed by CGLib
PlantationDao - Class in com.gisgraphy.domain.repository
A data access object for Plantation Object
PlantationDao() - Constructor for class com.gisgraphy.domain.repository.PlantationDao
Default constructor
PolicePost - Class in com.gisgraphy.domain.geoloc.entity
Represents a PolicePost.
PolicePost(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.PolicePost
Constructor that populate the PolicePost with the gisFeature fields
PolicePost() - Constructor for class com.gisgraphy.domain.geoloc.entity.PolicePost
Needed by CGLib
PolicePostDao - Class in com.gisgraphy.domain.repository
A data access object for PolicePost Object
PolicePostDao() - Constructor for class com.gisgraphy.domain.repository.PolicePostDao
Default constructor
PoliticalEntity - Class in com.gisgraphy.domain.geoloc.entity
Represents a PoliticalEntity.
PoliticalEntity(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.PoliticalEntity
Constructor that populate the PoliticalEntity with the gisFeature fields
PoliticalEntity() - Constructor for class com.gisgraphy.domain.geoloc.entity.PoliticalEntity
Needed by CGLib
PoliticalEntityDao - Class in com.gisgraphy.domain.repository
A data access object for PoliticalEntity Object
PoliticalEntityDao() - Constructor for class com.gisgraphy.domain.repository.PoliticalEntityDao
Default constructor
Pond - Class in com.gisgraphy.domain.geoloc.entity
Represents a Pond.
Pond(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Pond
Constructor that populate the Pond with the gisFeature fields
Pond() - Constructor for class com.gisgraphy.domain.geoloc.entity.Pond
Needed by CGLib
PondDao - Class in com.gisgraphy.domain.repository
A data access object for Pond Object
PondDao() - Constructor for class com.gisgraphy.domain.repository.PondDao
Default constructor
populate(GisFeature) - Method in class com.gisgraphy.domain.geoloc.entity.City
 
populate(GisFeature) - Method in class com.gisgraphy.domain.geoloc.entity.CitySubdivision
 
populate(GisFeature) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
Populate all the field / association of the current gisFeature with The Value of The specified One.
populate(Object) - Method in class com.gisgraphy.service.impl.BaseManagerMockTestCase
Utility method to populate a javabean-style object with values from a Properties file
populateObject(Object, ResourceBundle) - Static method in class com.gisgraphy.util.ConvertUtil
Convenience method used by tests to populate an object from a ResourceBundle
POPUP_VIEW - Static variable in class com.gisgraphy.webapp.action.SearchAction
 
Port - Class in com.gisgraphy.domain.geoloc.entity
Represents a Port.
Port(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Port
Constructor that populate the Port with the gisFeature fields
Port() - Constructor for class com.gisgraphy.domain.geoloc.entity.Port
Needed by CGLib
PortDao - Class in com.gisgraphy.domain.repository
A data access object for Port Object
PortDao() - Constructor for class com.gisgraphy.domain.repository.PortDao
Default constructor
PostgisDialectNG - Class in org.hibernatespatial.postgis
Extends the PostgreSQLDialect by also including information on spatial operators, constructors and processing functions.
PostgisDialectNG() - Constructor for class org.hibernatespatial.postgis.PostgisDialectNG
 
PostOffice - Class in com.gisgraphy.domain.geoloc.entity
Represents a PostOffice.
PostOffice(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.PostOffice
Constructor that populate the PostOffice with the gisFeature fields
PostOffice() - Constructor for class com.gisgraphy.domain.geoloc.entity.PostOffice
Needed by CGLib
PostOfficeDao - Class in com.gisgraphy.domain.repository
A data access object for PostOffice Object
PostOfficeDao() - Constructor for class com.gisgraphy.domain.repository.PostOfficeDao
Default constructor
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class com.gisgraphy.dao.spring.HibernateExtensionPostProcessor
Adds the annotated classes and the mapping resources to the existing Session Factory configuration.
PREFERRED_LOCALE_KEY - Static variable in class com.gisgraphy.Constants
Session scope attribute that holds the locale set by the user.
prepare() - Method in class com.gisgraphy.webapp.action.UserAction
Grab the entity from the database before populating with request parameters
Prison - Class in com.gisgraphy.domain.geoloc.entity
Represents a Prison.
Prison(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Prison
Constructor that populate the Prison with the gisFeature fields
Prison() - Constructor for class com.gisgraphy.domain.geoloc.entity.Prison
Needed by CGLib
PrisonDao - Class in com.gisgraphy.domain.repository
A data access object for Prison Object
PrisonDao() - Constructor for class com.gisgraphy.domain.repository.PrisonDao
Default constructor
process() - Method in class com.gisgraphy.domain.geoloc.importer.AbstractGeonamesProcessor
Manage the transaction, flush Daos, and process all files to be processed
process() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesFileRetriever
 
process() - Method in interface com.gisgraphy.domain.geoloc.importer.IGeonamesProcessor
Do the stuff...
processData(String) - Method in class com.gisgraphy.domain.geoloc.importer.AbstractGeonamesProcessor
Process a read line of the geonames file, must be implemented by the concrete class
processData(String) - Method in class com.gisgraphy.domain.geoloc.importer.AdmExtracter
 
processData(String) - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm1Importer
 
processData(String) - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm2Importer
 
processData(String) - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm3Importer
 
processData(String) - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm4Importer
 
processData(String) - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAlternateNamesImporter
 
processData(String) - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesCountryImporter
 
processData(String) - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesFeatureImporter
 
processData(String) - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesLanguageImporter
 
processResponse(Reader) - Method in class com.gisgraphy.domain.geoloc.service.fulltextsearch.OutputstreamResponseWrapper
 
processResponse(InputStream, String) - Method in class com.gisgraphy.domain.geoloc.service.fulltextsearch.OutputstreamResponseWrapper
 
ProjectionBean - Class in com.gisgraphy.hibernate.projection
 
ProjectionBean(List<String>) - Constructor for class com.gisgraphy.hibernate.projection.ProjectionBean
 
ProjectionOrder - Class in com.gisgraphy.hibernate.criterion
A criteria that sort by an already added projection
ProjectionOrder(String, boolean) - Constructor for class com.gisgraphy.hibernate.criterion.ProjectionOrder
 
ProjectionOrder(String) - Constructor for class com.gisgraphy.hibernate.criterion.ProjectionOrder
 
Pyramid - Class in com.gisgraphy.domain.geoloc.entity
Represents a Pyramid.
Pyramid(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Pyramid
Constructor that populate the Pyramid with the gisFeature fields
Pyramid() - Constructor for class com.gisgraphy.domain.geoloc.entity.Pyramid
Needed by CGLib
PyramidDao - Class in com.gisgraphy.domain.repository
A data access object for Pyramid Object
PyramidDao() - Constructor for class com.gisgraphy.domain.repository.PyramidDao
Default constructor

Q

QF_PARAMETER - Static variable in class com.gisgraphy.domain.valueobject.Constants
The field on which we want to search
QT_PARAMETER - Static variable in class com.gisgraphy.domain.valueobject.Constants
The query type parameter (dismax, standard, ...)
Quay - Class in com.gisgraphy.domain.geoloc.entity
Represents a Quay.
Quay(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Quay
Constructor that populate the Quay with the gisFeature fields
Quay() - Constructor for class com.gisgraphy.domain.geoloc.entity.Quay
Needed by CGLib
QuayDao - Class in com.gisgraphy.domain.repository
A data access object for Quay Object
QuayDao() - Constructor for class com.gisgraphy.domain.repository.QuayDao
Default constructor
QUERY_MAX_LENGTH - Static variable in class com.gisgraphy.domain.geoloc.service.fulltextsearch.FulltextQuery
 
QUERY_PARAMETER - Static variable in class com.gisgraphy.domain.valueobject.Constants
The parameter to specifie the text to search
QUERY_PARAMETER - Static variable in class com.gisgraphy.servlet.FulltextServlet
 

R

radius - Variable in class com.gisgraphy.webapp.action.GeolocSearchAction
 
RADIUS_OF_EARTH_IN_METERS - Static variable in class com.gisgraphy.domain.valueobject.Constants
The radius of the earth
RADIUS_PARAMETER - Static variable in class com.gisgraphy.servlet.GeolocServlet
 
Rail - Class in com.gisgraphy.domain.geoloc.entity
Represents a Rail.
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
Represents a RailRoadStation.
RailRoadStation(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.RailRoadStation
Constructor that populate the RailRoadStation with the gisFeature fields
RailRoadStation() - Constructor for class com.gisgraphy.domain.geoloc.entity.RailRoadStation
Needed by CGLib
RailRoadStationDao - Class in com.gisgraphy.domain.repository
A data access object for RailRoadStation Object
RailRoadStationDao() - Constructor for class com.gisgraphy.domain.repository.RailRoadStationDao
Default constructor
Ranch - Class in com.gisgraphy.domain.geoloc.entity
Represents a Ranch.
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
Represents a Ravin.
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
rb - Variable in class com.gisgraphy.service.impl.BaseManagerMockTestCase
 
readFileLine - Variable in class com.gisgraphy.domain.geoloc.importer.AbstractGeonamesProcessor
 
readLineAndProcessData() - Method in class com.gisgraphy.domain.geoloc.importer.AbstractGeonamesProcessor
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
Represents a Reef.
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
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
Represents a Religious.
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
A data access object for Religious Object
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(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
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
Represents a Reserve.
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() - Method in class com.gisgraphy.webapp.action.ResetImportAction
reset the import, only if ResetImportAction.RESET_IMPORT_CONFIRM is equals to true
resetImport() - Method in interface com.gisgraphy.domain.geoloc.importer.IImporterManager
/!
resetImport() - Method in class com.gisgraphy.domain.geoloc.importer.ImporterManager
 
ResetImportAction - Class in com.gisgraphy.webapp.action
Action that reset the import.
ResetImportAction() - Constructor for class com.gisgraphy.webapp.action.ResetImportAction
 
resetStatusFields() - Method in class com.gisgraphy.domain.geoloc.importer.AbstractGeonamesProcessor
 
resetUsage(StatsUsageType) - Method in class com.gisgraphy.service.impl.StatsUsageServiceImpl
 
resetUsage(StatsUsageType) - Method in interface com.gisgraphy.service.IStatsUsageService
 
Restaurant - Class in com.gisgraphy.domain.geoloc.entity
Represents a Restaurant.
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
A data access object for Restaurant Object
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
 
Road - Class in com.gisgraphy.domain.geoloc.entity
Represents a Road.
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.domain.geoloc.importer.AdmExtracter
 
rollback() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm1Importer
 
rollback() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm2Importer
 
rollback() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm3Importer
 
rollback() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm4Importer
 
rollback() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAlternateNamesImporter
 
rollback() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesCountryImporter
 
rollback() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesFeatureImporter
 
rollback() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesFileRetriever
 
rollback() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesLanguageImporter
 
rollback() - Method in interface com.gisgraphy.domain.geoloc.importer.IGeonamesProcessor
/!
ROWS_PARAMETER - Static variable in class com.gisgraphy.domain.valueobject.Constants
The rows parameter (useful for paginate)
RSS_VERSION - Static variable in enum com.gisgraphy.domain.valueobject.Output.OutputFormat
 

S

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
Check that codes are consistent according the level (see Adm.isConsistentForLevel() and save it in the datastore
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(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.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
Represents a School.
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.
Sea - Class in com.gisgraphy.domain.geoloc.entity
Represents a Sea.
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.FulltextSearchAction
Execute a fulltextSearch from the request parameters
search() - Method in class com.gisgraphy.webapp.action.GeolocSearchAction
Execute a GeolocSearch from the request parameters
SearchAction - Class in com.gisgraphy.webapp.action
base class for Gisgraphy search Action
SearchAction() - Constructor for class com.gisgraphy.webapp.action.SearchAction
 
searchpopup() - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
Execute a fulltextSearch from the request parameters
searchpopup() - Method in class com.gisgraphy.webapp.action.GeolocSearchAction
Execute a geolocSearch from the request parameters
send(SimpleMailMessage) - Method in class com.gisgraphy.service.MailEngine
Send a simple message with pre-populated values.
sendCustomError(String, Output.OutputFormat, HttpServletResponse) - Method in class com.gisgraphy.servlet.FulltextServlet
 
sendCustomError(String, Output.OutputFormat, HttpServletResponse) - Method in class com.gisgraphy.servlet.GeolocServlet
 
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, Output.OutputFormat, GeolocResultsDto, boolean, int) - Method in class com.gisgraphy.domain.geoloc.service.geoloc.GeolocResultsDtoSerializer
 
serialize(OutputStream, Output.OutputFormat, GeolocResultsDto, boolean, int) - Method in interface com.gisgraphy.domain.geoloc.service.geoloc.IGeolocResultsDtoSerializer
 
ServiceException - Exception in com.gisgraphy.domain.geoloc.service
Basic Exception for service search
ServiceException() - Constructor for exception com.gisgraphy.domain.geoloc.service.ServiceException
Default Constructor
ServiceException(String, Throwable) - Constructor for exception com.gisgraphy.domain.geoloc.service.ServiceException
 
ServiceException(String) - Constructor for exception com.gisgraphy.domain.geoloc.service.ServiceException
 
ServiceException(Throwable) - Constructor for exception com.gisgraphy.domain.geoloc.service.ServiceException
 
setAcceptRegExString(String) - Method in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
List of regular expressions for feature class and feature code 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
 
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.domain.geoloc.importer.ImporterConfig
What should we do if the Adm1 file has already been processed
setAdm1FileName(String) - Method in class com.gisgraphy.domain.geoloc.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.domain.geoloc.importer.ImporterConfig
What should we do if the Adm2 file has already been processed
setAdm2FileName(String) - Method in class com.gisgraphy.domain.geoloc.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.domain.geoloc.importer.ImporterConfig
What should we do if the Adm3 file has already been processed
setAdm3FileName(String) - Method in class com.gisgraphy.domain.geoloc.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.domain.geoloc.importer.ImporterConfig
What should we do if the Adm4 file has already been processed
setAdm4FileName(String) - Method in class com.gisgraphy.domain.geoloc.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
setAdmDao(IAdmDao) - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm1Importer
 
setAdmDao(IAdmDao) - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm2Importer
 
setAdmDao(IAdmDao) - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm3Importer
 
setAdmDao(IAdmDao) - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm4Importer
 
setAdmDao(IAdmDao) - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesFeatureImporter
 
setAdvancedSearch(boolean) - Method in class com.gisgraphy.webapp.action.SearchAction
 
setAlternateNameDao(IAlternateNameDao) - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAlternateNamesImporter
 
setAlternateNameDao(IAlternateNameDao) - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesFeatureImporter
 
setAlternateNameDao(IAlternateNameDao) - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
 
setAlternateNameId(Integer) - Method in class com.gisgraphy.domain.geoloc.entity.AlternateName
Set the AlternateNameId
setAlternateNames(List<AlternateName>) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
 
setAlternateNamesFileName(String) - Method in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
The name of the Geonames dump file containing the alternate names
setAnnotatedClasses(List) - Method in class com.gisgraphy.dao.spring.HibernateExtensionPostProcessor
The list of annotated classes to add to the session factory.
setArea(Double) - Method in class com.gisgraphy.domain.geoloc.entity.Country
 
setAsciiName(String) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
 
setAuthorizedRoles(String[]) - Method in class com.gisgraphy.webapp.interceptor.UserRoleAuthorizationInterceptor
Set the roles that this interceptor should treat as authorized.
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 higher level
setCity(String) - Method in class com.gisgraphy.model.Address
 
setCityDao(ICityDao) - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAlternateNamesImporter
 
setCityDao(ICityDao) - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesFeatureImporter
 
setClassName(String) - Method in class com.gisgraphy.webapp.taglib.ConstantsTag
 
setCommitFlushMode() - Method in class com.gisgraphy.domain.geoloc.importer.AbstractGeonamesProcessor
Will flush after every commit
setCommitFlushMode() - Method in class com.gisgraphy.domain.geoloc.importer.AdmExtracter
 
setCommitFlushMode() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm1Importer
 
setCommitFlushMode() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm2Importer
 
setCommitFlushMode() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm3Importer
 
setCommitFlushMode() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm4Importer
 
setCommitFlushMode() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAlternateNamesImporter
 
setCommitFlushMode() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesCountryImporter
 
setCommitFlushMode() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesFeatureImporter
 
setCommitFlushMode() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesLanguageImporter
 
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.domain.geoloc.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.FulltextSearchAction
 
setCountryCode(String) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
 
setCountryDao(ICountryDao) - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesCountryImporter
 
setCountryDao(ICountryDao) - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesFeatureImporter
 
setCountryDao(CountryDao) - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
 
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
 
setDebugMode(boolean) - Method in class com.gisgraphy.servlet.GeolocServlet
 
setDecimalFormatter(DecimalFormat) - Method in class com.gisgraphy.util.CurrencyConverter
 
setDefault(String) - Method in class com.gisgraphy.webapp.taglib.CountryTag
 
setDefaultGeolocSearchPlaceType(String) - Method in class com.gisgraphy.domain.valueobject.GisgraphyConfig
 
setDelete(String) - Method in class com.gisgraphy.webapp.action.BaseAction
 
setDescription(String) - Method in class com.gisgraphy.model.Role
 
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
 
setEventManager(EventManager) - Method in class com.gisgraphy.domain.repository.GenericGisDao
 
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
 
setFilesToDownload(String) - Method in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
The list of the files to be downloaded from the ImporterConfig.geonamesDownloadURL. the several files will be separated by ImporterConfig.OPTION_SEPARATOR
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.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.ImportConfirmAction
 
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.domain.geoloc.importer.ImporterConfig
The directory where the Geonames files will be retrieved and processed.
setGeonamesDownloadURL(String) - Method in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
The HTTP URL of the directory Where Geonames file are to be download from
setGisFeature(GisFeature) - Method in class com.gisgraphy.domain.geoloc.entity.AlternateName
Set The GisFeature, the AlternateName refers To
setGisFeatureDao(IGisFeatureDao) - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAlternateNamesImporter
 
setGisFeatureDao(IGisFeatureDao) - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesFeatureImporter
 
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.
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.GisFeature
 
setId(Long) - Method in class com.gisgraphy.domain.geoloc.entity.Language
 
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(String) - Method in class com.gisgraphy.webapp.action.UserAction
 
setIDaos(IGisDao<? extends GisFeature>[]) - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesFeatureImporter
 
setIDaos(IGisDao<? extends GisFeature>[]) - Method in class com.gisgraphy.domain.geoloc.importer.ImporterManager
 
setImporterConfig(ImporterConfig) - Method in class com.gisgraphy.domain.geoloc.importer.AbstractGeonamesProcessor
 
setImporterConfig(ImporterConfig) - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesFileRetriever
 
setImporterConfig(ImporterConfig) - Method in class com.gisgraphy.domain.geoloc.importer.ImporterManager
 
setImporterConfig(ImporterConfig) - Method in class com.gisgraphy.domain.repository.ImporterStatusListDao
 
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<IGeonamesProcessor>) - Method in class com.gisgraphy.domain.geoloc.importer.ImporterManager
 
setImporterStatusListDao(IImporterStatusListDao) - Method in class com.gisgraphy.domain.geoloc.importer.ImporterManager
 
setImportGisFeatureEmbededAlternateNames(boolean) - Method in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
Set to true the alternate names of the country dump are imported.
setIndent(boolean) - Method in class com.gisgraphy.webapp.action.SearchAction
 
setIso3166Alpha2Code(String) - Method in class com.gisgraphy.domain.geoloc.entity.Country
Set the Iso3166Alpha2Code and the countryCode of the associated GisFeature NOTE : The Code will be automaticaly uppercased, and the gisfeature code will be set automatically
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
 
setJVMEncodingToUTF8() - Static method in class com.gisgraphy.helper.EncodingHelper
Set the file.encoding and sun.jnu.encoding to UTF-8
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 iso639 Alpha2 or alpha 3 LanguageCode for the current AlternateName
setLanguageDao(ILanguageDao) - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesCountryImporter
 
setLanguageDao(ILanguageDao) - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesLanguageImporter
 
setLanguageFileName(String) - Method in class com.gisgraphy.domain.geoloc.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.GeolocSearchAction
 
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.GeolocSearchAction
 
setLocation(Point) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
 
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.domain.geoloc.importer.ImporterConfig
Optional setting that allows to specify the number of inserts that can be done before flushing.
setMissingRequiredFieldThrows(boolean) - Method in class com.gisgraphy.domain.geoloc.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
 
setName(String) - Method in class com.gisgraphy.domain.geoloc.entity.AlternateName
Set the name of the current AlternateName
setName(String) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
 
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.taglib.CountryTag
 
setNumFound(int) - Method in class com.gisgraphy.domain.valueobject.GeolocResultsDto
 
setParent(Adm) - Method in class com.gisgraphy.domain.geoloc.entity.Adm
Set the parent Adm in the tree structure
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
 
setPopulation(Integer) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
 
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 AlternateName 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
 
setQTime(Long) - Method in class com.gisgraphy.domain.valueobject.GeolocResultsDto
 
setRadius(String) - Method in class com.gisgraphy.webapp.action.GeolocSearchAction
 
setResult(List<GisFeatureDistance>) - Method in class com.gisgraphy.domain.valueobject.GeolocResultsDto
 
setResultsSize(int) - Method in class com.gisgraphy.domain.valueobject.FulltextResultsDto
 
setRetrieveFiles(boolean) - Method in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
Whether we should download the geonames file or use the one already present in the ImporterConfig.geonamesDir
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
 
setSessionFactoryBeanName(String) - Method in class com.gisgraphy.dao.spring.HibernateExtensionPostProcessor
Set the name of the SessionFactory bean.
setShortName(boolean) - Method in class com.gisgraphy.domain.geoloc.entity.AlternateName
Set the AlternateName as a short name or Not
setSolrClient(IsolrClient) - Method in class com.gisgraphy.domain.geoloc.service.fulltextsearch.FullTextSearchEngine
 
setSolRSynchroniser(ISolRSynchroniser) - Method in class com.gisgraphy.domain.geoloc.entity.event.GisFeatureEventListener
 
setSolRSynchroniser(ISolRSynchroniser) - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAlternateNamesImporter
 
setSolRSynchroniser(ISolRSynchroniser) - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesFeatureImporter
 
setSolRSynchroniser(ISolRSynchroniser) - Method in class com.gisgraphy.domain.geoloc.importer.ImporterManager
 
setSource(AlternateNameSource) - Method in class com.gisgraphy.domain.geoloc.entity.AlternateName
Set the source from which the AlternateName come From
setSource(GISSource) - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
 
setSpokenLanguages(List<Language>) - Method in class com.gisgraphy.domain.geoloc.entity.Country
 
setStatsUsageDao(IStatsUsageDao) - Method in class com.gisgraphy.webapp.action.StatsAction
 
setStatsUsageType(StatsUsageType) - Method in class com.gisgraphy.stats.StatsUsage
 
setStyle(String) - Method in class com.gisgraphy.webapp.action.FulltextSearchAction
 
setSyncAdmCodesWithLinkedAdmOnes(boolean) - Method in class com.gisgraphy.domain.geoloc.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
 
SETTER_METHOD_NAME - Static variable in interface com.gisgraphy.domain.geoloc.entity.ZipCodeAware
 
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.domain.geoloc.importer.AbstractGeonamesProcessor
 
setTryToDetectAdmIfNotFound(boolean) - Method in class com.gisgraphy.domain.geoloc.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
setup() - Method in class com.gisgraphy.domain.geoloc.importer.AbstractGeonamesProcessor
Template method that can be override.
setup() - Method in class com.gisgraphy.domain.geoloc.importer.AdmExtracter
 
setup() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesFeatureImporter
 
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
 
setWebsite(String) - Method in class com.gisgraphy.model.User
 
setWrongNumberOfFieldsThrows(boolean) - Method in class com.gisgraphy.domain.geoloc.importer.ImporterConfig
Set to true this option force the import process to stop if an error is throw.
setZipCode(Integer) - Method in class com.gisgraphy.domain.geoloc.entity.City
 
setZipCode(Integer) - Method in class com.gisgraphy.domain.geoloc.entity.CitySubdivision
 
setZipCode(Integer) - Method in interface com.gisgraphy.domain.geoloc.entity.ZipCodeAware
Set The zipCode for the city
shouldIgnoreComments() - Method in class com.gisgraphy.domain.geoloc.importer.AbstractGeonamesProcessor
Whether the filter should ignore the comments (i.e. lines starting with #)
shouldIgnoreComments() - Method in class com.gisgraphy.domain.geoloc.importer.AdmExtracter
 
shouldIgnoreComments() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm1Importer
 
shouldIgnoreComments() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm2Importer
 
shouldIgnoreComments() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm3Importer
 
shouldIgnoreComments() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm4Importer
 
shouldIgnoreComments() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAlternateNamesImporter
 
shouldIgnoreComments() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesCountryImporter
 
shouldIgnoreComments() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesFeatureImporter
 
shouldIgnoreComments() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesLanguageImporter
 
shouldIgnoreFirstLine() - Method in class com.gisgraphy.domain.geoloc.importer.AbstractGeonamesProcessor
Template Method : Whether the processor should ignore the first line of the input
shouldIgnoreFirstLine() - Method in class com.gisgraphy.domain.geoloc.importer.AdmExtracter
 
shouldIgnoreFirstLine() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm1Importer
 
shouldIgnoreFirstLine() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm2Importer
 
shouldIgnoreFirstLine() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm3Importer
 
shouldIgnoreFirstLine() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAdm4Importer
 
shouldIgnoreFirstLine() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAlternateNamesImporter
 
shouldIgnoreFirstLine() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesCountryImporter
 
shouldIgnoreFirstLine() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesFeatureImporter
 
shouldIgnoreFirstLine() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesLanguageImporter
 
SignupAction - Class in com.gisgraphy.webapp.action
Action to allow new users to sign up.
SignupAction() - Constructor for class com.gisgraphy.webapp.action.SignupAction
 
SolrClient - Class in com.gisgraphy.domain.geoloc.service.fulltextsearch
Default implementation for IsolrClient.it represent a client to connect to solR server
SolrClient() - Constructor for class com.gisgraphy.domain.geoloc.service.fulltextsearch.SolrClient
Default constructor needed by spring
SolrClient(String, MultiThreadedHttpConnectionManager) - Constructor for class com.gisgraphy.domain.geoloc.service.fulltextsearch.SolrClient
 
SolrResponseDto - Class in com.gisgraphy.domain.valueobject
Java Dto for a solr fulltext response. it is used by FulltextResultsDto
SolrResponseDto(SolrDocument) - Constructor for class com.gisgraphy.domain.valueobject.SolrResponseDto
Create a SolrResponseDto from a SolrDocument
SolRSynchroniser - Class in com.gisgraphy.domain.repository
Interface of data access object for Language
SolRSynchroniser(SolrClient) - Constructor for class com.gisgraphy.domain.repository.SolRSynchroniser
 
SolrUnmarshaller - Class in com.gisgraphy.domain.geoloc.service.fulltextsearch
SolrUnmarshaller for solr Query response to a DTO
SolrUnmarshaller() - Constructor for class com.gisgraphy.domain.geoloc.service.fulltextsearch.SolrUnmarshaller
 
SpatialProjection - Class in com.gisgraphy.hibernate.projection
 
SpatialProjection() - Constructor for class com.gisgraphy.hibernate.projection.SpatialProjection
 
Spring - Class in com.gisgraphy.domain.geoloc.entity
Represents a Spring.
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
SRID - Enum in com.gisgraphy.domain.valueobject
An SRID enum
Stadium - Class in com.gisgraphy.domain.geoloc.entity
Represents a Stadium.
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_PARAMETER - Static variable in class com.gisgraphy.domain.valueobject.Constants
The start rows parameter (useful for paginate)
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
Represent the usage of a StatsUsageType
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
Dao for StatsUsage
StatsUsageDao() - Constructor for class com.gisgraphy.domain.repository.StatsUsageDao
Default Constructor
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() - Method in class com.gisgraphy.webapp.action.ImportAction
 
STATUS - Static variable in class com.gisgraphy.webapp.action.ImportConfirmAction
 
statusMessage - Variable in class com.gisgraphy.domain.geoloc.importer.AbstractGeonamesProcessor
 
Strait - Class in com.gisgraphy.domain.geoloc.entity
Represents a Strait.
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
Represents a Stream.
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
Represents a Street.
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
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
StringUtil - Class in com.gisgraphy.util
String Utility Class This is used to encode passwords programmatically
STYLE_PARAMETER - Static variable in class com.gisgraphy.servlet.FulltextServlet
 
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)

T

tearDown() - Method in class com.gisgraphy.domain.geoloc.importer.AbstractGeonamesProcessor
Template method that can be override.
tearDown() - Method in class com.gisgraphy.domain.geoloc.importer.AdmExtracter
 
tearDown() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesAlternateNamesImporter
 
tearDown() - Method in class com.gisgraphy.domain.geoloc.importer.GeonamesFeatureImporter
 
templateName - Variable in class com.gisgraphy.webapp.action.BaseAction
Velocity template to use for e-mailing
Theater - Class in com.gisgraphy.domain.geoloc.entity
Represents a Theater.
Theater(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Theater
Constructor that populate the Theater with the gisFeature fields
Theater() - Constructor for class com.gisgraphy.domain.geoloc.entity.Theater
Needed by CGLib
TheaterDao - Class in com.gisgraphy.domain.repository
A data access object for Theater Object
TheaterDao() - Constructor for class com.gisgraphy.domain.repository.TheaterDao
Default constructor
TimestampConverter - Class in com.gisgraphy.util
This class is converts a java.util.Date to a String and a String to a java.util.Date for use as a Timestamp.
TimestampConverter() - Constructor for class com.gisgraphy.util.TimestampConverter
 
to(int) - Method in class com.gisgraphy.domain.valueobject.Pagination.PaginationBuilder
 
to(int) - Method in interface com.gisgraphy.domain.valueobject.Pagination.ToSpecification
 
TO_PARAMETER - Static variable in class com.gisgraphy.servlet.FulltextServlet
 
TO_PARAMETER - Static variable in class com.gisgraphy.servlet.GeolocServlet
 
toCSV() - Method in class com.gisgraphy.domain.valueobject.ImporterStatusDto
 
toQueryString() - Method in class com.gisgraphy.domain.geoloc.service.fulltextsearch.FulltextQuery
 
toSqlString(Criteria, CriteriaQuery) - Method in class com.gisgraphy.hibernate.criterion.DistanceOrder
 
toSqlString(Criteria, CriteriaQuery) - Method in class com.gisgraphy.hibernate.criterion.DistanceRestriction
 
toSqlString(Criteria, CriteriaQuery) - Method in class com.gisgraphy.hibernate.criterion.NativeSQLOrder
 
toSqlString(Criteria, CriteriaQuery) - Method in class com.gisgraphy.hibernate.criterion.ProjectionOrder
 
toString() - Method in class com.gisgraphy.domain.geoloc.entity.Adm
 
toString() - Method in class com.gisgraphy.domain.geoloc.entity.AlternateName
 
toString() - Method in class com.gisgraphy.domain.geoloc.entity.GisFeature
 
toString() - Method in class com.gisgraphy.domain.geoloc.service.AbstractGisQuery
 
toString() - Method in class com.gisgraphy.domain.geoloc.service.fulltextsearch.FulltextQuery
 
toString() - Method in class com.gisgraphy.domain.geoloc.service.geoloc.GeolocQuery
 
toString() - Method in class com.gisgraphy.domain.valueobject.Output
 
toString() - Method in class com.gisgraphy.domain.valueobject.Pagination
 
toString() - Method in class com.gisgraphy.model.Address
Returns a multi-line String with key=value pairs.
toString() - Method in class com.gisgraphy.model.BaseObject
Returns a multi-line String with key=value pairs.
toString() - Method in class com.gisgraphy.model.LabelValue
Return a string representation of this object.
toString() - Method in class com.gisgraphy.model.Role
Returns a multi-line String with key=value pairs.
toString() - Method in class com.gisgraphy.model.User
Returns a multi-line String with key=value pairs.
totalReadLine - Variable in class com.gisgraphy.domain.geoloc.importer.AbstractGeonamesProcessor
 
toUTF8(String) - Static method in class com.gisgraphy.helper.EncodingHelper
useful for windows only, this method is a workaround for encoding problems on Windows.
Tower - Class in com.gisgraphy.domain.geoloc.entity
Represents a Tower.
Tower(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Tower
Constructor that populate the Tower with the gisFeature fields
Tower() - Constructor for class com.gisgraphy.domain.geoloc.entity.Tower
Needed by CGLib
TowerDao - Class in com.gisgraphy.domain.repository
A data access object for Tower Object
TowerDao() - Constructor for class com.gisgraphy.domain.repository.TowerDao
Default constructor
transformToGisFeatureDistance(String[], List<?>) - Static method in class com.gisgraphy.hibernate.criterion.ResultTransformerUtil
Transform to bean.
Tree - Class in com.gisgraphy.domain.geoloc.entity
Represents a Tree.
Tree(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Tree
Constructor that populate the Tree with the gisFeature fields
Tree() - Constructor for class com.gisgraphy.domain.geoloc.entity.Tree
Needed by CGLib
TreeDao - Class in com.gisgraphy.domain.repository
A data access object for Tree Object
TreeDao() - Constructor for class com.gisgraphy.domain.repository.TreeDao
Default constructor
TS_FORMAT - Static variable in class com.gisgraphy.util.TimestampConverter
i18n-ized timestamp format - based on values in ApplicationResources.properties
Tunnel - Class in com.gisgraphy.domain.geoloc.entity
Represents a Tunnel.
Tunnel(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Tunnel
Constructor that populate the Tunnel with the gisFeature fields
Tunnel() - Constructor for class com.gisgraphy.domain.geoloc.entity.Tunnel
Needed by CGLib
TunnelDao - Class in com.gisgraphy.domain.repository
A data access object for Tunnel Object
TunnelDao() - Constructor for class com.gisgraphy.domain.repository.TunnelDao
Default constructor

U

unconfirm() - Method in class com.gisgraphy.webapp.action.ResetImportAction
remove the ResetImportAction.RESET_IMPORT_CONFIRM of the session
UnderSea - Class in com.gisgraphy.domain.geoloc.entity
Represents a UnderSea.
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.domain.geoloc.service.fulltextsearch.SolrUnmarshaller
 
UnsupportedFormatException - Exception in com.gisgraphy.domain.geoloc.service.errors
this exception is used when a format is not supported (e.g : not applicable for a specific GisgraphyServiceType
UnsupportedFormatException() - Constructor for exception com.gisgraphy.domain.geoloc.service.errors.UnsupportedFormatException
 
UnsupportedFormatException(String, Throwable) - Constructor for exception com.gisgraphy.domain.geoloc.service.errors.UnsupportedFormatException
 
UnsupportedFormatException(String) - Constructor for exception com.gisgraphy.domain.geoloc.service.errors.UnsupportedFormatException
 
UnsupportedFormatException(Throwable) - Constructor for exception com.gisgraphy.domain.geoloc.service.errors.UnsupportedFormatException
 
unzipFile(File) - Static method in class com.gisgraphy.domain.geoloc.importer.ImporterHelper
unzip a file in the same directory as the zipped file
updateFields() - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance
update the calculated fields (GoogleMapUrl,YahooMapURL,CountryFlag,...)
upload() - Method in class com.gisgraphy.webapp.action.FileUploadAction
Upload the file
URLUtils - Class in com.gisgraphy.helper
Provides URL utilities
URLUtils() - Constructor for class com.gisgraphy.helper.URLUtils
 
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.

V

validate() - Method in class com.gisgraphy.webapp.action.FileUploadAction
 
valueOf(String) - Static method in enum com.gisgraphy.domain.geoloc.importer.AdmExtracterStrategyOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gisgraphy.domain.geoloc.service.fulltextsearch.FullTextFields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gisgraphy.domain.valueobject.AlternateNameSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gisgraphy.domain.valueobject.Constants.SolrQueryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gisgraphy.domain.valueobject.FeatureCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gisgraphy.domain.valueobject.GisgraphyServiceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gisgraphy.domain.valueobject.GISSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gisgraphy.domain.valueobject.ImporterStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gisgraphy.domain.valueobject.Output.OutputFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gisgraphy.domain.valueobject.Output.OutputStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gisgraphy.domain.valueobject.SRID
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gisgraphy.helper.FeatureClassCodeHelper
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gisgraphy.stats.StatsUsageType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.gisgraphy.domain.geoloc.importer.AdmExtracterStrategyOptions
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.gisgraphy.domain.geoloc.service.fulltextsearch.FullTextFields
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.gisgraphy.domain.valueobject.AlternateNameSource
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.gisgraphy.domain.valueobject.Constants.SolrQueryType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.gisgraphy.domain.valueobject.FeatureCode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.gisgraphy.domain.valueobject.GisgraphyServiceType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.gisgraphy.domain.valueobject.GISSource
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.gisgraphy.domain.valueobject.ImporterStatus
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.gisgraphy.domain.valueobject.Output.OutputFormat
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.gisgraphy.domain.valueobject.Output.OutputStyle
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.gisgraphy.domain.valueobject.SRID
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.gisgraphy.helper.FeatureClassCodeHelper
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.gisgraphy.stats.StatsUsageType
Returns an array containing the constants of this enum type, in the order they're declared.
var - Variable in class com.gisgraphy.webapp.taglib.ConstantsTag
The single variable to expose.
Vineyard - Class in com.gisgraphy.domain.geoloc.entity
Represents a Vineyard.
Vineyard(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Vineyard
Constructor that populate the Vineyard with the gisFeature fields
Vineyard() - Constructor for class com.gisgraphy.domain.geoloc.entity.Vineyard
Needed by CGLib
VineyardDao - Class in com.gisgraphy.domain.repository
A data access object for Vineyard Object
VineyardDao() - Constructor for class com.gisgraphy.domain.repository.VineyardDao
Default constructor
virtualizeADMD(String[]) - Static method in class com.gisgraphy.domain.geoloc.importer.ImporterHelper
 
visitATOM(Output.OutputFormat) - Method in interface com.gisgraphy.domain.geoloc.service.errors.IoutputFormatVisitor
 
visitATOM(Output.OutputFormat) - Method in class com.gisgraphy.domain.geoloc.service.fulltextsearch.FulltextErrorVisitor
 
visitATOM(Output.OutputFormat) - Method in class com.gisgraphy.domain.geoloc.service.geoloc.GeolocErrorVisitor
 
visitGEORSS(Output.OutputFormat) - Method in interface com.gisgraphy.domain.geoloc.service.errors.IoutputFormatVisitor
 
visitGEORSS(Output.OutputFormat) - Method in class com.gisgraphy.domain.geoloc.service.fulltextsearch.FulltextErrorVisitor
 
visitGEORSS(Output.OutputFormat) - Method in class com.gisgraphy.domain.geoloc.service.geoloc.GeolocErrorVisitor
 
visitJSON(Output.OutputFormat) - Method in interface com.gisgraphy.domain.geoloc.service.errors.IoutputFormatVisitor
 
visitJSON(Output.OutputFormat) - Method in class com.gisgraphy.domain.geoloc.service.fulltextsearch.FulltextErrorVisitor
 
visitJSON(Output.OutputFormat) - Method in class com.gisgraphy.domain.geoloc.service.geoloc.GeolocErrorVisitor
 
visitPHP(Output.OutputFormat) - Method in interface com.gisgraphy.domain.geoloc.service.errors.IoutputFormatVisitor
 
visitPHP(Output.OutputFormat) - Method in class com.gisgraphy.domain.geoloc.service.fulltextsearch.FulltextErrorVisitor
 
visitPHP(Output.OutputFormat) - Method in class com.gisgraphy.domain.geoloc.service.geoloc.GeolocErrorVisitor
 
visitPYTHON(Output.OutputFormat) - Method in interface com.gisgraphy.domain.geoloc.service.errors.IoutputFormatVisitor
 
visitPYTHON(Output.OutputFormat) - Method in class com.gisgraphy.domain.geoloc.service.fulltextsearch.FulltextErrorVisitor
 
visitPYTHON(Output.OutputFormat) - Method in class com.gisgraphy.domain.geoloc.service.geoloc.GeolocErrorVisitor
 
visitRUBY(Output.OutputFormat) - Method in interface com.gisgraphy.domain.geoloc.service.errors.IoutputFormatVisitor
 
visitRUBY(Output.OutputFormat) - Method in class com.gisgraphy.domain.geoloc.service.fulltextsearch.FulltextErrorVisitor
 
visitRUBY(Output.OutputFormat) - Method in class com.gisgraphy.domain.geoloc.service.geoloc.GeolocErrorVisitor
 
visitXML(Output.OutputFormat) - Method in interface com.gisgraphy.domain.geoloc.service.errors.IoutputFormatVisitor
 
visitXML(Output.OutputFormat) - Method in class com.gisgraphy.domain.geoloc.service.fulltextsearch.FulltextErrorVisitor
 
visitXML(Output.OutputFormat) - Method in class com.gisgraphy.domain.geoloc.service.geoloc.GeolocErrorVisitor
 
Volcano - Class in com.gisgraphy.domain.geoloc.entity
Represents a Volcano.
Volcano(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Volcano
Constructor that populate the Volcano with the gisFeature fields
Volcano() - Constructor for class com.gisgraphy.domain.geoloc.entity.Volcano
Needed by CGLib
VolcanoDao - Class in com.gisgraphy.domain.repository
A data access object for Volcano Object
VolcanoDao() - Constructor for class com.gisgraphy.domain.repository.VolcanoDao
Default constructor

W

WAIT - Static variable in class com.gisgraphy.webapp.action.ImportAction
 
WaterBody - Class in com.gisgraphy.domain.geoloc.entity
Represents a WaterBody.
WaterBody(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.WaterBody
Constructor that populate the WaterBody with the gisFeature fields
WaterBody() - Constructor for class com.gisgraphy.domain.geoloc.entity.WaterBody
Needed by CGLib
WaterBodyDao - Class in com.gisgraphy.domain.repository
A data access object for WaterBody Object
WaterBodyDao() - Constructor for class com.gisgraphy.domain.repository.WaterBodyDao
Default constructor
withAdm1Code(String) - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance.GisFeatureDistanceBuilder
 
withAdm1Name(String) - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance.GisFeatureDistanceBuilder
 
withAdm2Code(String) - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance.GisFeatureDistanceBuilder
 
withAdm2Name(String) - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance.GisFeatureDistanceBuilder
 
withAdm3Code(String) - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance.GisFeatureDistanceBuilder
 
withAdm3Name(String) - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance.GisFeatureDistanceBuilder
 
withAdm4Code(String) - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance.GisFeatureDistanceBuilder
 
withAdm4Name(String) - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance.GisFeatureDistanceBuilder
 
withAsciiName(String) - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance.GisFeatureDistanceBuilder
 
withCountryCode(String) - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance.GisFeatureDistanceBuilder
 
withDefaultFormat() - Static method in class com.gisgraphy.domain.valueobject.Output
 
withDistance(Double) - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance.GisFeatureDistanceBuilder
 
withElevation(Integer) - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance.GisFeatureDistanceBuilder
 
withFeatureClass(String) - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance.GisFeatureDistanceBuilder
 
withFeatureCode(String) - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance.GisFeatureDistanceBuilder
 
withFeatureId(Long) - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance.GisFeatureDistanceBuilder
 
withFormat(Output.OutputFormat) - Static method in class com.gisgraphy.domain.valueobject.Output
 
withGtopo30(Integer) - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance.GisFeatureDistanceBuilder
 
withIndentation() - Method in class com.gisgraphy.domain.valueobject.Output
This method force the output to be indented
withLanguageCode(String) - Method in class com.gisgraphy.domain.valueobject.Output
 
withLocation(Point) - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance.GisFeatureDistanceBuilder
 
withName(String) - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance.GisFeatureDistanceBuilder
 
withOutput(Output) - Method in class com.gisgraphy.domain.geoloc.service.AbstractGisQuery
 
withPagination(Pagination) - Method in class com.gisgraphy.domain.geoloc.service.AbstractGisQuery
 
withPlaceType(Class<? extends GisFeature>) - Method in class com.gisgraphy.domain.geoloc.service.fulltextsearch.FulltextQuery
 
withPlaceType(Class<? extends GisFeature>) - Method in class com.gisgraphy.domain.geoloc.service.geoloc.GeolocQuery
 
withPlaceType(Class<? extends GisFeature>) - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance.GisFeatureDistanceBuilder
 
withPopulation(Integer) - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance.GisFeatureDistanceBuilder
 
withStyle(Output.OutputStyle) - Method in class com.gisgraphy.domain.valueobject.Output
 
withTimeZone(String) - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance.GisFeatureDistanceBuilder
 
withZipCode(Integer) - Method in class com.gisgraphy.domain.valueobject.GisFeatureDistance.GisFeatureDistanceBuilder
 
WrongNumberOfFieldsException - Exception in com.gisgraphy.domain.geoloc.importer
Exception throws during import when a CSV line does not have the expected number of fields
WrongNumberOfFieldsException() - Constructor for exception com.gisgraphy.domain.geoloc.importer.WrongNumberOfFieldsException
Default Constructor
WrongNumberOfFieldsException(String) - Constructor for exception com.gisgraphy.domain.geoloc.importer.WrongNumberOfFieldsException
 
WrongNumberOfFieldsException(Throwable) - Constructor for exception com.gisgraphy.domain.geoloc.importer.WrongNumberOfFieldsException
 
WrongNumberOfFieldsException(String, Throwable) - Constructor for exception com.gisgraphy.domain.geoloc.importer.WrongNumberOfFieldsException
 

Y

YAHOO_MAP_BASE_URL - Static variable in class com.gisgraphy.helper.URLUtils
A Constant to create Yahoo map URL

Z

ZIP_FILE_ACCEPT_REGEX_STRING - Static variable in class com.gisgraphy.domain.geoloc.importer.ImporterHelper
The regexp that every zipped country file dump matches
ZipCodeAware - Interface in com.gisgraphy.domain.geoloc.entity
 
Zoo - Class in com.gisgraphy.domain.geoloc.entity
Represents a Zoo.
Zoo(GisFeature) - Constructor for class com.gisgraphy.domain.geoloc.entity.Zoo
Constructor that populate the Zoo with the gisFeature fields
Zoo() - Constructor for class com.gisgraphy.domain.geoloc.entity.Zoo
Needed by CGLib
ZooDao - Class in com.gisgraphy.domain.repository
A data access object for Zoo Object
ZooDao() - Constructor for class com.gisgraphy.domain.repository.ZooDao
Default constructor

A B C D E F G H I J L M N O P Q R S T U V W Y Z

Copyright © 2009. All Rights Reserved.