ngageoint / geopackage-ios

GeoPackage iOS Library
http://ngageoint.github.io/geopackage-ios
MIT License
50 stars 19 forks source link

Create Feature Table With Metadata Methods #8

Closed bosborn closed 8 years ago

bosborn commented 8 years ago

Additional create feature table methods that create the geometry columns table if needed, the user feature table, contents row, and insert the geometry columns.

Additional methods should support specifying the name of the id column and/or additional columns. This is currently possible by using the base create feature table method, but requires everything to be created by the caller.