Package overit.geocall.ux.config
Class PropertiesMap
java.lang.Object
overit.geocall.ux.config.PropertiesMap
Class containing properties defining the map parameters
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final overit.geocall.config.Property<String> Defines the key to access Bing Maps servicesstatic final overit.geocall.config.Property<String> Sets the path reporting the map's graphstatic final overit.geocall.config.Property<String> Defines the default reference system applied by the mapstatic 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 mapstatic final overit.geocall.config.Property<String> Defines the additional parameters related to the mapstatic final overit.geocall.config.Property<Boolean> Defines the typification in evaluating expressions in Geos. -
Method Summary
-
Field Details
-
DATA_PATH
Sets the path reporting the map's graph -
MAPS_URL
Defines the path reporting the images of the map -
ICONS_URL
Defines the directory reporting the icons used by the cartographic dashboard. -
DEFAULT_CSR
Defines the default reference system applied by the map -
LEGACY_MODE
Defines whether to use geos in obsolete mode, or not. The legacy must be enabled for geos versions <=2.0. -
STRONG_TYPING
Defines the typification in evaluating expressions in Geos. -
PARAMETERS
Defines the additional parameters related to the map -
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
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
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
Defines the key to access Bing Maps services -
HERE_APP_KEY
Define the AppKey needed to access to Here Maps.
-