Hi:
 
Geoserver can retrieve DataAccess by a DataStoreInfo by 
ResoucePool.getDataStore(DataStoreInfo info) where it try to get the DataStore 
from :
 public class ResourcePool {  .......   public DataAccess<? extends 
FeatureType, ? extends Feature&gt; getDataStore(DataStoreInfo info){     ....   
  dataStore = DataStoreUtils.getDataAccess(connectionParameters);     ....   } 
} 
Then how about if two DataStore have the same parameters?
 
Also, I wonder why it does not use the type of the DataStoreInfo to get the 
result directly?
 ​
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to