1 True i firstly load the shapefiles to confront the user with the shapes he is planning to use...
2 I make datagrids now to keep en eye on whats happening while debugging but yes making a dataset and fill with datasource is my plan to go :)
3 Disposing fs seems not to work well for the part in the code i used it... furthermore i see no room to dispose things
4 I have no idea how to activate that but i think i can live with a limitation in filesizes for the user...
I noticed that when i start with 100mb memoryusage and run our code concerning points in and outside on the following shapes
22.000 buildings
22.000 adresses
6.000 measurepoints on the walls
The memoryusage grows to more than 1,407 GB and then i get an system out of memory exception while running through
For Each feature In GEBOUWENpolygons.Features....
SO i guess this is a bit heavy ...
2 I make datagrids now to keep en eye on whats happening while debugging but yes making a dataset and fill with datasource is my plan to go :)
3 Disposing fs seems not to work well for the part in the code i used it... furthermore i see no room to dispose things
4 I have no idea how to activate that but i think i can live with a limitation in filesizes for the user...
I noticed that when i start with 100mb memoryusage and run our code concerning points in and outside on the following shapes
22.000 buildings
22.000 adresses
6.000 measurepoints on the walls
The memoryusage grows to more than 1,407 GB and then i get an system out of memory exception while running through
For Each feature In GEBOUWENpolygons.Features....
SO i guess this is a bit heavy ...