NEP 2.7.0
NetCDF Extension Pack
Loading...
Searching...
No Matches
Functions | Variables
geotiffdispatch.c File Reference

GeoTIFF dispatch layer. More...

#include "config.h"
#include <stdlib.h>
#include "geotiffdispatch.h"
#include "nc4dispatch.h"
#include "hdf5dispatch.h"
#include "netcdf_filter.h"

Functions

NC_Dispatch * NC_GEOTIFF_initialize (void)
 
int NC_GEOTIFF_finalize (void)
 

Variables

static const NC_Dispatch GEOTIFF_dispatcher
 
const NC_Dispatch * GEOTIFF_dispatch_table = NULL
 

Detailed Description

GeoTIFF dispatch layer.

Author
Edward Hartnett
Date
2025-12-26

Function Documentation

◆ NC_GEOTIFF_finalize()

int NC_GEOTIFF_finalize ( void  )

◆ NC_GEOTIFF_initialize()

NC_Dispatch * NC_GEOTIFF_initialize ( void  )

Variable Documentation

◆ GEOTIFF_dispatch_table

const NC_Dispatch* GEOTIFF_dispatch_table = NULL

◆ GEOTIFF_dispatcher

const NC_Dispatch GEOTIFF_dispatcher
static