OGR
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
 
char * pszCode
 
char * pszName
 
OSRCRSType eType
 
int bDeprecated
 
int bBboxValid
 
double dfWestLongitudeDeg
 
double dfSouthLatitudeDeg
 
double dfEastLongitudeDeg
 
double dfNorthLatitudeDeg
 
char * pszAreaName
 
char * pszProjectionMethod
 

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

◆ bBboxValid

int OSRCRSInfo::bBboxValid

Whereas the west_lon_degree, south_lat_degree, east_lon_degree and north_lat_degree fields are valid.

◆ bDeprecated

int OSRCRSInfo::bDeprecated

Whether the object is deprecated

◆ dfEastLongitudeDeg

double OSRCRSInfo::dfEastLongitudeDeg

Eastern-most longitude of the area of use, in degrees.

◆ dfNorthLatitudeDeg

double OSRCRSInfo::dfNorthLatitudeDeg

Northern-most latitude of the area of use, in degrees.

◆ dfSouthLatitudeDeg

double OSRCRSInfo::dfSouthLatitudeDeg

Southern-most latitude of the area of use, in degrees.

◆ dfWestLongitudeDeg

double OSRCRSInfo::dfWestLongitudeDeg

Western-most longitude of the area of use, in degrees.

◆ eType

OSRCRSType OSRCRSInfo::eType

Object type.

◆ pszAreaName

char* OSRCRSInfo::pszAreaName

Name of the area of use.

◆ pszAuthName

char* OSRCRSInfo::pszAuthName

Authority name.

◆ pszCode

char* OSRCRSInfo::pszCode

Object code.

◆ pszName

char* OSRCRSInfo::pszName

Object name.

◆ 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:

Generated for GDAL by doxygen 1.8.14.