GDAL
Public Attributes | List of all members
OSRCRSInfo Struct Reference

Structure given overall description of a CRS. More...

#include <ogr_srs_api.h>

Public Attributes

char * pszAuthName
 Authority name.
 
char * pszCode
 Object code.
 
char * pszName
 Object name.
 
OSRCRSType eType
 Object type.
 
int bDeprecated
 Whether the object is deprecated.
 
int bBboxValid
 Whereas the west_lon_degree, south_lat_degree, east_lon_degree and north_lat_degree fields are valid.
 
double dfWestLongitudeDeg
 Western-most longitude of the area of use, in degrees.
 
double dfSouthLatitudeDeg
 Southern-most latitude of the area of use, in degrees.
 
double dfEastLongitudeDeg
 Eastern-most longitude of the area of use, in degrees.
 
double dfNorthLatitudeDeg
 Northern-most latitude of the area of use, in degrees.
 
char * pszAreaName
 Name of the area of use.
 
char * pszProjectionMethod
 Name of the projection method for a projected CRS. More...
 

Detailed Description

Structure given overall description of a CRS.

This structure may grow over time, and should not be directly allocated by client code.

Member Data Documentation

◆ pszProjectionMethod

char* OSRCRSInfo::pszProjectionMethod

Name of the projection method for a projected CRS.

Might be NULL even for projected CRS in some cases.


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