algorithm - Transform shapefile polygon for a better search in C -


i working on shapefile , i've problems. need know if inside polygon when calling functions, need fast (the answer need found in less 20 ms). on arm-architecture, 1 fpu@1ghz

do need transform shapefile in better spatial organization (like tree) ? kind of data structure recommend ?


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -