![]() |
Quetzal-CoaTL
The Coalescence Template Library
|
Public Member Functions | |
Layer (Dataset &dataset, const std::string &layer_name, OGRwkbGeometryType type, const std::vector< std::string > &options={}) | |
OGRLayer & | get () |
const OGRLayer & | get () const |
Dataset & | dataset () const |
const char * | name () const |
Layer & | add_field (const std::string &field_name, OGRFieldType type, int width, int precision=0) |
void | create_feature (OGRFeature *feature) |
Layer & | start_transaction () |
Layer & | commit_transaction () |