RAVE
proj_wkt_helper.h
1#ifndef PROJ_WKT_HELPER_H
2#define PROJ_WKT_HELPER_H
3
4#include "raveobject_list.h"
5#include "rave_attribute.h"
6#include "projection.h"
7
23RaveObjectList_t* RaveWkt_translate_from_projection(Projection_t* projection);
24
25#endif
Wrapper around PROJ.4.
Used for keeping track on attributes.
Implementation of a rave object list that ensures that the objects contained within the list are rele...
Represents one projection.
Definition projection.c:55
Represents a list.
Definition raveobject_list.c:35