RAVE
_Projection_t Struct Reference

Represents one projection. More...

Public Attributes

RAVE_OBJECT_HEAD int initialized
 Always on top.
 
char * id
 the id of this projection
 
char * description
 the description
 
char * definition
 the proj.4 definition string
 
PJ * pj
 the proj.4 instance
 
PJ_CONTEXT * context
 the proj.4 context
 

Detailed Description

Represents one projection.

Member Data Documentation

◆ context

PJ_CONTEXT* _Projection_t::context

the proj.4 context

◆ definition

char* _Projection_t::definition

the proj.4 definition string

◆ description

char* _Projection_t::description

the description

◆ id

char* _Projection_t::id

the id of this projection

◆ initialized

RAVE_OBJECT_HEAD int _Projection_t::initialized

Always on top.

if this instance has been initialized

◆ pj

PJ* _Projection_t::pj

the proj.4 instance


The documentation for this struct was generated from the following file: