Hello,<br><br>I have been looking into an issue that was brought up here earlier. Turns out that the SDE API<br>is slower than cold molassis when using SE_shape_get_num_points() on multipart geometries.<br><br>I did some experimentation using the index tables returned from SE_shape_get_all_points()<br>
directly. The total processing speed on my dataset went from roughly 20 secs down to less than <br>1 sec. There are several huge polygons with 200+ holes in them, and multilines.<br><br>Why the native SDE API is so slow is a mystery, those indices should not require heavy<br>
calculation.<br><br>The code is experimental so far, but when I finish writing the code, I can submit a patch<br>if desired.<br><br><br>-- Øyvind Idland <br>