I am new to ThinkGeo but I need to know how to use InMemoryFeatureLayer where data is in the db table. What do I need to work with InMemoryFeatureLayer?
Any tutorials? Samples?
InMemoryFeatureLayer where data is database table
If I had WKBs and add/insert it to a feature layer, would that be enough to put it on InMemoryFeatureLayer?
Hi Raymond,
Thanks for your post and welcome to Map Suite Forums!
For your question, I double it is a good choice to use the InMemoryFeatureLayer to interact with DB. Instead of it, we should use the corresponding layer based on the db type, like the MsSql2008FeatureLayer, OracleFeatureLayer, ArcSdeFeatureLayer, PostgrdFeatureLayer,FileGeoDatabaseFeatureLayer etc. All of the layers support the insert/edit/remove the feature with your WKB.
Some of the usage case sample we can find in HowDoI samples of installation folder and if they are not fit for you, a lot of samples also can be found in our wiki: wiki.thinkgeo.com/wiki/Map_Suite_Web_Edition_All_Samples
If anything I am missing, don’t hesitate to let us know.
Regards,
Troy