ThinkGeo.com    |     Documentation    |     Premium Support

Feature source from Object

 Is there a way to load a feature set from an object and not directly from a database?


The Winform application I want to use this solution in does not access the database directly, but instead is exposed to a data tier of classes that in turn access the database.



Hello Don, 
  
 Thanks for your post, sorry I’m not quite understand what’s your meaning. 
  
 Do you want to do a three-tier architecture so that you can easily switch between different datasource? If it is, you can set that object as a feature collection, then as the return value to let your data-tier to access. 
  
 Please correct me for my misunderstanding and give me more information. 
  
 Regards, 
  
 Gary

 I was able to solve the issue. 


The problem I ran into is my application never has access to the sql Server database directly.  All my data is exposed through a middle tier class object. 


What I needed was the ability the MsSql2008FeatureLayer offers, but not coming froming the database.  Instead it comes from the middle tier.


 



Hello Don, 
  
 I’m glad it’s working now, please feel free to let us know your problems. 
  
 Regards, 
  
 Gary