31 #ifndef GDAL_ALG_H_INCLUDED
32 #define GDAL_ALG_H_INCLUDED
51 int (*pfnIncludePixel)(
int,
int,
void*),
54 GDALProgressFunc pfnProgress,
55 void * pProgressArg );
62 GDALProgressFunc pfnProgress,
63 void * pProgressArg );
66 int nXOff,
int nYOff,
int nXSize,
int nYSize );
72 GDALProgressFunc pfnProgress,
73 void * pProgressArg );
78 double dfMaxSearchDist,
79 int bDeprecatedOption,
80 int nSmoothingIterations,
82 GDALProgressFunc pfnProgress,
83 void * pProgressArg );
90 GDALProgressFunc pfnProgress,
91 void * pProgressArg );
98 GDALProgressFunc pfnProgress,
99 void * pProgressArg );
101 CPLErr CPL_DLL CPL_STDCALL
104 int nSizeThreshold,
int nConnectedness,
106 GDALProgressFunc pfnProgress,
107 void * pProgressArg );
115 int bDstToSrc,
int nPointCount,
116 double *x,
double *y,
double *z,
int *panSuccess );
119 #define GDAL_GTI2_SIGNATURE "GTI2"
122 GByte abySignature[4];
123 const char *pszClassName;
125 void (*pfnCleanup)(
void * pTransformerArg );
126 CPLXMLNode *(*pfnSerialize)(
void * pTransformerArg );
127 void* (*pfnCreateSimilar)(
void* pTransformerArg,
double dfSrcRatioX,
double dfSrcRatioY );
128 } GDALTransformerInfo;
132 void CPL_DLL GDALDestroyTransformer(
void *pTransformerArg );
133 int CPL_DLL GDALUseTransformer(
void *pTransformerArg,
134 int bDstToSrc,
int nPointCount,
135 double *x,
double *y,
double *z,
137 void* GDALCreateSimilarTransformer(
void* psTransformerArg,
double dfSrcRatioX,
double dfSrcRatioY );
147 int bGCPUseOK,
double dfGCPErrorThreshold,
151 char **papszOptions );
154 const double *padfSrcGeoTransform,
155 const char *pszDstWKT,
156 const double *padfDstGeoTransform );
160 const double *padfSrcGeoTransform,
162 const double *padfDstGeoTransform,
163 const char*
const *papszOptions );
169 void *pTransformArg,
int bDstToSrc,
int nPointCount,
170 double *x,
double *y,
double *z,
int *panSuccess );
178 const char *pszDstWKT );
183 const char*
const *papszOptions);
186 void *pTransformArg,
int bDstToSrc,
int nPointCount,
187 double *x,
double *y,
double *z,
int *panSuccess );
192 int nReqOrder,
int bReversed );
197 int nReqOrder,
int bReversed,
double tolerance,
int minimumGcps);
201 void *pTransformArg,
int bDstToSrc,
int nPointCount,
202 double *x,
double *y,
double *z,
int *panSuccess );
211 void *pTransformArg,
int bDstToSrc,
int nPointCount,
212 double *x,
double *y,
double *z,
int *panSuccess );
215 #ifdef GDAL_COMPILATION
216 #define RPCInfoV1ToMD RPCInfoToMD
218 #define RPCInfoToMD RPCInfoV2ToMD
220 char CPL_DLL ** RPCInfoV1ToMD( GDALRPCInfoV1 *psRPCInfo );
227 #ifdef GDAL_COMPILATION
228 #define GDALCreateRPCTransformerV1 GDALCreateRPCTransformer
230 #define GDALCreateRPCTransformer GDALCreateRPCTransformerV2
234 GDALCreateRPCTransformerV1( GDALRPCInfoV1 *psRPC,
int bReversed,
235 double dfPixErrThreshold,
236 char **papszOptions );
241 double dfPixErrThreshold,
242 char **papszOptions );
246 void *pTransformArg,
int bDstToSrc,
int nPointCount,
247 double *x,
double *y,
double *z,
int *panSuccess );
253 char **papszGeolocationInfo,
257 void *pTransformArg,
int bDstToSrc,
int nPointCount,
258 double *x,
double *y,
double *z,
int *panSuccess );
263 void *pRawTransformerArg,
double dfMaxError );
268 void *pTransformArg,
int bDstToSrc,
int nPointCount,
269 double *x,
double *y,
double *z,
int *panSuccess );
271 int CPL_DLL CPL_STDCALL
274 int nBandCount,
int *panBandList,
277 GDALProgressFunc pfnProgress,
279 char **papszWarpOptions );
281 CPLErr CPL_DLL CPL_STDCALL
285 double *padfGeoTransformOut,
286 int *pnPixels,
int *pnLines );
287 CPLErr CPL_DLL CPL_STDCALL
291 double *padfGeoTransformOut,
292 int *pnPixels,
int *pnLines,
301 void **ppTransformArg );
310 GDALProgressFunc pfnProgress,
312 char **papszOptions );
320 double *padfX,
double *padfY,
void * );
327 int bNoDataSet,
double dfNoDataValue,
328 double dfContourInterval,
double dfContourBase,
331 double *padfScanline );
339 double adfGeoTransform[6];
346 } OGRContourWriterInfo;
349 OGRContourWriter(
double,
int,
double *,
double *,
void *pInfo );
354 double dfContourInterval,
double dfContourBase,
355 int nFixedLevelCount,
double *padfFixedLevels,
356 int bUseNoData,
double dfNoDataValue,
357 void *hLayer,
int iIDField,
int iElevField,
358 GDALProgressFunc pfnProgress,
void *pProgressArg );
363 GDALProgressFunc pfnProgress,
void *pProgressArg );
380 GVOT_MIN_TARGET_HEIGHT_FROM_DEM = 2,
381 GVOT_MIN_TARGET_HEIGHT_FROM_GROUND = 3
386 const char* pszDriverName,
387 const char* pszTargetRasterName,
389 double dfObserverX,
double dfObserverY,
double dfObserverHeight,
390 double dfTargetHeight,
double dfVisibleVal,
double dfInvisibleVal,
391 double dfOutOfRangeVal,
double dfNoDataVal,
double dfCurvCoeff,
393 GDALProgressFunc pfnProgress,
void *pProgressArg,
402 int nBandCount,
int *panBandList,
406 double *padfGeomBurnValue,
408 GDALProgressFunc pfnProgress,
409 void * pProgressArg );
412 int nBandCount,
int *panBandList,
416 double *padfLayerBurnValues,
418 GDALProgressFunc pfnProgress,
419 void *pProgressArg );
425 const char *pszDstProjection,
426 double *padfDstGeoTransform,
428 void *pTransformArg,
double dfBurnValue,
429 char **papszOptions, GDALProgressFunc pfnProgress,
430 void *pProgressArg );
593 const double *,
const double *,
const double *,
594 double,
double,
double,
double,
596 GDALProgressFunc,
void *);
604 const double *padfX,
const double *padfY,
const double *padfZ,
605 int bCallerWillKeepPointArraysAlive );
610 double dfXMin,
double dfXMax,
double dfYMin,
double dfYMax,
612 GDALProgressFunc pfnProgress,
void *pProgressArg );
628 int anNeighborIdx[3];
662 const double* padfY);
666 const double* padfY);
678 int* panOutputFacetIdx );
683 int* panOutputFacetIdx );
688 void GDALTriangulationTerminate(
void);
692 #ifndef CPL_WARN_DEPRECATED_GDALOpenVerticalShiftGrid
693 #define CPL_WARN_DEPRECATED_GDALOpenVerticalShiftGrid CPL_WARN_DEPRECATED
698 const char* pszProj4Geoidgrids,
701 CPL_WARN_DEPRECATED_GDALOpenVerticalShiftGrid(
"GDALOpenVerticalShiftGrid() will be removed in GDAL 4.0")
706 #ifndef CPL_WARN_DEPRECATED_GDALApplyVerticalShiftGrid
707 #define CPL_WARN_DEPRECATED_GDALApplyVerticalShiftGrid CPL_WARN_DEPRECATED
714 double dfSrcUnitToMeter,
715 double dfDstUnitToMeter,
716 const char*
const* papszOptions )
718 CPL_WARN_DEPRECATED_GDALApplyVerticalShiftGrid(
"GDALApplyVerticalShiftGrid() will be removed in GDAL 4.0")
CPLErr
Error category.
Definition: cpl_error.h:53
Definitions for CPL mini XML Parser/Serializer.
#define CPL_C_END
Macro to end a block of C symbols.
Definition: cpl_port.h:331
#define CPL_C_START
Macro to start a block of C symbols.
Definition: cpl_port.h:329
unsigned int GUInt32
Unsigned int32 type.
Definition: cpl_port.h:207
char ** CSLConstList
Type of a constant null-terminated list of nul terminated strings.
Definition: cpl_port.h:1169
unsigned char GByte
Unsigned byte type.
Definition: cpl_port.h:215
Public (C callable) GDAL entry points.
GDALDataType
Definition: gdal.h:62
void * GDALDatasetH
Opaque type used for the C bindings of the C++ GDALDataset class.
Definition: gdal.h:268
void * GDALRasterBandH
Opaque type used for the C bindings of the C++ GDALRasterBand class.
Definition: gdal.h:271
void * GDALColorTableH
Opaque type used for the C bindings of the C++ GDALColorTable class.
Definition: gdal.h:277
CPLErr GDALContourGenerateEx(GDALRasterBandH hBand, void *hLayer, CSLConstList options, GDALProgressFunc pfnProgress, void *pProgressArg)
Create vector contours from raster DEM.
Definition: contour.cpp:523
void * GDALCreateGenImgProjTransformer3(const char *pszSrcWKT, const double *padfSrcGeoTransform, const char *pszDstWKT, const double *padfDstGeoTransform)
Create image to image transformer.
Definition: gdaltransformer.cpp:2225
struct GDALGridContext GDALGridContext
Grid context opaque type.
Definition: gdal_alg.h:599
CPLErr GDALFillNodata(GDALRasterBandH hTargetBand, GDALRasterBandH hMaskBand, double dfMaxSearchDist, int bDeprecatedOption, int nSmoothingIterations, char **papszOptions, GDALProgressFunc pfnProgress, void *pProgressArg)
Fill selected raster regions by interpolation from the edges.
Definition: rasterfill.cpp:412
int GDALGenImgProjTransform(void *pTransformArg, int bDstToSrc, int nPointCount, double *x, double *y, double *z, int *panSuccess)
Perform general image reprojection transformation.
Definition: gdaltransformer.cpp:2458
GDALContourGeneratorH GDAL_CG_Create(int nWidth, int nHeight, int bNoDataSet, double dfNoDataValue, double dfContourInterval, double dfContourBase, GDALContourWriter pfnWriter, void *pCBData)
Create contour generator.
Definition: contour.cpp:712
void GDALSetGenImgProjTransformerDstGeoTransform(void *, const double *)
Set GenImgProj output geotransform.
Definition: gdaltransformer.cpp:2389
void GDALDestroyGeoLocTransformer(void *pTransformArg)
Destroy GeoLocation transformer.
Definition: gdalgeoloc.cpp:779
void GDALGridContextFree(GDALGridContext *psContext)
Free a context used created by GDALGridContextCreate()
Definition: gdalgrid.cpp:2129
void GDALTriangulationFree(GDALTriangulation *psDT)
Free a triangulation.
Definition: delaunay.c:275
CPLErr GDALGridCreate(GDALGridAlgorithm, const void *, GUInt32, const double *, const double *, const double *, double, double, double, double, GUInt32, GUInt32, GDALDataType, void *, GDALProgressFunc, void *)
Create regular grid from the scattered data.
Definition: gdalgrid.cpp:2422
void * GDALCreateTPSTransformer(int nGCPCount, const GDAL_GCP *pasGCPList, int bReversed)
Create Thin Plate Spline transformer from GCPs.
Definition: gdal_tps.cpp:144
int GDALDitherRGB2PCT(GDALRasterBandH hRed, GDALRasterBandH hGreen, GDALRasterBandH hBlue, GDALRasterBandH hTarget, GDALColorTableH hColorTable, GDALProgressFunc pfnProgress, void *pProgressArg)
24bit to 8bit conversion with dithering.
Definition: gdaldither.cpp:147
int GDALTriangulationComputeBarycentricCoordinates(const GDALTriangulation *psDT, int nFacetIdx, double dfX, double dfY, double *pdfL1, double *pdfL2, double *pdfL3)
Computes the barycentric coordinates of a point.
Definition: delaunay.c:378
CPLErr GDALSieveFilter(GDALRasterBandH hSrcBand, GDALRasterBandH hMaskBand, GDALRasterBandH hDstBand, int nSizeThreshold, int nConnectedness, char **papszOptions, GDALProgressFunc pfnProgress, void *pProgressArg)
Removes small raster polygons.
Definition: gdalsievefilter.cpp:200
GDALDatasetH GDALApplyVerticalShiftGrid(GDALDatasetH hSrcDataset, GDALDatasetH hGridDataset, int bInverse, double dfSrcUnitToMeter, double dfDstUnitToMeter, const char *const *papszOptions)
Apply a vertical shift grid to a source (DEM typically) dataset.
Definition: gdalapplyverticalshiftgrid.cpp:376
CPLErr GDALPolygonize(GDALRasterBandH hSrcBand, GDALRasterBandH hMaskBand, OGRLayerH hOutLayer, int iPixValField, char **papszOptions, GDALProgressFunc pfnProgress, void *pProgressArg)
Create polygon coverage from raster data.
Definition: polygonize.cpp:949
GDALViewshedMode
Viewshed Modes.
Definition: gdal_alg.h:370
GDALTriangulation * GDALTriangulationCreateDelaunay(int nPoints, const double *padfX, const double *padfY)
Computes a Delaunay triangulation of the passed points.
Definition: delaunay.c:118
void GDALDestroyGCPTransformer(void *pTransformArg)
Destroy GCP transformer.
Definition: gdal_crs.cpp:367
void * GDALCreateApproxTransformer(GDALTransformerFunc pfnRawTransformer, void *pRawTransformerArg, double dfMaxError)
Create an approximating transformer.
Definition: gdaltransformer.cpp:3442
CPLErr GDALRasterizeGeometries(GDALDatasetH hDS, int nBandCount, int *panBandList, int nGeomCount, OGRGeometryH *pahGeometries, GDALTransformerFunc pfnTransformer, void *pTransformArg, double *padfGeomBurnValue, char **papszOptions, GDALProgressFunc pfnProgress, void *pProgressArg)
Burn geometries into raster.
Definition: gdalrasterize.cpp:753
GDALGridAlgorithm
Gridding Algorithms.
Definition: gdal_alg.h:437
@ GGA_MetricMinimum
Definition: gdal_alg.h:441
@ GGA_InverseDistanceToAPowerNearestNeighbor
Definition: gdal_alg.h:451
@ GGA_InverseDistanceToAPower
Definition: gdal_alg.h:438
@ GGA_MetricAverageDistancePts
Definition: gdal_alg.h:447
@ GGA_MetricMaximum
Definition: gdal_alg.h:442
@ GGA_NearestNeighbor
Definition: gdal_alg.h:440
@ GGA_MetricAverageDistance
Definition: gdal_alg.h:445
@ GGA_MovingAverage
Definition: gdal_alg.h:439
@ GGA_MetricCount
Definition: gdal_alg.h:444
@ GGA_MetricRange
Definition: gdal_alg.h:443
@ GGA_Linear
Definition: gdal_alg.h:449
void GDALDestroyGenImgProjTransformer(void *)
GenImgProjTransformer deallocator.
Definition: gdaltransformer.cpp:2420
int GDALRPCTransform(void *pTransformArg, int bDstToSrc, int nPointCount, double *x, double *y, double *z, int *panSuccess)
RPC transform.
Definition: gdal_rpc.cpp:2090
int GDALComputeMedianCutPCT(GDALRasterBandH hRed, GDALRasterBandH hGreen, GDALRasterBandH hBlue, int(*pfnIncludePixel)(int, int, void *), int nColors, GDALColorTableH hColorTable, GDALProgressFunc pfnProgress, void *pProgressArg)
Compute optimal PCT for RGB image.
Definition: gdalmediancut.cpp:147
int GDALTriangulationFindFacetBruteForce(const GDALTriangulation *psDT, double dfX, double dfY, int *panOutputFacetIdx)
Returns the index of the triangle that contains the point by iterating over all triangles.
Definition: delaunay.c:426
GDALDatasetH GDALOpenVerticalShiftGrid(const char *pszProj4Geoidgrids, int *pbError)
Load proj.4 geoidgrids as GDAL dataset.
Definition: gdalapplyverticalshiftgrid.cpp:619
void GDAL_CG_Destroy(GDALContourGeneratorH hCG)
Destroy contour generator.
Definition: contour.cpp:746
void GDALApproxTransformerOwnsSubtransformer(void *pCBData, int bOwnFlag)
Set bOwnSubtransformer flag.
Definition: gdaltransformer.cpp:3485
void * GDALCreateGenImgProjTransformer4(OGRSpatialReferenceH hSrcSRS, const double *padfSrcGeoTransform, OGRSpatialReferenceH hDstSRS, const double *padfDstGeoTransform, const char *const *papszOptions)
Create image to image transformer.
Definition: gdaltransformer.cpp:2280
int GDALApproxTransform(void *pTransformArg, int bDstToSrc, int nPointCount, double *x, double *y, double *z, int *panSuccess)
Perform approximate transformation.
Definition: gdaltransformer.cpp:3834
void * GDALCreateGenImgProjTransformer(GDALDatasetH hSrcDS, const char *pszSrcWKT, GDALDatasetH hDstDS, const char *pszDstWKT, int bGCPUseOK, double dfGCPErrorThreshold, int nOrder)
Create image to image transformer.
Definition: gdaltransformer.cpp:1230
CPLErr GDALFPolygonize(GDALRasterBandH hSrcBand, GDALRasterBandH hMaskBand, OGRLayerH hOutLayer, int iPixValField, char **papszOptions, GDALProgressFunc pfnProgress, void *pProgressArg)
Create polygon coverage from raster data.
Definition: polygonize.cpp:1028
CPLErr GDALGridContextProcess(GDALGridContext *psContext, double dfXMin, double dfXMax, double dfYMin, double dfYMax, GUInt32 nXSize, GUInt32 nYSize, GDALDataType eType, void *pData, GDALProgressFunc pfnProgress, void *pProgressArg)
Do the gridding of a window of a raster.
Definition: gdalgrid.cpp:2183
CPLErr GDALSuggestedWarpOutput(GDALDatasetH hSrcDS, GDALTransformerFunc pfnTransformer, void *pTransformArg, double *padfGeoTransformOut, int *pnPixels, int *pnLines)
Suggest output file size.
Definition: gdaltransformer.cpp:233
CPLErr GDALComputeProximity(GDALRasterBandH hSrcBand, GDALRasterBandH hProximityBand, char **papszOptions, GDALProgressFunc pfnProgress, void *pProgressArg)
Compute the proximity of all pixels in the image to a set of pixels in the source image.
Definition: gdalproximity.cpp:112
CPLErr GDALTransformGeolocations(GDALRasterBandH hXBand, GDALRasterBandH hYBand, GDALRasterBandH hZBand, GDALTransformerFunc pfnTransformer, void *pTransformArg, GDALProgressFunc pfnProgress, void *pProgressArg, char **papszOptions)
Transform locations held in bands.
Definition: gdaltransformgeolocs.cpp:68
void GDALGetTransformerDstGeoTransform(void *, double *)
Get ApproxTransformer or GenImgProj output geotransform.
Definition: gdaltransformer.cpp:4499
CPLErr GDALSuggestedWarpOutput2(GDALDatasetH hSrcDS, GDALTransformerFunc pfnTransformer, void *pTransformArg, double *padfGeoTransformOut, int *pnPixels, int *pnLines, double *padfExtents, int nOptions)
Suggest output file size.
Definition: gdaltransformer.cpp:410
void * GDALCreateRPCTransformerV2(const GDALRPCInfoV2 *psRPC, int bReversed, double dfPixErrThreshold, char **papszOptions)
Create an RPC based transformer.
Definition: gdal_rpc.cpp:817
void * GDALCreateGenImgProjTransformer2(GDALDatasetH hSrcDS, GDALDatasetH hDstDS, char **papszOptions)
Create image to image transformer.
Definition: gdaltransformer.cpp:1611
GDALDatasetH GDALViewshedGenerate(GDALRasterBandH hBand, const char *pszDriverName, const char *pszTargetRasterName, CSLConstList papszCreationOptions, double dfObserverX, double dfObserverY, double dfObserverHeight, double dfTargetHeight, double dfVisibleVal, double dfInvisibleVal, double dfOutOfRangeVal, double dfNoDataVal, double dfCurvCoeff, GDALViewshedMode eMode, double dfMaxDistance, GDALProgressFunc pfnProgress, void *pProgressArg, GDALViewshedOutputType heightMode, CSLConstList papszExtraOptions)
Create viewshed from raster DEM.
Definition: viewshed.cpp:202
CPLErr GDAL_CG_FeedLine(GDALContourGeneratorH hCG, double *padfScanline)
Feed a line to the contour generator.
Definition: contour.cpp:734
int GDALTriangulationComputeBarycentricCoefficients(GDALTriangulation *psDT, const double *padfX, const double *padfY)
Computes barycentric coefficients for each triangles of the triangulation.
Definition: delaunay.c:301
int GDALGCPTransform(void *pTransformArg, int bDstToSrc, int nPointCount, double *x, double *y, double *z, int *panSuccess)
Transforms point based on GCP derived polynomial model.
Definition: gdal_crs.cpp:409
GDALViewshedOutputType
Viewshed output types.
Definition: gdal_alg.h:378
void GDALDestroyApproxTransformer(void *pApproxArg)
Cleanup approximate transformer.
Definition: gdaltransformer.cpp:3506
int GDALHasTriangulation(void)
Returns if GDAL is built with Delaunay triangulation support.
Definition: delaunay.c:95
CPLErr(* GDALContourWriter)(double dfLevel, int nPoints, double *padfX, double *padfY, void *)
Contour writer callback type.
Definition: gdal_alg.h:319
int(* GDALTransformerFunc)(void *pTransformerArg, int bDstToSrc, int nPointCount, double *x, double *y, double *z, int *panSuccess)
Definition: gdal_alg.h:114
void * GDALCreateGeoLocTransformer(GDALDatasetH hBaseDS, char **papszGeolocationInfo, int bReversed)
Create GeoLocation transformer.
Definition: gdalgeoloc.cpp:605
CPLErr GDALRasterizeLayersBuf(void *pData, int nBufXSize, int nBufYSize, GDALDataType eBufType, int nPixelSpace, int nLineSpace, int nLayerCount, OGRLayerH *pahLayers, const char *pszDstProjection, double *padfDstGeoTransform, GDALTransformerFunc pfnTransformer, void *pTransformArg, double dfBurnValue, char **papszOptions, GDALProgressFunc pfnProgress, void *pProgressArg)
Burn geometries from the specified list of layer into raster.
Definition: gdalrasterize.cpp:1565
int GDALTPSTransform(void *pTransformArg, int bDstToSrc, int nPointCount, double *x, double *y, double *z, int *panSuccess)
Transforms point based on GCP derived polynomial model.
Definition: gdal_tps.cpp:358
GDALGridContext * GDALGridContextCreate(GDALGridAlgorithm eAlgorithm, const void *poOptions, GUInt32 nPoints, const double *padfX, const double *padfY, const double *padfZ, int bCallerWillKeepPointArraysAlive)
Creates a context to do regular gridding from the scattered data.
Definition: gdalgrid.cpp:1733
int GDALChecksumImage(GDALRasterBandH hBand, int nXOff, int nYOff, int nXSize, int nYSize)
Compute checksum for image region.
Definition: gdalchecksum.cpp:66
void * GDALCreateReprojectionTransformerEx(OGRSpatialReferenceH hSrcSRS, OGRSpatialReferenceH hDstSRS, const char *const *papszOptions)
Create reprojection transformer.
Definition: gdaltransformer.cpp:3007
void GDALSetTransformerDstGeoTransform(void *, const double *)
Set ApproxTransformer or GenImgProj output geotransform.
Definition: gdaltransformer.cpp:4475
void * GDALCreateGCPTransformer(int nGCPCount, const GDAL_GCP *pasGCPList, int nReqOrder, int bReversed)
Create GCP based polynomial transformer.
Definition: gdal_crs.cpp:330
void * GDALContourGeneratorH
Contour generator opaque type.
Definition: gdal_alg.h:323
void * GDALCreateGCPRefineTransformer(int nGCPCount, const GDAL_GCP *pasGCPList, int nReqOrder, int bReversed, double tolerance, int minimumGcps)
Create GCP based polynomial transformer, with a tolerance threshold to discard GCPs that transform ba...
Definition: gdal_crs.cpp:340
CPLErr GDALContourGenerate(GDALRasterBandH hBand, double dfContourInterval, double dfContourBase, int nFixedLevelCount, double *padfFixedLevels, int bUseNoData, double dfNoDataValue, void *hLayer, int iIDField, int iElevField, GDALProgressFunc pfnProgress, void *pProgressArg)
Create vector contours from raster DEM.
Definition: contour.cpp:310
void GDALDestroyRPCTransformer(void *pTransformArg)
Destroy RPC tranformer.
Definition: gdal_rpc.cpp:1105
void * GDALCreateReprojectionTransformer(const char *pszSrcWKT, const char *pszDstWKT)
Create reprojection transformer.
Definition: gdaltransformer.cpp:2936
CPLErr GDALRasterizeLayers(GDALDatasetH hDS, int nBandCount, int *panBandList, int nLayerCount, OGRLayerH *pahLayers, GDALTransformerFunc pfnTransformer, void *pTransformArg, double *padfLayerBurnValues, char **papszOptions, GDALProgressFunc pfnProgress, void *pProgressArg)
Burn geometries from the specified list of layers into raster.
Definition: gdalrasterize.cpp:1175
int GDALSimpleImageWarp(GDALDatasetH hSrcDS, GDALDatasetH hDstDS, int nBandCount, int *panBandList, GDALTransformerFunc pfnTransform, void *pTransformArg, GDALProgressFunc pfnProgress, void *pProgressArg, char **papszWarpOptions)
Perform simple image warp.
Definition: gdalsimplewarp.cpp:230
void GDALDestroyReprojectionTransformer(void *)
Destroy reprojection transformation.
Definition: gdaltransformer.cpp:3106
GDAL_GCP * GDALComputeMatchingPoints(GDALDatasetH hFirstImage, GDALDatasetH hSecondImage, char **papszOptions, int *pnGCPCount)
GDALComputeMatchingPoints.
Definition: gdalmatching.cpp:188
int GDALReprojectionTransform(void *pTransformArg, int bDstToSrc, int nPointCount, double *x, double *y, double *z, int *panSuccess)
Perform reprojection transformation.
Definition: gdaltransformer.cpp:3139
int GDALGeoLocTransform(void *pTransformArg, int bDstToSrc, int nPointCount, double *x, double *y, double *z, int *panSuccess)
Use GeoLocation transformer.
Definition: gdalgeoloc.cpp:810
int GDALTriangulationFindFacetDirected(const GDALTriangulation *psDT, int nFacetIdx, double dfX, double dfY, int *panOutputFacetIdx)
Returns the index of the triangle that contains the point by walking in the triangulation.
Definition: delaunay.c:521
void GDALDestroyTPSTransformer(void *pTransformArg)
Destroy TPS transformer.
Definition: gdal_tps.cpp:313
C API and defines for OGRFeature, OGRGeometry, and OGRDataSource related classes.
void * OGRGeometryH
Opaque type for a geometry.
Definition: ogr_api.h:65
void * OGRSpatialReferenceH
Opaque type for a spatial reference system.
Definition: ogr_api.h:80
void * OGRLayerH
Opaque type for a layer (OGRLayer)
Definition: ogr_api.h:589
Document node structure.
Definition: cpl_minixml.h:70
Data metrics method control options.
Definition: gdal_alg.h:558
double dfRadius2
Definition: gdal_alg.h:562
double dfAngle
Definition: gdal_alg.h:567
double dfNoDataValue
Definition: gdal_alg.h:575
double dfRadius1
Definition: gdal_alg.h:560
GUInt32 nMinPoints
Definition: gdal_alg.h:573
Inverse distance to a power, with nearest neighbour search, control options.
Definition: gdal_alg.h:493
GUInt32 nMinPoints
Definition: gdal_alg.h:513
double dfRadius
Definition: gdal_alg.h:497
double dfPower
Definition: gdal_alg.h:495
double dfNoDataValue
Definition: gdal_alg.h:515
GUInt32 nMaxPoints
Definition: gdal_alg.h:507
double dfSmoothing
Definition: gdal_alg.h:499
Inverse distance to a power method control options.
Definition: gdal_alg.h:456
GUInt32 nMinPoints
Definition: gdal_alg.h:486
double dfPower
Definition: gdal_alg.h:458
double dfRadius2
Definition: gdal_alg.h:468
double dfNoDataValue
Definition: gdal_alg.h:488
double dfSmoothing
Definition: gdal_alg.h:460
double dfAngle
Definition: gdal_alg.h:473
double dfRadius1
Definition: gdal_alg.h:466
GUInt32 nMaxPoints
Definition: gdal_alg.h:480
double dfAnisotropyRatio
Definition: gdal_alg.h:462
double dfAnisotropyAngle
Definition: gdal_alg.h:464
Linear method control options.
Definition: gdal_alg.h:580
double dfNoDataValue
Definition: gdal_alg.h:588
double dfRadius
Definition: gdal_alg.h:586
Moving average method control options.
Definition: gdal_alg.h:520
double dfRadius1
Definition: gdal_alg.h:522
double dfNoDataValue
Definition: gdal_alg.h:537
double dfAngle
Definition: gdal_alg.h:529
GUInt32 nMinPoints
Definition: gdal_alg.h:535
double dfRadius2
Definition: gdal_alg.h:524
Nearest neighbor method control options.
Definition: gdal_alg.h:542
double dfNoDataValue
Definition: gdal_alg.h:553
double dfRadius2
Definition: gdal_alg.h:546
double dfAngle
Definition: gdal_alg.h:551
double dfRadius1
Definition: gdal_alg.h:544
Structure to store Rational Polynomial Coefficients / Rigorous Projection Model.
Definition: gdal.h:1248
Triangle barycentric coefficients.
Definition: gdal_alg.h:641
double dfCstY
dfCstY
Definition: gdal_alg.h:647
double dfCstX
dfCstX
Definition: gdal_alg.h:646
double dfMul2Y
dfMul2Y
Definition: gdal_alg.h:645
double dfMul1Y
dfMul1Y
Definition: gdal_alg.h:643
double dfMul2X
dfMul2X
Definition: gdal_alg.h:644
double dfMul1X
dfMul1X
Definition: gdal_alg.h:642
Triangle fact.
Definition: gdal_alg.h:626
Triangulation structure.
Definition: gdal_alg.h:652
GDALTriBarycentricCoefficients * pasFacetCoefficients
arra of nFacets barycentric coefficients
Definition: gdal_alg.h:655
int nFacets
number of facets
Definition: gdal_alg.h:653
GDALTriFacet * pasFacets
array of nFacets facets
Definition: gdal_alg.h:654
Ground Control Point.
Definition: gdal.h:711