Exemple #1
0
 /**
  * Set default EPSG code from settings
  *
  * @param epsgCode EPSG code from settings
  * @throws ConfigurationException If an error occurs
  */
 @Deprecated
 @Setting(FeatureQuerySettingsProvider.DEFAULT_EPSG)
 public void setDefaultEpsg(final int epsgCode) throws ConfigurationException {
   setStorageEpsg(epsgCode);
 }