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.
struct _Projection_t Projection_t
Defines a transformer.
Definition projection.h:35
Used for keeping track on attributes.
Implementation of a rave object list that ensures that the objects contained within the list are rele...
struct _RaveObjectList_t RaveObjectList_t
Defines a list.
Definition raveobject_list.h:38