gdal.ogr.api

Undocumented in source.

Members

Aliases

OGRCoordinateTransformationH
alias OGRCoordinateTransformationH = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGRDataSourceH
alias OGRDataSourceH = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGRFeatureDefnH
alias OGRFeatureDefnH = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGRFeatureH
alias OGRFeatureH = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGRFieldDefnH
alias OGRFieldDefnH = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGRGeomFieldDefnH
alias OGRGeomFieldDefnH = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGRGeometryH
alias OGRGeometryH = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGRLayerH
alias OGRLayerH = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGRSFDriverH
alias OGRSFDriverH = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGRSpatialReferenceH
alias OGRSpatialReferenceH = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGRStyleMgrH
alias OGRStyleMgrH = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGRStyleTableH
alias OGRStyleTableH = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGRStyleToolH
alias OGRStyleToolH = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

OGRBuildPolygonFromEdges
OGRGeometryH OGRBuildPolygonFromEdges(OGRGeometryH hLinesAsCollection, int bBestEffort, int bAutoClose, double dfTolerance, OGRErr* peErr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGRCleanupAll
void OGRCleanupAll()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGRDeregisterDriver
void OGRDeregisterDriver(OGRSFDriverH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGRGetDriver
OGRSFDriverH OGRGetDriver(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGRGetDriverByName
OGRSFDriverH OGRGetDriverByName(const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGRGetDriverCount
int OGRGetDriverCount()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGRGetGenerate_DB2_V72_BYTE_ORDER
int OGRGetGenerate_DB2_V72_BYTE_ORDER()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGRGetNonLinearGeometriesEnabledFlag
int OGRGetNonLinearGeometriesEnabledFlag()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGRGetOpenDS
OGRDataSourceH OGRGetOpenDS(int iDS)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGRGetOpenDSCount
int OGRGetOpenDSCount()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGROpen
OGRDataSourceH OGROpen(const(char)* , int , OGRSFDriverH* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGROpenShared
OGRDataSourceH OGROpenShared(const(char)* , int , OGRSFDriverH* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGRRegisterAll
void OGRRegisterAll()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGRRegisterDriver
void OGRRegisterDriver(OGRSFDriverH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGRReleaseDataSource
OGRErr OGRReleaseDataSource(OGRDataSourceH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGRSetGenerate_DB2_V72_BYTE_ORDER
OGRErr OGRSetGenerate_DB2_V72_BYTE_ORDER(int bGenerate_DB2_V72_BYTE_ORDER)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGRSetNonLinearGeometriesEnabledFlag
void OGRSetNonLinearGeometriesEnabledFlag(int bFlag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_AreTypeSubTypeCompatible
int OGR_AreTypeSubTypeCompatible(OGRFieldType eType, OGRFieldSubType eSubType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_DS_CopyLayer
OGRLayerH OGR_DS_CopyLayer(OGRDataSourceH , OGRLayerH , const(char)* , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_DS_CreateLayer
OGRLayerH OGR_DS_CreateLayer(OGRDataSourceH , const(char)* , OGRSpatialReferenceH , OGRwkbGeometryType , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_DS_DeleteLayer
OGRErr OGR_DS_DeleteLayer(OGRDataSourceH , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_DS_Dereference
int OGR_DS_Dereference(OGRDataSourceH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_DS_Destroy
void OGR_DS_Destroy(OGRDataSourceH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_DS_ExecuteSQL
OGRLayerH OGR_DS_ExecuteSQL(OGRDataSourceH , const(char)* , OGRGeometryH , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_DS_GetDriver
OGRSFDriverH OGR_DS_GetDriver(OGRDataSourceH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_DS_GetLayer
OGRLayerH OGR_DS_GetLayer(OGRDataSourceH , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_DS_GetLayerByName
OGRLayerH OGR_DS_GetLayerByName(OGRDataSourceH , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_DS_GetLayerCount
int OGR_DS_GetLayerCount(OGRDataSourceH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_DS_GetName
const(char)* OGR_DS_GetName(OGRDataSourceH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_DS_GetRefCount
int OGR_DS_GetRefCount(OGRDataSourceH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_DS_GetStyleTable
OGRStyleTableH OGR_DS_GetStyleTable(OGRDataSourceH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_DS_GetSummaryRefCount
int OGR_DS_GetSummaryRefCount(OGRDataSourceH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_DS_Reference
int OGR_DS_Reference(OGRDataSourceH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_DS_ReleaseResultSet
void OGR_DS_ReleaseResultSet(OGRDataSourceH , OGRLayerH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_DS_SetStyleTable
void OGR_DS_SetStyleTable(OGRDataSourceH , OGRStyleTableH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_DS_SetStyleTableDirectly
void OGR_DS_SetStyleTableDirectly(OGRDataSourceH , OGRStyleTableH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_DS_SyncToDisk
OGRErr OGR_DS_SyncToDisk(OGRDataSourceH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_DS_TestCapability
int OGR_DS_TestCapability(OGRDataSourceH , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_Dr_CopyDataSource
OGRDataSourceH OGR_Dr_CopyDataSource(OGRSFDriverH , OGRDataSourceH , const(char)* , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_Dr_CreateDataSource
OGRDataSourceH OGR_Dr_CreateDataSource(OGRSFDriverH , const(char)* , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_Dr_DeleteDataSource
OGRErr OGR_Dr_DeleteDataSource(OGRSFDriverH , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_Dr_GetName
const(char)* OGR_Dr_GetName(OGRSFDriverH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_Dr_Open
OGRDataSourceH OGR_Dr_Open(OGRSFDriverH , const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_Dr_TestCapability
int OGR_Dr_TestCapability(OGRSFDriverH , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_FD_AddFieldDefn
void OGR_FD_AddFieldDefn(OGRFeatureDefnH , OGRFieldDefnH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_FD_AddGeomFieldDefn
void OGR_FD_AddGeomFieldDefn(OGRFeatureDefnH hFDefn, OGRGeomFieldDefnH hGFldDefn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_FD_Create
OGRFeatureDefnH OGR_FD_Create(const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_FD_DeleteFieldDefn
OGRErr OGR_FD_DeleteFieldDefn(OGRFeatureDefnH hDefn, int iField)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_FD_DeleteGeomFieldDefn
OGRErr OGR_FD_DeleteGeomFieldDefn(OGRFeatureDefnH hFDefn, int iGeomField)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_FD_Dereference
int OGR_FD_Dereference(OGRFeatureDefnH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_FD_Destroy
void OGR_FD_Destroy(OGRFeatureDefnH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_FD_GetFieldCount
int OGR_FD_GetFieldCount(OGRFeatureDefnH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_FD_GetFieldDefn
OGRFieldDefnH OGR_FD_GetFieldDefn(OGRFeatureDefnH , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_FD_GetFieldIndex
int OGR_FD_GetFieldIndex(OGRFeatureDefnH , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_FD_GetGeomFieldCount
int OGR_FD_GetGeomFieldCount(OGRFeatureDefnH hFDefn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_FD_GetGeomFieldDefn
OGRGeomFieldDefnH OGR_FD_GetGeomFieldDefn(OGRFeatureDefnH hFDefn, int i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_FD_GetGeomFieldIndex
int OGR_FD_GetGeomFieldIndex(OGRFeatureDefnH hFDefn, const(char)* pszName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_FD_GetGeomType
OGRwkbGeometryType OGR_FD_GetGeomType(OGRFeatureDefnH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_FD_GetName
const(char)* OGR_FD_GetName(OGRFeatureDefnH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_FD_GetReferenceCount
int OGR_FD_GetReferenceCount(OGRFeatureDefnH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_FD_IsGeometryIgnored
int OGR_FD_IsGeometryIgnored(OGRFeatureDefnH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_FD_IsSame
int OGR_FD_IsSame(OGRFeatureDefnH hFDefn, OGRFeatureDefnH hOtherFDefn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_FD_IsStyleIgnored
int OGR_FD_IsStyleIgnored(OGRFeatureDefnH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_FD_Reference
int OGR_FD_Reference(OGRFeatureDefnH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_FD_Release
void OGR_FD_Release(OGRFeatureDefnH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_FD_ReorderFieldDefns
OGRErr OGR_FD_ReorderFieldDefns(OGRFeatureDefnH hDefn, int* panMap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_FD_SetGeomType
void OGR_FD_SetGeomType(OGRFeatureDefnH , OGRwkbGeometryType )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_FD_SetGeometryIgnored
void OGR_FD_SetGeometryIgnored(OGRFeatureDefnH , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_FD_SetStyleIgnored
void OGR_FD_SetStyleIgnored(OGRFeatureDefnH , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_Clone
OGRFeatureH OGR_F_Clone(OGRFeatureH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_Create
OGRFeatureH OGR_F_Create(OGRFeatureDefnH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_Destroy
void OGR_F_Destroy(OGRFeatureH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_DumpReadable
void OGR_F_DumpReadable(OGRFeatureH , FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_Equal
int OGR_F_Equal(OGRFeatureH , OGRFeatureH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_FillUnsetWithDefault
void OGR_F_FillUnsetWithDefault(OGRFeatureH hFeat, int bNotNullableOnly, char** papszOptions)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_GetDefnRef
OGRFeatureDefnH OGR_F_GetDefnRef(OGRFeatureH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_GetFID
GIntBig OGR_F_GetFID(OGRFeatureH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_GetFieldAsBinary
GByte* OGR_F_GetFieldAsBinary(OGRFeatureH , int , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_GetFieldAsDateTime
int OGR_F_GetFieldAsDateTime(OGRFeatureH , int , int* , int* , int* , int* , int* , int* , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_GetFieldAsDateTimeEx
int OGR_F_GetFieldAsDateTimeEx(OGRFeatureH hFeat, int iField, int* pnYear, int* pnMonth, int* pnDay, int* pnHour, int* pnMinute, float* pfSecond, int* pnTZFlag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_GetFieldAsDouble
double OGR_F_GetFieldAsDouble(OGRFeatureH , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_GetFieldAsDoubleList
double* OGR_F_GetFieldAsDoubleList(OGRFeatureH , int , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_GetFieldAsInteger
int OGR_F_GetFieldAsInteger(OGRFeatureH , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_GetFieldAsInteger64
GIntBig OGR_F_GetFieldAsInteger64(OGRFeatureH , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_GetFieldAsInteger64List
GIntBig* OGR_F_GetFieldAsInteger64List(OGRFeatureH , int , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_GetFieldAsIntegerList
int* OGR_F_GetFieldAsIntegerList(OGRFeatureH , int , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_GetFieldAsString
const(char)* OGR_F_GetFieldAsString(OGRFeatureH , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_GetFieldAsStringList
char** OGR_F_GetFieldAsStringList(OGRFeatureH , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_GetFieldCount
int OGR_F_GetFieldCount(OGRFeatureH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_GetFieldDefnRef
OGRFieldDefnH OGR_F_GetFieldDefnRef(OGRFeatureH , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_GetFieldIndex
int OGR_F_GetFieldIndex(OGRFeatureH , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_GetGeomFieldCount
int OGR_F_GetGeomFieldCount(OGRFeatureH hFeat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_GetGeomFieldDefnRef
OGRGeomFieldDefnH OGR_F_GetGeomFieldDefnRef(OGRFeatureH hFeat, int iField)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_GetGeomFieldIndex
int OGR_F_GetGeomFieldIndex(OGRFeatureH hFeat, const(char)* pszName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_GetGeomFieldRef
OGRGeometryH OGR_F_GetGeomFieldRef(OGRFeatureH hFeat, int iField)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_GetGeometryRef
OGRGeometryH OGR_F_GetGeometryRef(OGRFeatureH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_GetNativeData
const(char)* OGR_F_GetNativeData(OGRFeatureH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_GetNativeMediaType
const(char)* OGR_F_GetNativeMediaType(OGRFeatureH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_GetRawFieldRef
OGRField* OGR_F_GetRawFieldRef(OGRFeatureH , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_GetStyleString
const(char)* OGR_F_GetStyleString(OGRFeatureH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_GetStyleTable
OGRStyleTableH OGR_F_GetStyleTable(OGRFeatureH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_IsFieldSet
int OGR_F_IsFieldSet(OGRFeatureH , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_SetFID
OGRErr OGR_F_SetFID(OGRFeatureH , GIntBig )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_SetFieldBinary
void OGR_F_SetFieldBinary(OGRFeatureH , int , int , GByte* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_SetFieldDateTime
void OGR_F_SetFieldDateTime(OGRFeatureH , int , int , int , int , int , int , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_SetFieldDateTimeEx
void OGR_F_SetFieldDateTimeEx(OGRFeatureH , int , int , int , int , int , int , float , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_SetFieldDouble
void OGR_F_SetFieldDouble(OGRFeatureH , int , double )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_SetFieldDoubleList
void OGR_F_SetFieldDoubleList(OGRFeatureH , int , int , double* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_SetFieldInteger
void OGR_F_SetFieldInteger(OGRFeatureH , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_SetFieldInteger64
void OGR_F_SetFieldInteger64(OGRFeatureH , int , GIntBig )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_SetFieldInteger64List
void OGR_F_SetFieldInteger64List(OGRFeatureH , int , int , GIntBig* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_SetFieldIntegerList
void OGR_F_SetFieldIntegerList(OGRFeatureH , int , int , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_SetFieldRaw
void OGR_F_SetFieldRaw(OGRFeatureH , int , OGRField* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_SetFieldString
void OGR_F_SetFieldString(OGRFeatureH , int , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_SetFieldStringList
void OGR_F_SetFieldStringList(OGRFeatureH , int , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_SetFrom
OGRErr OGR_F_SetFrom(OGRFeatureH , OGRFeatureH , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_SetFromWithMap
OGRErr OGR_F_SetFromWithMap(OGRFeatureH , OGRFeatureH , int , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_SetGeomField
OGRErr OGR_F_SetGeomField(OGRFeatureH hFeat, int iField, OGRGeometryH hGeom)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_SetGeomFieldDirectly
OGRErr OGR_F_SetGeomFieldDirectly(OGRFeatureH hFeat, int iField, OGRGeometryH hGeom)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_SetGeometry
OGRErr OGR_F_SetGeometry(OGRFeatureH , OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_SetGeometryDirectly
OGRErr OGR_F_SetGeometryDirectly(OGRFeatureH , OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_SetNativeData
void OGR_F_SetNativeData(OGRFeatureH , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_SetNativeMediaType
void OGR_F_SetNativeMediaType(OGRFeatureH , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_SetStyleString
void OGR_F_SetStyleString(OGRFeatureH , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_SetStyleStringDirectly
void OGR_F_SetStyleStringDirectly(OGRFeatureH , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_SetStyleTable
void OGR_F_SetStyleTable(OGRFeatureH , OGRStyleTableH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_SetStyleTableDirectly
void OGR_F_SetStyleTableDirectly(OGRFeatureH , OGRStyleTableH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_StealGeometry
OGRGeometryH OGR_F_StealGeometry(OGRFeatureH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_UnsetField
void OGR_F_UnsetField(OGRFeatureH , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_F_Validate
int OGR_F_Validate(OGRFeatureH , int nValidateFlags, int bEmitError)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_Fld_Create
OGRFieldDefnH OGR_Fld_Create(const(char)* , OGRFieldType )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_Fld_Destroy
void OGR_Fld_Destroy(OGRFieldDefnH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_Fld_GetDefault
const(char)* OGR_Fld_GetDefault(OGRFieldDefnH hDefn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_Fld_GetJustify
OGRJustification OGR_Fld_GetJustify(OGRFieldDefnH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_Fld_GetNameRef
const(char)* OGR_Fld_GetNameRef(OGRFieldDefnH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_Fld_GetPrecision
int OGR_Fld_GetPrecision(OGRFieldDefnH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_Fld_GetSubType
OGRFieldSubType OGR_Fld_GetSubType(OGRFieldDefnH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_Fld_GetType
OGRFieldType OGR_Fld_GetType(OGRFieldDefnH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_Fld_GetWidth
int OGR_Fld_GetWidth(OGRFieldDefnH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_Fld_IsDefaultDriverSpecific
int OGR_Fld_IsDefaultDriverSpecific(OGRFieldDefnH hDefn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_Fld_IsIgnored
int OGR_Fld_IsIgnored(OGRFieldDefnH hDefn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_Fld_IsNullable
int OGR_Fld_IsNullable(OGRFieldDefnH hDefn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_Fld_Set
void OGR_Fld_Set(OGRFieldDefnH , const(char)* , OGRFieldType , int , int , OGRJustification )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_Fld_SetDefault
void OGR_Fld_SetDefault(OGRFieldDefnH hDefn, const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_Fld_SetIgnored
void OGR_Fld_SetIgnored(OGRFieldDefnH hDefn, int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_Fld_SetJustify
void OGR_Fld_SetJustify(OGRFieldDefnH , OGRJustification )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_Fld_SetName
void OGR_Fld_SetName(OGRFieldDefnH , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_Fld_SetNullable
void OGR_Fld_SetNullable(OGRFieldDefnH hDefn, int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_Fld_SetPrecision
void OGR_Fld_SetPrecision(OGRFieldDefnH , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_Fld_SetSubType
void OGR_Fld_SetSubType(OGRFieldDefnH , OGRFieldSubType )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_Fld_SetType
void OGR_Fld_SetType(OGRFieldDefnH , OGRFieldType )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_Fld_SetWidth
void OGR_Fld_SetWidth(OGRFieldDefnH , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_GFld_Create
OGRGeomFieldDefnH OGR_GFld_Create(const(char)* , OGRwkbGeometryType )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_GFld_Destroy
void OGR_GFld_Destroy(OGRGeomFieldDefnH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_GFld_GetNameRef
const(char)* OGR_GFld_GetNameRef(OGRGeomFieldDefnH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_GFld_GetSpatialRef
OGRSpatialReferenceH OGR_GFld_GetSpatialRef(OGRGeomFieldDefnH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_GFld_GetType
OGRwkbGeometryType OGR_GFld_GetType(OGRGeomFieldDefnH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_GFld_IsIgnored
int OGR_GFld_IsIgnored(OGRGeomFieldDefnH hDefn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_GFld_IsNullable
int OGR_GFld_IsNullable(OGRGeomFieldDefnH hDefn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_GFld_SetIgnored
void OGR_GFld_SetIgnored(OGRGeomFieldDefnH hDefn, int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_GFld_SetName
void OGR_GFld_SetName(OGRGeomFieldDefnH , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_GFld_SetNullable
void OGR_GFld_SetNullable(OGRGeomFieldDefnH hDefn, int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_GFld_SetSpatialRef
void OGR_GFld_SetSpatialRef(OGRGeomFieldDefnH , OGRSpatialReferenceH hSRS)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_GFld_SetType
void OGR_GFld_SetType(OGRGeomFieldDefnH , OGRwkbGeometryType )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_AddGeometry
OGRErr OGR_G_AddGeometry(OGRGeometryH , OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_AddGeometryDirectly
OGRErr OGR_G_AddGeometryDirectly(OGRGeometryH , OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_AddPoint
void OGR_G_AddPoint(OGRGeometryH , double , double , double )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_AddPointM
void OGR_G_AddPointM(OGRGeometryH , double , double , double )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_AddPointZM
void OGR_G_AddPointZM(OGRGeometryH , double , double , double , double )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_AddPoint_2D
void OGR_G_AddPoint_2D(OGRGeometryH , double , double )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_ApproximateArcAngles
OGRGeometryH OGR_G_ApproximateArcAngles(double dfCenterX, double dfCenterY, double dfZ, double dfPrimaryRadius, double dfSecondaryAxis, double dfRotation, double dfStartAngle, double dfEndAngle, double dfMaxAngleStepSizeDegrees)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_Area
double OGR_G_Area(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_AssignSpatialReference
void OGR_G_AssignSpatialReference(OGRGeometryH , OGRSpatialReferenceH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_Boundary
OGRGeometryH OGR_G_Boundary(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_Buffer
OGRGeometryH OGR_G_Buffer(OGRGeometryH , double , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_Centroid
int OGR_G_Centroid(OGRGeometryH , OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_Clone
OGRGeometryH OGR_G_Clone(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_CloseRings
void OGR_G_CloseRings(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_Contains
int OGR_G_Contains(OGRGeometryH , OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_ConvexHull
OGRGeometryH OGR_G_ConvexHull(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_CoordinateDimension
int OGR_G_CoordinateDimension(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_CreateFromFgf
OGRErr OGR_G_CreateFromFgf(ubyte* , OGRSpatialReferenceH , OGRGeometryH* , int , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_CreateFromGML
OGRGeometryH OGR_G_CreateFromGML(const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_CreateFromGMLTree
OGRGeometryH OGR_G_CreateFromGMLTree(CPLXMLNode* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_CreateFromWkb
OGRErr OGR_G_CreateFromWkb(ubyte* , OGRSpatialReferenceH , OGRGeometryH* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_CreateFromWkt
OGRErr OGR_G_CreateFromWkt(char** , OGRSpatialReferenceH , OGRGeometryH* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_CreateGeometry
OGRGeometryH OGR_G_CreateGeometry(OGRwkbGeometryType )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_CreateGeometryFromJson
OGRGeometryH OGR_G_CreateGeometryFromJson(const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_Crosses
int OGR_G_Crosses(OGRGeometryH , OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_DelaunayTriangulation
OGRGeometryH OGR_G_DelaunayTriangulation(OGRGeometryH hThis, double dfTolerance, int bOnlyEdges)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_DestroyGeometry
void OGR_G_DestroyGeometry(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_Difference
OGRGeometryH OGR_G_Difference(OGRGeometryH , OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_Disjoint
int OGR_G_Disjoint(OGRGeometryH , OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_Distance
double OGR_G_Distance(OGRGeometryH , OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_DumpReadable
void OGR_G_DumpReadable(OGRGeometryH , FILE* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_Empty
void OGR_G_Empty(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_Equal
int OGR_G_Equal(OGRGeometryH , OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_Equals
int OGR_G_Equals(OGRGeometryH , OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_ExportEnvelopeToGMLTree
CPLXMLNode* OGR_G_ExportEnvelopeToGMLTree(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_ExportToGML
char* OGR_G_ExportToGML(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_ExportToGMLEx
char* OGR_G_ExportToGMLEx(OGRGeometryH , char** papszOptions)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_ExportToGMLTree
CPLXMLNode* OGR_G_ExportToGMLTree(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_ExportToIsoWkb
OGRErr OGR_G_ExportToIsoWkb(OGRGeometryH , OGRwkbByteOrder , ubyte* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_ExportToIsoWkt
OGRErr OGR_G_ExportToIsoWkt(OGRGeometryH , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_ExportToJson
char* OGR_G_ExportToJson(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_ExportToJsonEx
char* OGR_G_ExportToJsonEx(OGRGeometryH , char** papszOptions)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_ExportToKML
char* OGR_G_ExportToKML(OGRGeometryH , const(char)* pszAltitudeMode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_ExportToWkb
OGRErr OGR_G_ExportToWkb(OGRGeometryH , OGRwkbByteOrder , ubyte* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_ExportToWkt
OGRErr OGR_G_ExportToWkt(OGRGeometryH , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_FlattenTo2D
void OGR_G_FlattenTo2D(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_ForceTo
OGRGeometryH OGR_G_ForceTo(OGRGeometryH hGeom, OGRwkbGeometryType eTargetType, char** papszOptions)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_ForceToLineString
OGRGeometryH OGR_G_ForceToLineString(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_ForceToMultiLineString
OGRGeometryH OGR_G_ForceToMultiLineString(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_ForceToMultiPoint
OGRGeometryH OGR_G_ForceToMultiPoint(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_ForceToMultiPolygon
OGRGeometryH OGR_G_ForceToMultiPolygon(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_ForceToPolygon
OGRGeometryH OGR_G_ForceToPolygon(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_GetArea
double OGR_G_GetArea(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_GetBoundary
OGRGeometryH OGR_G_GetBoundary(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_GetCoordinateDimension
int OGR_G_GetCoordinateDimension(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_GetCurveGeometry
OGRGeometryH OGR_G_GetCurveGeometry(OGRGeometryH hGeom, char** papszOptions)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_GetDimension
int OGR_G_GetDimension(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_GetEnvelope
void OGR_G_GetEnvelope(OGRGeometryH , OGREnvelope* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_GetEnvelope3D
void OGR_G_GetEnvelope3D(OGRGeometryH , OGREnvelope3D* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_GetGeometryCount
int OGR_G_GetGeometryCount(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_GetGeometryName
const(char)* OGR_G_GetGeometryName(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_GetGeometryRef
OGRGeometryH OGR_G_GetGeometryRef(OGRGeometryH , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_GetGeometryType
OGRwkbGeometryType OGR_G_GetGeometryType(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_GetLinearGeometry
OGRGeometryH OGR_G_GetLinearGeometry(OGRGeometryH hGeom, double dfMaxAngleStepSizeDegrees, char** papszOptions)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_GetM
double OGR_G_GetM(OGRGeometryH , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_GetPoint
void OGR_G_GetPoint(OGRGeometryH , int iPoint, double* , double* , double* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_GetPointCount
int OGR_G_GetPointCount(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_GetPointZM
void OGR_G_GetPointZM(OGRGeometryH , int iPoint, double* , double* , double* , double* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_GetPoints
int OGR_G_GetPoints(OGRGeometryH hGeom, void* pabyX, int nXStride, void* pabyY, int nYStride, void* pabyZ, int nZStride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_GetPointsZM
int OGR_G_GetPointsZM(OGRGeometryH hGeom, void* pabyX, int nXStride, void* pabyY, int nYStride, void* pabyZ, int nZStride, void* pabyM, int nMStride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_GetSpatialReference
OGRSpatialReferenceH OGR_G_GetSpatialReference(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_GetX
double OGR_G_GetX(OGRGeometryH , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_GetY
double OGR_G_GetY(OGRGeometryH , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_GetZ
double OGR_G_GetZ(OGRGeometryH , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_HasCurveGeometry
int OGR_G_HasCurveGeometry(OGRGeometryH , int bLookForNonLinear)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_ImportFromWkb
OGRErr OGR_G_ImportFromWkb(OGRGeometryH , ubyte* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_ImportFromWkt
OGRErr OGR_G_ImportFromWkt(OGRGeometryH , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_Intersect
int OGR_G_Intersect(OGRGeometryH , OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_Intersection
OGRGeometryH OGR_G_Intersection(OGRGeometryH , OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_Intersects
int OGR_G_Intersects(OGRGeometryH , OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_Is3D
int OGR_G_Is3D(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_IsEmpty
int OGR_G_IsEmpty(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_IsMeasured
int OGR_G_IsMeasured(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_IsRing
int OGR_G_IsRing(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_IsSimple
int OGR_G_IsSimple(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_IsValid
int OGR_G_IsValid(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_Length
double OGR_G_Length(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_Overlaps
int OGR_G_Overlaps(OGRGeometryH , OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_PointOnSurface
OGRGeometryH OGR_G_PointOnSurface(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_Polygonize
OGRGeometryH OGR_G_Polygonize(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_RemoveGeometry
OGRErr OGR_G_RemoveGeometry(OGRGeometryH , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_Segmentize
void OGR_G_Segmentize(OGRGeometryH hGeom, double dfMaxLength)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_Set3D
void OGR_G_Set3D(OGRGeometryH , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_SetCoordinateDimension
void OGR_G_SetCoordinateDimension(OGRGeometryH , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_SetMeasured
void OGR_G_SetMeasured(OGRGeometryH , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_SetPoint
void OGR_G_SetPoint(OGRGeometryH , int iPoint, double , double , double )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_SetPointCount
void OGR_G_SetPointCount(OGRGeometryH hGeom, int nNewPointCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_SetPointM
void OGR_G_SetPointM(OGRGeometryH , int iPoint, double , double , double )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_SetPointZM
void OGR_G_SetPointZM(OGRGeometryH , int iPoint, double , double , double , double )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_SetPoint_2D
void OGR_G_SetPoint_2D(OGRGeometryH , int iPoint, double , double )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_SetPoints
void OGR_G_SetPoints(OGRGeometryH hGeom, int nPointsIn, void* pabyX, int nXStride, void* pabyY, int nYStride, void* pabyZ, int nZStride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_SetPointsZM
void OGR_G_SetPointsZM(OGRGeometryH hGeom, int nPointsIn, void* pabyX, int nXStride, void* pabyY, int nYStride, void* pabyZ, int nZStride, void* pabyM, int nMStride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_Simplify
OGRGeometryH OGR_G_Simplify(OGRGeometryH hThis, double tolerance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_SimplifyPreserveTopology
OGRGeometryH OGR_G_SimplifyPreserveTopology(OGRGeometryH hThis, double tolerance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_SymDifference
OGRGeometryH OGR_G_SymDifference(OGRGeometryH , OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_SymmetricDifference
OGRGeometryH OGR_G_SymmetricDifference(OGRGeometryH , OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_Touches
int OGR_G_Touches(OGRGeometryH , OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_Transform
OGRErr OGR_G_Transform(OGRGeometryH , OGRCoordinateTransformationH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_TransformTo
OGRErr OGR_G_TransformTo(OGRGeometryH , OGRSpatialReferenceH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_Union
OGRGeometryH OGR_G_Union(OGRGeometryH , OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_UnionCascaded
OGRGeometryH OGR_G_UnionCascaded(OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_Value
OGRGeometryH OGR_G_Value(OGRGeometryH , double dfDistance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_Within
int OGR_G_Within(OGRGeometryH , OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_G_WkbSize
int OGR_G_WkbSize(OGRGeometryH hGeom)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_GetFieldSubTypeName
const(char)* OGR_GetFieldSubTypeName(OGRFieldSubType )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_GetFieldTypeName
const(char)* OGR_GetFieldTypeName(OGRFieldType )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_AlterFieldDefn
OGRErr OGR_L_AlterFieldDefn(OGRLayerH , int iField, OGRFieldDefnH hNewFieldDefn, int nFlags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_Clip
OGRErr OGR_L_Clip(OGRLayerH , OGRLayerH , OGRLayerH , char** , GDALProgressFunc , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_CommitTransaction
OGRErr OGR_L_CommitTransaction(OGRLayerH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_CreateFeature
OGRErr OGR_L_CreateFeature(OGRLayerH , OGRFeatureH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_CreateField
OGRErr OGR_L_CreateField(OGRLayerH , OGRFieldDefnH , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_CreateGeomField
OGRErr OGR_L_CreateGeomField(OGRLayerH hLayer, OGRGeomFieldDefnH hFieldDefn, int bForce)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_DeleteFeature
OGRErr OGR_L_DeleteFeature(OGRLayerH , GIntBig )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_DeleteField
OGRErr OGR_L_DeleteField(OGRLayerH , int iField)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_Dereference
int OGR_L_Dereference(OGRLayerH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_Erase
OGRErr OGR_L_Erase(OGRLayerH , OGRLayerH , OGRLayerH , char** , GDALProgressFunc , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_FindFieldIndex
int OGR_L_FindFieldIndex(OGRLayerH , const(char)* , int bExactMatch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_GetExtent
OGRErr OGR_L_GetExtent(OGRLayerH , OGREnvelope* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_GetExtentEx
OGRErr OGR_L_GetExtentEx(OGRLayerH , int iGeomField, OGREnvelope* psExtent, int bForce)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_GetFIDColumn
const(char)* OGR_L_GetFIDColumn(OGRLayerH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_GetFeature
OGRFeatureH OGR_L_GetFeature(OGRLayerH , GIntBig )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_GetFeatureCount
GIntBig OGR_L_GetFeatureCount(OGRLayerH , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_GetFeaturesRead
GIntBig OGR_L_GetFeaturesRead(OGRLayerH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_GetGeomType
OGRwkbGeometryType OGR_L_GetGeomType(OGRLayerH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_GetGeometryColumn
const(char)* OGR_L_GetGeometryColumn(OGRLayerH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_GetLayerDefn
OGRFeatureDefnH OGR_L_GetLayerDefn(OGRLayerH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_GetName
const(char)* OGR_L_GetName(OGRLayerH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_GetNextFeature
OGRFeatureH OGR_L_GetNextFeature(OGRLayerH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_GetRefCount
int OGR_L_GetRefCount(OGRLayerH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_GetSpatialFilter
OGRGeometryH OGR_L_GetSpatialFilter(OGRLayerH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_GetSpatialRef
OGRSpatialReferenceH OGR_L_GetSpatialRef(OGRLayerH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_GetStyleTable
OGRStyleTableH OGR_L_GetStyleTable(OGRLayerH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_Identity
OGRErr OGR_L_Identity(OGRLayerH , OGRLayerH , OGRLayerH , char** , GDALProgressFunc , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_Intersection
OGRErr OGR_L_Intersection(OGRLayerH , OGRLayerH , OGRLayerH , char** , GDALProgressFunc , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_Reference
int OGR_L_Reference(OGRLayerH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_ReorderField
OGRErr OGR_L_ReorderField(OGRLayerH , int iOldFieldPos, int iNewFieldPos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_ReorderFields
OGRErr OGR_L_ReorderFields(OGRLayerH , int* panMap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_ResetReading
void OGR_L_ResetReading(OGRLayerH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_RollbackTransaction
OGRErr OGR_L_RollbackTransaction(OGRLayerH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_SetAttributeFilter
OGRErr OGR_L_SetAttributeFilter(OGRLayerH , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_SetFeature
OGRErr OGR_L_SetFeature(OGRLayerH , OGRFeatureH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_SetIgnoredFields
OGRErr OGR_L_SetIgnoredFields(OGRLayerH , const(char*)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_SetNextByIndex
OGRErr OGR_L_SetNextByIndex(OGRLayerH , GIntBig )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_SetSpatialFilter
void OGR_L_SetSpatialFilter(OGRLayerH , OGRGeometryH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_SetSpatialFilterEx
void OGR_L_SetSpatialFilterEx(OGRLayerH , int iGeomField, OGRGeometryH hGeom)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_SetSpatialFilterRect
void OGR_L_SetSpatialFilterRect(OGRLayerH , double , double , double , double )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_SetSpatialFilterRectEx
void OGR_L_SetSpatialFilterRectEx(OGRLayerH , int iGeomField, double dfMinX, double dfMinY, double dfMaxX, double dfMaxY)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_SetStyleTable
void OGR_L_SetStyleTable(OGRLayerH , OGRStyleTableH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_SetStyleTableDirectly
void OGR_L_SetStyleTableDirectly(OGRLayerH , OGRStyleTableH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_StartTransaction
OGRErr OGR_L_StartTransaction(OGRLayerH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_SymDifference
OGRErr OGR_L_SymDifference(OGRLayerH , OGRLayerH , OGRLayerH , char** , GDALProgressFunc , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_SyncToDisk
OGRErr OGR_L_SyncToDisk(OGRLayerH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_TestCapability
int OGR_L_TestCapability(OGRLayerH , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_Union
OGRErr OGR_L_Union(OGRLayerH , OGRLayerH , OGRLayerH , char** , GDALProgressFunc , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_L_Update
OGRErr OGR_L_Update(OGRLayerH , OGRLayerH , OGRLayerH , char** , GDALProgressFunc , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_SM_AddPart
int OGR_SM_AddPart(OGRStyleMgrH hSM, OGRStyleToolH hST)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_SM_AddStyle
int OGR_SM_AddStyle(OGRStyleMgrH hSM, const(char)* pszStyleName, const(char)* pszStyleString)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_SM_Create
OGRStyleMgrH OGR_SM_Create(OGRStyleTableH hStyleTable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_SM_Destroy
void OGR_SM_Destroy(OGRStyleMgrH hSM)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_SM_GetPart
OGRStyleToolH OGR_SM_GetPart(OGRStyleMgrH hSM, int nPartId, const(char)* pszStyleString)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_SM_GetPartCount
int OGR_SM_GetPartCount(OGRStyleMgrH hSM, const(char)* pszStyleString)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_SM_InitFromFeature
const(char)* OGR_SM_InitFromFeature(OGRStyleMgrH hSM, OGRFeatureH hFeat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_SM_InitStyleString
int OGR_SM_InitStyleString(OGRStyleMgrH hSM, const(char)* pszStyleString)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_STBL_AddStyle
int OGR_STBL_AddStyle(OGRStyleTableH hStyleTable, const(char)* pszName, const(char)* pszStyleString)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_STBL_Create
OGRStyleTableH OGR_STBL_Create()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_STBL_Destroy
void OGR_STBL_Destroy(OGRStyleTableH hSTBL)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_STBL_Find
const(char)* OGR_STBL_Find(OGRStyleTableH hStyleTable, char* pszName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_STBL_GetLastStyleName
const(char)* OGR_STBL_GetLastStyleName(OGRStyleTableH hStyleTable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_STBL_GetNextStyle
const(char)* OGR_STBL_GetNextStyle(OGRStyleTableH hStyleTable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_STBL_LoadStyleTable
int OGR_STBL_LoadStyleTable(OGRStyleTableH hStyleTable, const(char)* pszFilename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_STBL_ResetStyleStringReading
void OGR_STBL_ResetStyleStringReading(OGRStyleTableH hStyleTable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_STBL_SaveStyleTable
int OGR_STBL_SaveStyleTable(OGRStyleTableH hStyleTable, const(char)* pszFilename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_ST_Create
OGRStyleToolH OGR_ST_Create(OGRSTClassId eClassId)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_ST_Destroy
void OGR_ST_Destroy(OGRStyleToolH hST)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_ST_GetParamDbl
double OGR_ST_GetParamDbl(OGRStyleToolH hST, int eParam, int* bValueIsNull)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_ST_GetParamNum
int OGR_ST_GetParamNum(OGRStyleToolH hST, int eParam, int* bValueIsNull)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_ST_GetParamStr
const(char)* OGR_ST_GetParamStr(OGRStyleToolH hST, int eParam, int* bValueIsNull)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_ST_GetRGBFromString
int OGR_ST_GetRGBFromString(OGRStyleToolH hST, const(char)* pszColor, int* pnRed, int* pnGreen, int* pnBlue, int* pnAlpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_ST_GetStyleString
const(char)* OGR_ST_GetStyleString(OGRStyleToolH hST)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_ST_GetType
OGRSTClassId OGR_ST_GetType(OGRStyleToolH hST)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_ST_GetUnit
OGRSTUnitId OGR_ST_GetUnit(OGRStyleToolH hST)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_ST_SetParamDbl
void OGR_ST_SetParamDbl(OGRStyleToolH hST, int eParam, double dfValue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_ST_SetParamNum
void OGR_ST_SetParamNum(OGRStyleToolH hST, int eParam, int nValue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_ST_SetParamStr
void OGR_ST_SetParamStr(OGRStyleToolH hST, int eParam, const(char)* pszValue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGR_ST_SetUnit
void OGR_ST_SetUnit(OGRStyleToolH hST, OGRSTUnitId eUnit, double dfGroundPaperScale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta