|
OGR
|
#include "cpl_atomic_ops.h"#include "ogr_featurestyle.h"#include "ogr_geometry.h"#include <exception>#include <memory>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | OGRFieldDefn |
| class | OGRGeomFieldDefn |
| class | OGRFeatureDefn |
| class | OGRFeature |
| class | OGRFeature::FieldValue |
| class | OGRFeature::ConstFieldIterator |
| class | OGRFeature::FieldNotFoundException |
Typedefs | |
| typedef void * | OGRFieldDefnH |
| typedef void * | OGRFeatureDefnH |
| typedef void * | OGRFeatureH |
| typedef void * | OGRStyleTableH |
| typedef struct OGRGeomFieldDefnHS * | OGRGeomFieldDefnH |
| typedef std::unique_ptr< OGRFeature, OGRFeatureUniquePtrDeleter > | OGRFeatureUniquePtr |
Simple feature classes.
| typedef void* OGRFeatureDefnH |
Opaque type for a feature definition (OGRFeatureDefn)
| typedef void* OGRFeatureH |
Opaque type for a feature (OGRFeature)
| typedef std::unique_ptr<OGRFeature, OGRFeatureUniquePtrDeleter> OGRFeatureUniquePtr |
Unique pointer type for OGRFeature.
| typedef void* OGRFieldDefnH |
Opaque type for a field definition (OGRFieldDefn)
| typedef struct OGRGeomFieldDefnHS* OGRGeomFieldDefnH |
Opaque type for a geometry field definition (OGRGeomFieldDefn)
| typedef void* OGRStyleTableH |
Opaque type for a style table (OGRStyleTable)
1.8.14.