Class PropertiesLocations.Geocoding

java.lang.Object
overit.geocallapp.utilities.config.Properties
overit.geocallapp.wfm.locations.PropertiesLocations.Geocoding
Enclosing class:
PropertiesLocations

public static class PropertiesLocations.Geocoding extends Properties
  • Method Details

    • getGeocodingType

      public static String getGeocodingType()
      Returns the geocoding type. The available values are:
      • NONE
      • GOOGLE
      The default is NONE.
      Returns:
      the geocoding type
      See Also:
    • getGeocodingMicrolusters

      public static boolean getGeocodingMicrolusters()
      Checks if the use of microclusters is enabled. The default is true.
      Returns:
      true if the microclusters use is enabled, false otherwise
    • getSimultaneousDisplayedMicroclusters

      public static Long getSimultaneousDisplayedMicroclusters()
      Returns the maximum threshold of microclusters displayed simultaneously on a map. The default value is 50000.
      Returns:
      the simultaneous displayed microclusters
    • getGoogleProxy

      public static String getGoogleProxy()
      Returns the Google proxy.
      Returns:
      the Google proxy
    • getGoogleAlertRecipients

      public static String 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

      public static String 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

      public static Long getGoogleMaxAttempts()
      Returns the maximum attempts to re-execute a Google call.
      Returns:
      the Google max attempts
    • getGoogleMaxRequestPerSeconds

      public static Double getGoogleMaxRequestPerSeconds()
      Returns the maximum number of Google request per second.
      Returns:
      the Google max request per seconds
    • getGoogleWaitingBetweenAttempts

      public static Long getGoogleWaitingBetweenAttempts()
      Returns the waiting (ms) between Google geocoding attempts.
      Returns:
      the Google waiting between attempts
    • getGoogleMaxDailyCalls

      public static Long getGoogleMaxDailyCalls()
      Returns the maximum daily normalization Google calls.
      Returns:
      the Google max daily calls
    • getGoogleMaxDailyCallsBeforeAlert

      public static Long getGoogleMaxDailyCallsBeforeAlert()
      Returns the number of Google normalization calls over which a notification is issued.
      Returns:
      the Google max daily calls before alert
    • getEsriClientId

      public static String getEsriClientId()
      Returns the client_id of the application registered on esri.
      Returns:
      the client_id of the application registered on esri
    • getEsriClientSecret

      public static String getEsriClientSecret()
      Returns the client_secret of the application registered on esri.
      Returns:
      the client_secret of the application registered on esri
    • getEsriExpirationTime

      public static Integer getEsriExpirationTime()
      Returns the number of minutes until token expires
      Returns:
      the number of minutes until token expires
    • getEsriTokenEndpoint

      public static String getEsriTokenEndpoint()
      Returns the Token endpoint of the application registered on esri.
      Returns:
      the Token endpoint of the application registered on esri