Classes |
| class | BUFFERZONE |
| | Class for buffer zone generation. More...
|
| class | COMPONENT |
| | Encapsulate selection and valuation of component elements. More...
|
| class | CONTOURING |
| | Class for creating contour lines. More...
|
| class | CROSSSECTION |
| | Create polygon cross section based on surface and reference layer. More...
|
| class | CUTFILL |
| | Class to compute the elevation differences between two rasters. More...
|
| class | GEOMETRIC_TO_RASTER |
| | Converter for performing raster to geometric conversion by lineary tracing. More...
|
| class | GEOMETRIC_TO_VORONOI_POLYGONS |
| | Generate voronoi polygons from a source point object. More...
|
| class | IMAGE_AUTOCORRELATE |
| class | PROFILING |
| | Class for creating profiles. More...
|
| class | RASTER_GEOMETRIC_PROPERTIES |
| | Class used to compute Raster Properties for a geometric object. More...
|
| class | RASTER_THRESHOLD |
| | Class to perform raster thresholding. More...
|
| class | RASTER_TO_GEOMETRIC_BOUNDARY |
| | Converter for performing raster to geometric conversion by boundary tracing. More...
|
| class | RASTER_TO_GEOMETRIC_LINE |
| | Converter for performing raster to geometric conversion by lineary tracing. More...
|
| class | RASTER_TO_REGION |
| | Converter for performing raster to region conversion. More...
|
| class | SLANTGROUND |
| | Class to compute the SLANT to GROUND conversion of radar images. More...
|
| class | SURFACEFITTING |
| | Class for surface fitting. More...
|
| class | TRIANGULATION |
| | Class for creating triangulation. More...
|
| class | VECTOR_GRID_GENERATION |
| class | VIEWSHED |
| | Class for creating viewshed rasters. More...
|
Typedefs |
| typedef int | RASTREADFUNC (INT32, INT32, INT32, void *, UINT8 *, int *, void *) |
| typedef int | RASTWRITEFUNC (INT32, INT32, INT32, void *, UINT8 *, int, void *) |
Functions |
| int | ResampleRasterAffine (MAT3X3, MAT3X3, INT32, INT32, int, int, INT32, INT32, INT32, INT32, RASTREADFUNC *, RASTWRITEFUNC *, int, void *) |
| int | ResampleRasterTransGen (const TRANS2D_MAPGEN &TransSrcToTgt, RASTREADFUNC *readfunc, RASTWRITEFUNC *writefunc, void *rwfuncdata, const RVC::RASTER::MAKEPARMS &SrcRastParms, const RVC::RASTER::MAKEPARMS &TgtRastParms, int resamptype) |