Serialized Form
serialVersionUID: 5086776885839921918L
Package com.gisgraphy.domain.geoloc.entity |
serialVersionUID: 1L
area
Double area
tld
String tld
capitalName
String capitalName
continent
String continent
postalCodeRegex
String postalCodeRegex
currencyCode
String currencyCode
- See Also:
Country.getCurrencyCode()
,
Country.getCurrency()
currencyName
String currencyName
equivalentFipsCode
String equivalentFipsCode
- See Also:
Country.getEquivalentFipsCode()
fipsCode
String fipsCode
- See Also:
Country.getFipsCode()
iso3166Alpha2Code
String iso3166Alpha2Code
- See Also:
Country.getIso3166Alpha2Code()
iso3166Alpha3Code
String iso3166Alpha3Code
- See Also:
Country.getIso3166Alpha3Code()
iso3166NumericCode
int iso3166NumericCode
- See Also:
Country.getIso3166NumericCode()
phonePrefix
String phonePrefix
- See Also:
Country.getPhonePrefix()
postalCodeMask
String postalCodeMask
- See Also:
Country.getPostalCodeMask()
spokenLanguages
List<E> spokenLanguages
- The spoken languages
Package com.gisgraphy.domain.repository.exception |
serialVersionUID: 1919599807530344500L
serialVersionUID: 1919599807530344500L
Package com.gisgraphy.fulltext |
Class com.gisgraphy.fulltext.FullTextSearchException extends com.gisgraphy.service.ServiceException implements Serializable |
serialVersionUID: 7437638905733292244L
Package com.gisgraphy.fulltext.spell |
serialVersionUID: -8534626865010822443L
Package com.gisgraphy.geocoding |
Class com.gisgraphy.geocoding.GeocodingException extends RuntimeException implements Serializable |
Package com.gisgraphy.geoloc |
Class com.gisgraphy.geoloc.GeolocSearchException extends com.gisgraphy.service.ServiceException implements Serializable |
serialVersionUID: 7437638905733292244L
serialVersionUID: 7437638905733292244L
Package com.gisgraphy.helper |
serialVersionUID: 4729607947460578219L
filePath
String filePath
lineData
Vector<E> lineData
- Use a Vector to keep a copy of lines that are a comment or 'blank'
keyData
Vector<E> keyData
- Use a Vector to keep a copy of lines containing a key, i.e. they are a property.
Package com.gisgraphy.hibernate.criterion |
serialVersionUID: 7382013976844760232L
point
com.vividsolutions.jts.geom.Point point
ascending
boolean ascending
serialVersionUID: 1L
point
com.vividsolutions.jts.geom.Point point
- Point we have to calculate the distance from
useIndex
boolean useIndex
distance
double distance
- The distance restriction
serialVersionUID: -1118549308820955458L
ts_vectorColumnName
String ts_vectorColumnName
searchedText
String searchedText
serialVersionUID: 1L
polygon
com.vividsolutions.jts.geom.Polygon polygon
columnName
String columnName
serialVersionUID: 1L
ascending
boolean ascending
sql
String sql
serialVersionUID: -1118549308820955458L
ts_vectorColumnName
String ts_vectorColumnName
searchedText
String searchedText
serialVersionUID: -6838585369943470201L
aliasName
String aliasName
ascending
boolean ascending
Package com.gisgraphy.hibernate.projection |
serialVersionUID: -5528427011925538257L
projectionList
org.hibernate.criterion.ProjectionList projectionList
Package com.gisgraphy.importer |
serialVersionUID: -5721395154087962690L
serialVersionUID: -572139515962690L
serialVersionUID: -5721395154087962690L
serialVersionUID: -5721395154087962690L
Package com.gisgraphy.model |
serialVersionUID: 3617859655330969141L
address
String address
city
String city
province
String province
country
String country
postalCode
String postalCode
serialVersionUID: 3689355407466181430L
label
String label
- The property which supplies the option label visible to the end user.
value
String value
- The property which supplies the value returned to the server.
serialVersionUID: 3690197650654049848L
id
Long id
name
String name
description
String description
serialVersionUID: 3832626162173359411L
id
Long id
username
String username
password
String password
confirmPassword
String confirmPassword
passwordHint
String passwordHint
firstName
String firstName
lastName
String lastName
email
String email
phoneNumber
String phoneNumber
website
String website
address
Address address
version
Integer version
roles
Set<E> roles
enabled
boolean enabled
accountExpired
boolean accountExpired
accountLocked
boolean accountLocked
credentialsExpired
boolean credentialsExpired
Package com.gisgraphy.service |
Class com.gisgraphy.service.ServiceException extends RuntimeException implements Serializable |
serialVersionUID: 7437638905733292244L
serialVersionUID: 4050482305178810162L
Package com.gisgraphy.servlet |
Class com.gisgraphy.servlet.AbstractAddressServlet extends com.gisgraphy.servlet.GisgraphyServlet implements Serializable |
serialVersionUID: 7804855543117309510L
serialVersionUID: -9054548241743095743L
addressParser
com.gisgraphy.addressparser.IAddressParserService addressParser
statsUsageService
IStatsUsageService statsUsageService
serialVersionUID: -9054548241743095743L
fullTextSearchEngine
com.gisgraphy.fulltext.IFullTextSearchEngine fullTextSearchEngine
serialVersionUID: -9054548241743095743L
geocodingService
com.gisgraphy.geocoding.IGeocodingService geocodingService
serialVersionUID: -9054548241743095743L
geolocSearchEngine
com.gisgraphy.geocoloc.IGeolocSearchEngine geolocSearchEngine
Class com.gisgraphy.servlet.GisgraphyServlet extends javax.servlet.http.HttpServlet implements Serializable |
serialVersionUID: -90545482454895743L
debugMode
boolean debugMode
serialVersionUID: 8544156407519263142L
streetSearchEngine
com.gisgraphy.street.IStreetSearchEngine streetSearchEngine
Package com.gisgraphy.street |
Class com.gisgraphy.street.StreetSearchException extends com.gisgraphy.service.ServiceException implements Serializable |
serialVersionUID: 7437638905733292244L
Package com.gisgraphy.webapp.action |
serialVersionUID: -9018894533914543310L
autosubmit
boolean autosubmit
addressParser
com.gisgraphy.addressparser.IAddressParserService addressParser
countryDao
CountryDao countryDao
addressResultsDto
com.gisgraphy.addressparser.AddressResultsDto addressResultsDto
country
String country
style
String style
address
String address
serialVersionUID: 3525445612504421307L
userManager
UserManager userManager
- The UserManager
roleManager
RoleManager roleManager
- The RoleManager
cancel
String cancel
- Indicator if the user clicked cancel
from
String from
- Indicator for the page the user came from.
delete
String delete
- Set to "delete" when a "delete" request parameter is passed in
save
String save
- Set to "save" when a "save" request parameter is passed in
mailEngine
MailEngine mailEngine
- MailEngine for sending e-mail
mailMessage
org.springframework.mail.SimpleMailMessage mailMessage
- A message pre-populated with default data
templateName
String templateName
- Velocity template to use for e-mailing
serialVersionUID: 2940477008022016677L
fullTextSearchEngine
com.gisgraphy.fulltext.IFullTextSearchEngine fullTextSearchEngine
featureId
String featureId
result
com.gisgraphy.fulltext.SolrResponseDto result
errorRef
String errorRef
- The error message reference in the localized properties file
errorMessage
String errorMessage
serialVersionUID: 2940477476216677L
openStreetMapDao
IOpenStreetMapDao openStreetMapDao
gid
String gid
result
OpenStreetMap result
errorRef
String errorRef
- The error message reference in the localized properties file
errorMessage
String errorMessage
serialVersionUID: 3331811022397633034L
alternateNameDao
IAlternateNameDao alternateNameDao
gisFeatureDao
IGisFeatureDao gisFeatureDao
alternatename
AlternateName alternatename
internationalisationService
IInternationalisationService internationalisationService
solRSynchroniser
ISolRSynchroniser solRSynchroniser
transactionManager
org.springframework.transaction.PlatformTransactionManager transactionManager
- The transaction manager
txStatus
org.springframework.transaction.TransactionStatus txStatus
txDefinition
org.springframework.transaction.support.DefaultTransactionDefinition txDefinition
id
Long id
gisFeatureId
Long gisFeatureId
errorMessage
String errorMessage
stackTrace
String stackTrace
serialVersionUID: 4785676484073350068L
gisFeatureDao
IGisFeatureDao gisFeatureDao
gisfeature
GisFeature gisfeature
internationalisationService
IInternationalisationService internationalisationService
countryDao
CountryDao countryDao
IdGenerator
IIdGenerator IdGenerator
solRSynchroniser
ISolRSynchroniser solRSynchroniser
transactionManager
org.springframework.transaction.PlatformTransactionManager transactionManager
txStatus
org.springframework.transaction.TransactionStatus txStatus
txDefinition
org.springframework.transaction.support.DefaultTransactionDefinition txDefinition
latitude
String latitude
longitude
String longitude
latitudeAsFloat
Float latitudeAsFloat
longitudeAsFloat
Float longitudeAsFloat
id
Long id
errorMessage
String errorMessage
stackTrace
String stackTrace
classcode
String classcode
serialVersionUID: 1912758153028565737L
admin
Boolean admin
- force admin mode to true
serialVersionUID: 4785676484073350068L
openStreetMapDao
IOpenStreetMapDao openStreetMapDao
openstreetmap
OpenStreetMap openstreetmap
internationalisationService
IInternationalisationService internationalisationService
countryDao
CountryDao countryDao
IdGenerator
IIdGenerator IdGenerator
transactionManager
org.springframework.transaction.PlatformTransactionManager transactionManager
- The transaction manager
txStatus
org.springframework.transaction.TransactionStatus txStatus
txDefinition
org.springframework.transaction.support.DefaultTransactionDefinition txDefinition
solRSynchroniser
ISolRSynchroniser solRSynchroniser
latitude
String latitude
longitude
String longitude
latitudeAsFloat
Float latitudeAsFloat
longitudeAsFloat
Float longitudeAsFloat
streettype
String streettype
id
Long id
errorMessage
String errorMessage
stackTrace
String stackTrace
shape
String shape
serialVersionUID: -7493269463137268011L
zipCodeDao
IZipCodeDao zipCodeDao
gisFeatureDao
IGisFeatureDao gisFeatureDao
zipCode
ZipCode zipCode
internationalisationService
IInternationalisationService internationalisationService
solRSynchroniser
ISolRSynchroniser solRSynchroniser
transactionManager
org.springframework.transaction.PlatformTransactionManager transactionManager
- The transaction manager
txStatus
org.springframework.transaction.TransactionStatus txStatus
txDefinition
org.springframework.transaction.support.DefaultTransactionDefinition txDefinition
id
Long id
gisFeatureId
Long gisFeatureId
errorMessage
String errorMessage
stackTrace
String stackTrace
serialVersionUID: -9208910183310010569L
file
File file
fileContentType
String fileContentType
fileFileName
String fileFileName
name
String name
serialVersionUID: -9018894533914543310L
fullTextSearchEngine
com.gisgraphy.fulltext.IFullTextSearchEngine fullTextSearchEngine
alternateNameDao
IAlternateNameDao alternateNameDao
countryDao
CountryDao countryDao
responseDTO
com.gisgraphy.fulltext.FulltextResultsDto responseDTO
placetype
String placetype
allwordsrequired
boolean allwordsrequired
admin
Boolean admin
- force admin mode to false
country
String country
lang
String lang
style
String style
q
String q
spellchecking
boolean spellchecking
serialVersionUID: 1L
ambiguousCities
List<E> ambiguousCities
- The cities in case that more than one result match
ambiguousCity
String ambiguousCity
- the name of the city chosen in the ambiguous cities list
city
String city
- th search field value
lng
String lng
lat
String lat
cityFound
boolean cityFound
- whether the city has been found (no more ambiguous)
fullTextSearchEngine
com.gisgraphy.fulltext.IFullTextSearchEngine fullTextSearchEngine
featureIdLatLongMap
Map<K,V> featureIdLatLongMap
message
String message
errorMessage
String errorMessage
countryDao
ICountryDao countryDao
countryCode
String countryCode
serialVersionUID: -9018894533914543310L
autosubmit
boolean autosubmit
geocodingService
com.gisgraphy.geocoding.IGeocodingService geocodingService
countryDao
CountryDao countryDao
addressResultsDto
com.gisgraphy.addressparser.AddressResultsDto addressResultsDto
country
String country
style
String style
address
String address
serialVersionUID: -9018894533914543310L
geolocSearchEngine
com.gisgraphy.geocoloc.IGeolocSearchEngine geolocSearchEngine
responseDTO
com.gisgraphy.domain.valueobject.GeolocResultsDto responseDTO
lat
String lat
lng
String lng
radius
String radius
placetype
String placetype
distance
boolean distance
serialVersionUID: -1459641055753044129L
errorMessage
String errorMessage
importerManager
IImporterManager importerManager
serialVersionUID: 2387732133217655558L
importerConfig
ImporterConfig importerConfig
importerManager
IImporterManager importerManager
errorMessage
String errorMessage
fullTextSearchEngine
com.gisgraphy.fulltext.IFullTextSearchEngine fullTextSearchEngine
importallcountries
boolean importallcountries
importallplacetype
boolean importallplacetype
countryCodes
List<E> countryCodes
placetypes
List<E> placetypes
step
int step
serialVersionUID: -4037514607101222025L
username
String username
serialVersionUID: 295460450224891051L
serialVersionUID: -259250843779247710L
importerManager
IImporterManager importerManager
errorsAndWarningMessages
List<E> errorsAndWarningMessages
resetFailed
boolean resetFailed
failedMessage
String failedMessage
serialVersionUID: 1L
lat
String lat
lng
String lng
serialVersionUID: -9018894533914543310L
advancedSearch
boolean advancedSearch
from
int from
to
int to
format
String format
indent
boolean indent
errorMessage
String errorMessage
- The error message in case of exception
serialVersionUID: 6558317334878272308L
user
User user
cancel
String cancel
serialVersionUID: -9018894533914543310L
statsUsageDao
IStatsUsageDao statsUsageDao
statsUsages
List<E> statsUsages
totalUsage
Long totalUsage
serialVersionUID: -9018894533914543310L
autosubmit
boolean autosubmit
streetSearchEngine
com.gisgraphy.street.IStreetSearchEngine streetSearchEngine
streetSearchResultsDto
com.gisgraphy.domain.valueobject.StreetSearchResultsDto streetSearchResultsDto
lat
String lat
lng
String lng
radius
String radius
streetType
String streetType
name
String name
distance
boolean distance
serialVersionUID: 6776558938712115191L
users
List<E> users
user
User user
id
String id
Package com.gisgraphy.webapp.interceptor |
serialVersionUID: 5067790608840427509L
authorizedRoles
String[] authorizedRoles
Package com.gisgraphy.webapp.taglib |
serialVersionUID: 3258417209566116146L
log
org.apache.commons.logging.Log log
clazz
String clazz
- The class to expose the variables from.
scope
String scope
- The scope to be put the variable in.
var
String var
- The single variable to expose.
serialVersionUID: 3905528206810167095L
name
String name
prompt
String prompt
scope
String scope
selected
String selected
Copyright © 2012. All Rights Reserved.