Class PropertiesMap

java.lang.Object
overit.geocall.ux.config.PropertiesMap

public class PropertiesMap extends Object
Class containing properties defining the map parameters
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final overit.geocall.config.Property<String>
    Defines the key to access Bing Maps services
    static final overit.geocall.config.Property<String>
    Sets the path reporting the map's graph
    static final overit.geocall.config.Property<String>
    Defines the default reference system applied by the map
    static final overit.geocall.config.Property<String>
    Defines the string reporting the client id for enterprise use of the maps.
    The string must comply to the following format: name1=value1,name2=value2.
    static final overit.geocall.config.Property<String>
    Defines the string reporting the keys used to sign given requests of the Google APIs (e.g. geocoding).
    static final overit.geocall.config.Property<String>
    Defines the list reporting the keys to access to free API.
    The string must comply to the following format: name1=value1,name2=value2.
    static final overit.geocall.config.Property<String>
    Define the AppKey needed to access to Here Maps.
    static final overit.geocall.config.Property<String>
    Defines the directory reporting the icons used by the cartographic dashboard.
    static final overit.geocall.config.Property<Boolean>
    Defines whether to use geos in obsolete mode, or not.
    static final overit.geocall.config.Property<String>
    Defines the path reporting the images of the map
    static final overit.geocall.config.Property<String>
    Defines the additional parameters related to the map
    static final overit.geocall.config.Property<Boolean>
    Defines the typification in evaluating expressions in Geos.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • DATA_PATH

      public static final overit.geocall.config.Property<String> DATA_PATH
      Sets the path reporting the map's graph
    • MAPS_URL

      public static final overit.geocall.config.Property<String> MAPS_URL
      Defines the path reporting the images of the map
    • ICONS_URL

      public static final overit.geocall.config.Property<String> ICONS_URL
      Defines the directory reporting the icons used by the cartographic dashboard.
    • DEFAULT_CSR

      public static final overit.geocall.config.Property<String> DEFAULT_CSR
      Defines the default reference system applied by the map
    • LEGACY_MODE

      public static final overit.geocall.config.Property<Boolean> LEGACY_MODE
      Defines whether to use geos in obsolete mode, or not. The legacy must be enabled for geos versions <=2.0.
    • STRONG_TYPING

      public static final overit.geocall.config.Property<Boolean> STRONG_TYPING
      Defines the typification in evaluating expressions in Geos.
    • PARAMETERS

      public static final overit.geocall.config.Property<String> PARAMETERS
      Defines the additional parameters related to the map
    • GOOGLE_KEYS

      public static final overit.geocall.config.Property<String> GOOGLE_KEYS
      Defines the list reporting the keys to access to free API.
      The string must comply to the following format: name1=value1,name2=value2. This modality is only advisable if the client id for enterprise use is not available.
    • GOOGLE_CLIENT

      public static final overit.geocall.config.Property<String> GOOGLE_CLIENT
      Defines the string reporting the client id for enterprise use of the maps.
      The string must comply to the following format: name1=value1,name2=value2. This modality does not require the set-up of the keys attribute.
    • GOOGLE_CRYPTO_KEYS

      public static final overit.geocall.config.Property<String> GOOGLE_CRYPTO_KEYS
      Defines the string reporting the keys used to sign given requests of the Google APIs (e.g. geocoding). The string must comply to the following format: name1=value1,name2=value2.
    • BING_KEY

      public static final overit.geocall.config.Property<String> BING_KEY
      Defines the key to access Bing Maps services
    • HERE_APP_KEY

      public static final overit.geocall.config.Property<String> HERE_APP_KEY
      Define the AppKey needed to access to Here Maps.