Package overit.geocallapp.wfm.locations
Class PropertiesLocations.Geocoding
java.lang.Object
overit.geocallapp.utilities.config.Properties
overit.geocallapp.wfm.locations.PropertiesLocations.Geocoding
- Enclosing class:
PropertiesLocations
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringReturns the client_id of the application registered on esri.static StringReturns the client_secret of the application registered on esri.static IntegerReturns the number of minutes until token expiresstatic StringReturns the Token endpoint of the application registered on esri.static booleanChecks if the use of microclusters is enabled.static StringReturns the geocoding type.static StringReturns the recipients of the notification email that is sent when the limit of Google requests is reached.static StringReturns the sender of the notification email that is sent when the limit of Google requests is reached.static LongReturns the maximum attempts to re-execute a Google call.static LongReturns the maximum daily normalization Google calls.static LongReturns the number of Google normalization calls over which a notification is issued.static DoubleReturns the maximum number of Google request per second.static StringReturns the Google proxy.static LongReturns the waiting (ms) between Google geocoding attempts.static LongReturns the maximum threshold of microclusters displayed simultaneously on a map.Methods inherited from class overit.geocallapp.utilities.config.Properties
getBooleanProperty, getBooleanProperty, getBooleanSystemProperty, getBooleanSystemProperty, getDoubleProperty, getDoubleProperty, getIntegerProperty, getIntegerProperty, getIntegerSystemProperty, getIntegerSystemProperty, getLongProperty, getLongProperty, getStringListProperty, getStringListProperty, getStringProperty, getStringProperty, getStringSystemProperty, getStringSystemProperty
-
Method Details
-
getGeocodingType
Returns the geocoding type. The available values are:NONEGOOGLE
NONE.- Returns:
- the geocoding type
- See Also:
-
getGeocodingMicrolusters
public static boolean getGeocodingMicrolusters()Checks if the use of microclusters is enabled. The default istrue.- Returns:
trueif the microclusters use is enabled,falseotherwise
-
getSimultaneousDisplayedMicroclusters
Returns the maximum threshold of microclusters displayed simultaneously on a map. The default value is50000.- Returns:
- the simultaneous displayed microclusters
-
getGoogleProxy
Returns the Google proxy.- Returns:
- the Google proxy
-
getGoogleAlertRecipients
Returns the recipients of the notification email that is sent when the limit of Google requests is reached.- Returns:
- the Google alert recipients
-
getGoogleAlertSender
Returns the sender of the notification email that is sent when the limit of Google requests is reached.- Returns:
- the Google alert sender
-
getGoogleMaxAttempts
Returns the maximum attempts to re-execute a Google call.- Returns:
- the Google max attempts
-
getGoogleMaxRequestPerSeconds
Returns the maximum number of Google request per second.- Returns:
- the Google max request per seconds
-
getGoogleWaitingBetweenAttempts
Returns the waiting (ms) between Google geocoding attempts.- Returns:
- the Google waiting between attempts
-
getGoogleMaxDailyCalls
Returns the maximum daily normalization Google calls.- Returns:
- the Google max daily calls
-
getGoogleMaxDailyCallsBeforeAlert
Returns the number of Google normalization calls over which a notification is issued.- Returns:
- the Google max daily calls before alert
-
getEsriClientId
Returns the client_id of the application registered on esri.- Returns:
- the client_id of the application registered on esri
-
getEsriClientSecret
Returns the client_secret of the application registered on esri.- Returns:
- the client_secret of the application registered on esri
-
getEsriExpirationTime
Returns the number of minutes until token expires- Returns:
- the number of minutes until token expires
-
getEsriTokenEndpoint
Returns the Token endpoint of the application registered on esri.- Returns:
- the Token endpoint of the application registered on esri
-