com.gisgraphy.domain.valueobject
Class GisgraphyConfig
java.lang.Object
com.gisgraphy.domain.valueobject.GisgraphyConfig
public class GisgraphyConfig
- extends java.lang.Object
A bean that contains some property for gisgraphy
- Author:
- David Masclet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
public static org.slf4j.Logger logger
- The logger
defaultGeolocSearchPlaceTypeClass
public static java.lang.Class<? extends GisFeature> defaultGeolocSearchPlaceTypeClass
googleMapAPIKey
public static java.lang.String googleMapAPIKey
googleanalytics_uacctcode
public static java.lang.String googleanalytics_uacctcode
ENVIRONEMENT_PROPERTIES_FILE
public static final java.lang.String ENVIRONEMENT_PROPERTIES_FILE
- See Also:
- Constant Field Values
PARTIAL_SEARH_EXPERIMENTAL
public static boolean PARTIAL_SEARH_EXPERIMENTAL
- it enable or not the partial search that use postgres fulltextsearch
it must be activate before the import to be useable
GisgraphyConfig
public GisgraphyConfig()
setDefaultGeolocSearchPlaceType
public void setDefaultGeolocSearchPlaceType(java.lang.String defaultGeolocSearchPlaceType)
- Parameters:
defaultGeolocSearchPlaceType
- the defaultGeolocSearchPlaceType to set
setGoogleMapAPIKey
public void setGoogleMapAPIKey(java.lang.String googleMapAPIKey)
- Parameters:
googleMapAPIKey
- the googleMapAPIKey to set
setGoogleanalytics_uacctcode
public void setGoogleanalytics_uacctcode(java.lang.String code)
- Parameters:
code
- the Google analytics uacctcode to set
Copyright © 2010. All Rights Reserved.