Ticket #1546 (new feature)
Format.GML: introduce geometryType
| Reported by: | bartvde | Owned by: | tschaub |
|---|---|---|---|
| Priority: | critical | Milestone: | 2.13 Release |
| Component: | Format.GML | Version: | 2.6 |
| Keywords: | Cc: | ||
| State: | Needs More Work |
Description
Currently in parseFeature the parser loops over all possible geometry types, but if a client already knows the geometry type, this is a bit of a waste. In my test it took about 200 ms less time on this loop for 100 features.
Would it be an idea to introduce a geometryType APIProperty, so people knowing the geometryType can set it on the format?
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

