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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -