OTB
9.0.0
Orfeo Toolbox
|
#include <otbOGRFieldWrapper.h>
Public Member Functions | |
FieldDefn (OGRFieldDefn &definition) | |
std::string | GetName () const |
OGRFieldType | GetType () const |
OGRFieldDefn & | ogr () |
OGRFieldDefn & | ogr () const |
Private Attributes | |
OGRFieldDefn * | m_Definition |
Encapsulation of OGRFieldDefn:
field definition.
m_Definition != 0
m_Definition
lifetime is of the responsibility of the owning OGRFeatureDefn
.
Definition at line 60 of file otbOGRFieldWrapper.h.
|
inline |
Definition at line 63 of file otbOGRFieldWrapper.h.
std::string otb::ogr::FieldDefn::GetName | ( | ) | const |
Field name accessor.
Referenced by otb::PersistentSamplingFilterBase< TInputImage >::InitializeOutputDataSource(), and otb::ogr::operator==().
OGRFieldType otb::ogr::FieldDefn::GetType | ( | ) | const |
Field type accessor.
Referenced by otb::PersistentSamplingFilterBase< TInputImage >::InitializeOutputDataSource(), and otb::ogr::operator==().
|
inline |
Definition at line 70 of file otbOGRFieldWrapper.h.
|
inline |
Definition at line 74 of file otbOGRFieldWrapper.h.
|
private |
Pointer to the actual definition.
Definition at line 83 of file otbOGRFieldWrapper.h.