#1095 Ability to construct GeometryType from LocalGeometryTypeIndex and dimension
Metadata
Property | Value |
---|---|
Reported by | Jö Fahlke (jorrit@jorrit.de) |
Reported at | Apr 26, 2012 22:32 |
Type | Feature Request |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Last edited by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) |
Last edited at | Feb 5, 2013 13:57 |
Closed by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) |
Closed at | Feb 5, 2013 13:57 |
Closed in version | 2.3 |
Resolution | Implemented |
Comment |
Description
I needed to iterate through all geometry types of a given dimension. The cleanest way to add this was to introduce a method to convert a LocalGeometryTypeIndex and a dimension to a GeometryType, since it is trivial to iterate over the index.
Find the Patch attached, if nobody complains I will commit it on monday.