|
OGR
|
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 |
Structure given overall description of a CRS.
This structure may grow over time, and should not be directly allocated by client code.
| int OSRCRSInfo::bBboxValid |
Whereas the west_lon_degree, south_lat_degree, east_lon_degree and north_lat_degree fields are valid.
| int OSRCRSInfo::bDeprecated |
Whether the object is deprecated
| double OSRCRSInfo::dfEastLongitudeDeg |
Eastern-most longitude of the area of use, in degrees.
| double OSRCRSInfo::dfNorthLatitudeDeg |
Northern-most latitude of the area of use, in degrees.
| double OSRCRSInfo::dfSouthLatitudeDeg |
Southern-most latitude of the area of use, in degrees.
| double OSRCRSInfo::dfWestLongitudeDeg |
Western-most longitude of the area of use, in degrees.
| OSRCRSType OSRCRSInfo::eType |
Object type.
| char* OSRCRSInfo::pszAreaName |
Name of the area of use.
| char* OSRCRSInfo::pszAuthName |
Authority name.
| char* OSRCRSInfo::pszCode |
Object code.
| char* OSRCRSInfo::pszName |
Object name.
| char* OSRCRSInfo::pszProjectionMethod |
Name of the projection method for a projected CRS. Might be NULL even for projected CRS in some cases.
1.8.14.