DBgetRasterProcedures |
Top Previous Next |
Queries of the grid formats. Different grid formats can be requested for spending by grid. To determine the possible formats this function with ZERO can be called and one receives a list of all grid formats installed in the system. If one gives as a format name a suitable grid format, one receives a procedure around with it the Rasterung to carry out. Parametre fmtName (char *) [IN] Name of the grid format in request, or at ZERO a list all grid formats available in the system. Result (RASTER_PROC *) [OUT] If under the name fmtName a grid exists, the suitable procedure is delivered. If fmtName ZERO contains, one gets back all grids defined in the system. Declaration Declared in convproc.c
RASTER_PROC * DLLENTRY DBgetRasterProcedures ( char * fmtName );
|