ThinkGeo.com    |     Documentation    |     Premium Support

Add Collection to Inmemoryfeaturelayer

Hi,



    Through intersection function I am getting Collection<Feature> now I want to create inmemoryfeaturelayer without running loop. Is it possible?

   

Thanks

Hi Goral, 
  
 It looks you can pass in a collection of feature or shapes to our InmemoryFeatureLayer. 
  
 public InMemoryFeatureLayer(IEnumerable<FeatureSourceColumn> featureSourceColumns, IEnumerable<Feature> features) 
 public InMemoryFeatureLayer(IEnumerable<FeatureSourceColumn> featureSourceColumns, IEnumerable<BaseShape> shapes) 
  
 Just create a empty collection for featureSourceColumns if you don’t need that. 
  
 Regards, 
  
 Don

Hi,



  Thanks for reply. Its working fine. 



Thanks,

Goral

Hi Goral, 
  
 Any questions please let us know. 
  
 Regards, 
  
 Don