31 #ifndef OGR_SRS_API_H_INCLUDED
32 #define OGR_SRS_API_H_INCLUDED
69 #ifdef USE_DEPRECATED_SRS_WKT_WGS84
70 #define SRS_WKT_WGS84 \
71 "GEOGCS[\"WGS 84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS " \
72 "84\",6378137,298.257223563,AUTHORITY[\"EPSG\",\"7030\"]],AUTHORITY[" \
73 "\"EPSG\",\"6326\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]]" \
74 ",UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]]," \
75 "AUTHORITY[\"EPSG\",\"4326\"]]"
79 #define SRS_WKT_WGS84_LAT_LONG \
80 "GEOGCS[\"WGS 84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS " \
81 "84\",6378137,298.257223563,AUTHORITY[\"EPSG\",\"7030\"]],AUTHORITY[" \
82 "\"EPSG\",\"6326\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]]" \
83 ",UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AXIS[" \
84 "\"Latitude\",NORTH],AXIS[\"Longitude\",EAST],AUTHORITY[\"EPSG\"," \
92 #define SRS_PT_ALBERS_CONIC_EQUAL_AREA "Albers_Conic_Equal_Area"
94 #define SRS_PT_AZIMUTHAL_EQUIDISTANT "Azimuthal_Equidistant"
96 #define SRS_PT_CASSINI_SOLDNER "Cassini_Soldner"
98 #define SRS_PT_CYLINDRICAL_EQUAL_AREA "Cylindrical_Equal_Area"
100 #define SRS_PT_BONNE "Bonne"
102 #define SRS_PT_ECKERT_I "Eckert_I"
104 #define SRS_PT_ECKERT_II "Eckert_II"
106 #define SRS_PT_ECKERT_III "Eckert_III"
108 #define SRS_PT_ECKERT_IV "Eckert_IV"
110 #define SRS_PT_ECKERT_V "Eckert_V"
112 #define SRS_PT_ECKERT_VI "Eckert_VI"
114 #define SRS_PT_EQUIDISTANT_CONIC "Equidistant_Conic"
116 #define SRS_PT_EQUIRECTANGULAR "Equirectangular"
118 #define SRS_PT_GALL_STEREOGRAPHIC "Gall_Stereographic"
120 #define SRS_PT_GAUSSSCHREIBERTMERCATOR "Gauss_Schreiber_Transverse_Mercator"
122 #define SRS_PT_GEOSTATIONARY_SATELLITE "Geostationary_Satellite"
124 #define SRS_PT_GOODE_HOMOLOSINE "Goode_Homolosine"
126 #define SRS_PT_IGH "Interrupted_Goode_Homolosine"
128 #define SRS_PT_GNOMONIC "Gnomonic"
130 #define SRS_PT_HOTINE_OBLIQUE_MERCATOR_AZIMUTH_CENTER \
131 "Hotine_Oblique_Mercator_Azimuth_Center"
133 #define SRS_PT_HOTINE_OBLIQUE_MERCATOR "Hotine_Oblique_Mercator"
135 #define SRS_PT_HOTINE_OBLIQUE_MERCATOR_TWO_POINT_NATURAL_ORIGIN \
136 "Hotine_Oblique_Mercator_Two_Point_Natural_Origin"
138 #define SRS_PT_LABORDE_OBLIQUE_MERCATOR "Laborde_Oblique_Mercator"
140 #define SRS_PT_LAMBERT_CONFORMAL_CONIC_1SP "Lambert_Conformal_Conic_1SP"
142 #define SRS_PT_LAMBERT_CONFORMAL_CONIC_2SP "Lambert_Conformal_Conic_2SP"
144 #define SRS_PT_LAMBERT_CONFORMAL_CONIC_2SP_BELGIUM \
145 "Lambert_Conformal_Conic_2SP_Belgium"
147 #define SRS_PT_LAMBERT_AZIMUTHAL_EQUAL_AREA "Lambert_Azimuthal_Equal_Area"
149 #define SRS_PT_MERCATOR_1SP "Mercator_1SP"
151 #define SRS_PT_MERCATOR_2SP "Mercator_2SP"
153 #define SRS_PT_MERCATOR_AUXILIARY_SPHERE "Mercator_Auxiliary_Sphere"
155 #define SRS_PT_MILLER_CYLINDRICAL "Miller_Cylindrical"
157 #define SRS_PT_MOLLWEIDE "Mollweide"
159 #define SRS_PT_NEW_ZEALAND_MAP_GRID "New_Zealand_Map_Grid"
161 #define SRS_PT_OBLIQUE_STEREOGRAPHIC "Oblique_Stereographic"
163 #define SRS_PT_ORTHOGRAPHIC "Orthographic"
165 #define SRS_PT_POLAR_STEREOGRAPHIC "Polar_Stereographic"
167 #define SRS_PT_POLYCONIC "Polyconic"
169 #define SRS_PT_ROBINSON "Robinson"
171 #define SRS_PT_SINUSOIDAL "Sinusoidal"
173 #define SRS_PT_STEREOGRAPHIC "Stereographic"
175 #define SRS_PT_SWISS_OBLIQUE_CYLINDRICAL "Swiss_Oblique_Cylindrical"
177 #define SRS_PT_TRANSVERSE_MERCATOR "Transverse_Mercator"
179 #define SRS_PT_TRANSVERSE_MERCATOR_SOUTH_ORIENTED \
180 "Transverse_Mercator_South_Orientated"
184 #define SRS_PT_TRANSVERSE_MERCATOR_MI_21 "Transverse_Mercator_MapInfo_21"
186 #define SRS_PT_TRANSVERSE_MERCATOR_MI_22 "Transverse_Mercator_MapInfo_22"
188 #define SRS_PT_TRANSVERSE_MERCATOR_MI_23 "Transverse_Mercator_MapInfo_23"
190 #define SRS_PT_TRANSVERSE_MERCATOR_MI_24 "Transverse_Mercator_MapInfo_24"
192 #define SRS_PT_TRANSVERSE_MERCATOR_MI_25 "Transverse_Mercator_MapInfo_25"
195 #define SRS_PT_TUNISIA_MINING_GRID "Tunisia_Mining_Grid"
197 #define SRS_PT_TWO_POINT_EQUIDISTANT "Two_Point_Equidistant"
199 #define SRS_PT_VANDERGRINTEN "VanDerGrinten"
201 #define SRS_PT_KROVAK "Krovak"
203 #define SRS_PT_IMW_POLYCONIC "International_Map_of_the_World_Polyconic"
205 #define SRS_PT_WAGNER_I "Wagner_I"
207 #define SRS_PT_WAGNER_II "Wagner_II"
209 #define SRS_PT_WAGNER_III "Wagner_III"
211 #define SRS_PT_WAGNER_IV "Wagner_IV"
213 #define SRS_PT_WAGNER_V "Wagner_V"
215 #define SRS_PT_WAGNER_VI "Wagner_VI"
217 #define SRS_PT_WAGNER_VII "Wagner_VII"
219 #define SRS_PT_QSC "Quadrilateralized_Spherical_Cube"
221 #define SRS_PT_AITOFF "Aitoff"
223 #define SRS_PT_WINKEL_I "Winkel_I"
225 #define SRS_PT_WINKEL_II "Winkel_II"
227 #define SRS_PT_WINKEL_TRIPEL "Winkel_Tripel"
229 #define SRS_PT_CRASTER_PARABOLIC "Craster_Parabolic"
231 #define SRS_PT_LOXIMUTHAL "Loximuthal"
233 #define SRS_PT_QUARTIC_AUTHALIC "Quartic_Authalic"
235 #define SRS_PT_SCH "Spherical_Cross_Track_Height"
238 #define SRS_PP_CENTRAL_MERIDIAN "central_meridian"
240 #define SRS_PP_SCALE_FACTOR "scale_factor"
242 #define SRS_PP_STANDARD_PARALLEL_1 "standard_parallel_1"
244 #define SRS_PP_STANDARD_PARALLEL_2 "standard_parallel_2"
246 #define SRS_PP_PSEUDO_STD_PARALLEL_1 "pseudo_standard_parallel_1"
248 #define SRS_PP_LONGITUDE_OF_CENTER "longitude_of_center"
250 #define SRS_PP_LATITUDE_OF_CENTER "latitude_of_center"
252 #define SRS_PP_LONGITUDE_OF_ORIGIN "longitude_of_origin"
254 #define SRS_PP_LATITUDE_OF_ORIGIN "latitude_of_origin"
256 #define SRS_PP_FALSE_EASTING "false_easting"
258 #define SRS_PP_FALSE_NORTHING "false_northing"
260 #define SRS_PP_AZIMUTH "azimuth"
262 #define SRS_PP_LONGITUDE_OF_POINT_1 "longitude_of_point_1"
264 #define SRS_PP_LATITUDE_OF_POINT_1 "latitude_of_point_1"
266 #define SRS_PP_LONGITUDE_OF_POINT_2 "longitude_of_point_2"
268 #define SRS_PP_LATITUDE_OF_POINT_2 "latitude_of_point_2"
270 #define SRS_PP_LONGITUDE_OF_POINT_3 "longitude_of_point_3"
272 #define SRS_PP_LATITUDE_OF_POINT_3 "latitude_of_point_3"
274 #define SRS_PP_RECTIFIED_GRID_ANGLE "rectified_grid_angle"
276 #define SRS_PP_LANDSAT_NUMBER "landsat_number"
278 #define SRS_PP_PATH_NUMBER "path_number"
280 #define SRS_PP_PERSPECTIVE_POINT_HEIGHT "perspective_point_height"
282 #define SRS_PP_SATELLITE_HEIGHT "satellite_height"
284 #define SRS_PP_FIPSZONE "fipszone"
286 #define SRS_PP_ZONE "zone"
288 #define SRS_PP_LATITUDE_OF_1ST_POINT "Latitude_Of_1st_Point"
290 #define SRS_PP_LONGITUDE_OF_1ST_POINT "Longitude_Of_1st_Point"
292 #define SRS_PP_LATITUDE_OF_2ND_POINT "Latitude_Of_2nd_Point"
294 #define SRS_PP_LONGITUDE_OF_2ND_POINT "Longitude_Of_2nd_Point"
296 #define SRS_PP_PEG_POINT_LATITUDE "peg_point_latitude"
298 #define SRS_PP_PEG_POINT_LONGITUDE "peg_point_longitude"
300 #define SRS_PP_PEG_POINT_HEADING "peg_point_heading"
302 #define SRS_PP_PEG_POINT_HEIGHT "peg_point_height"
305 #define SRS_UL_METER "Meter"
307 #define SRS_UL_FOOT "Foot (International)"
309 #define SRS_UL_FOOT_CONV "0.3048"
311 #define SRS_UL_US_FOOT "Foot_US"
313 #define SRS_UL_US_FOOT_CONV "0.3048006096012192"
315 #define SRS_UL_NAUTICAL_MILE "Nautical Mile"
317 #define SRS_UL_NAUTICAL_MILE_CONV "1852.0"
319 #define SRS_UL_LINK "Link"
321 #define SRS_UL_LINK_CONV "0.20116684023368047"
323 #define SRS_UL_CHAIN "Chain"
325 #define SRS_UL_CHAIN_CONV "20.116684023368047"
327 #define SRS_UL_ROD "Rod"
329 #define SRS_UL_ROD_CONV "5.02921005842012"
331 #define SRS_UL_LINK_Clarke "Link_Clarke"
333 #define SRS_UL_LINK_Clarke_CONV "0.2011661949"
336 #define SRS_UL_KILOMETER "Kilometer"
338 #define SRS_UL_KILOMETER_CONV "1000."
340 #define SRS_UL_DECIMETER "Decimeter"
342 #define SRS_UL_DECIMETER_CONV "0.1"
344 #define SRS_UL_CENTIMETER "Centimeter"
346 #define SRS_UL_CENTIMETER_CONV "0.01"
348 #define SRS_UL_MILLIMETER "Millimeter"
350 #define SRS_UL_MILLIMETER_CONV "0.001"
352 #define SRS_UL_INTL_NAUT_MILE "Nautical_Mile_International"
354 #define SRS_UL_INTL_NAUT_MILE_CONV "1852.0"
356 #define SRS_UL_INTL_INCH "Inch_International"
358 #define SRS_UL_INTL_INCH_CONV "0.0254"
360 #define SRS_UL_INTL_FOOT "Foot_International"
362 #define SRS_UL_INTL_FOOT_CONV "0.3048"
364 #define SRS_UL_INTL_YARD "Yard_International"
366 #define SRS_UL_INTL_YARD_CONV "0.9144"
368 #define SRS_UL_INTL_STAT_MILE "Statute_Mile_International"
370 #define SRS_UL_INTL_STAT_MILE_CONV "1609.344"
372 #define SRS_UL_INTL_FATHOM "Fathom_International"
374 #define SRS_UL_INTL_FATHOM_CONV "1.8288"
376 #define SRS_UL_INTL_CHAIN "Chain_International"
378 #define SRS_UL_INTL_CHAIN_CONV "20.1168"
380 #define SRS_UL_INTL_LINK "Link_International"
382 #define SRS_UL_INTL_LINK_CONV "0.201168"
384 #define SRS_UL_US_INCH "Inch_US_Surveyor"
386 #define SRS_UL_US_INCH_CONV "0.025400050800101603"
388 #define SRS_UL_US_YARD "Yard_US_Surveyor"
390 #define SRS_UL_US_YARD_CONV "0.914401828803658"
392 #define SRS_UL_US_CHAIN "Chain_US_Surveyor"
394 #define SRS_UL_US_CHAIN_CONV "20.11684023368047"
396 #define SRS_UL_US_STAT_MILE "Statute_Mile_US_Surveyor"
398 #define SRS_UL_US_STAT_MILE_CONV "1609.347218694437"
400 #define SRS_UL_INDIAN_YARD "Yard_Indian"
402 #define SRS_UL_INDIAN_YARD_CONV "0.91439523"
404 #define SRS_UL_INDIAN_FOOT "Foot_Indian"
406 #define SRS_UL_INDIAN_FOOT_CONV "0.30479841"
408 #define SRS_UL_INDIAN_CHAIN "Chain_Indian"
410 #define SRS_UL_INDIAN_CHAIN_CONV "20.11669506"
413 #define SRS_UA_DEGREE "degree"
415 #define SRS_UA_DEGREE_CONV "0.0174532925199433"
417 #define SRS_UA_RADIAN "radian"
420 #define SRS_PM_GREENWICH "Greenwich"
423 #define SRS_DN_NAD27 "North_American_Datum_1927"
425 #define SRS_DN_NAD83 "North_American_Datum_1983"
427 #define SRS_DN_WGS72 "WGS_1972"
429 #define SRS_DN_WGS84 "WGS_1984"
432 #define SRS_WGS84_SEMIMAJOR 6378137.0
434 #define SRS_WGS84_INVFLATTENING 298.257223563
440 #ifndef DEFINED_OGRSpatialReferenceH
442 #define DEFINED_OGRSpatialReferenceH
483 const char *,
double *);
494 const char *,
const char *);
498 const char *pszUnits);
502 const char *
const *papszOptions);
506 const char *
const *papszOptions);
518 char ***ppapszKeyValues,
char **ppszUnits,
528 const char *
const *papszOptions);
533 const char *pszNodePath,
534 const char *pszNewNodeValue);
543 const char *,
double);
545 const char *,
double);
566 const char *
const *papszOptions);
569 double dfCoordinateEpoch);
576 const char *pszName);
584 double,
double,
double,
double);
595 const char *pszDatumName,
596 const char *pszEllipsoidName,
double dfSemiMajor,
597 double dfInvFlattening,
598 const char *pszPMName ,
600 const char *pszUnits ,
601 double dfConvertToRadians );
604 const char *pszVertCSName,
605 const char *pszVertDatumName,
int nVertDatumType);
612 const char *pszTargetKey,
613 const char *pszAuthority,
int nCode);
615 const char *pszTargetKey);
617 const char *pszTargetKey);
620 double *pdfWestLongitudeDeg,
621 double *pdfSouthLatitudeDeg,
622 double *pdfEastLongitudeDeg,
623 double *pdfNorthLatitudeDeg,
624 const char **ppszAreaName);
629 const char *pszParamName,
634 const char *pszParamName,
644 const char *pszOverrideUnitName,
645 double dfOverrideUnit);
651 int **ppanMatchConfidence);
657 const char *pszTargetKey,
int iAxis,
661 const char *pszXAxisName,
663 const char *pszYAxisName,
686 const int *panMapping);
690 double dfStdP2,
double dfCenterLat,
691 double dfCenterLong,
double dfFalseEasting,
692 double dfFalseNorthing);
696 double dfCenterLong,
double dfFalseEasting,
697 double dfFalseNorthing);
701 double dfCentralMeridian,
double dfFalseEasting,
702 double dfFalseNorthing);
706 double dfCentralMeridian,
double dfFalseEasting,
707 double dfFalseNorthing);
711 double dfCenterLong,
double dfFalseEasting,
712 double dfFalseNorthing);
716 double dfStdP2,
double dfCenterLat,
double dfCenterLong,
717 double dfFalseEasting,
double dfFalseNorthing);
721 double dfCentralMeridian,
double dfFalseEasting,
722 double dfFalseNorthing);
726 double dfCentralMeridian,
double dfFalseEasting,
727 double dfFalseNorthing);
731 double dfCentralMeridian,
double dfFalseEasting,
732 double dfFalseNorthing);
736 double dfCenterLat,
double dfCenterLong,
737 double dfFalseEasting,
738 double dfFalseNorthing);
742 double dfCenterLat,
double dfCenterLong,
743 double dfPseudoStdParallel1,
744 double dfFalseEasting,
745 double dfFalseNorthing);
749 double dfFalseEasting,
double dfFalseNorthing);
753 double dfFalseEasting,
double dfFalseNorthing);
760 double dfSatelliteHeight,
double dfFalseEasting,
761 double dfFalseNorthing);
766 double dfScale,
double dfFalseEasting,
double dfFalseNorthing);
769 double dfCenterLong,
double dfFalseEasting,
770 double dfFalseNorthing);
775 double dfCenterLong,
double dfAzimuth,
776 double dfRectToSkew,
double dfScale,
777 double dfFalseEasting,
double dfFalseNorthing);
782 double dfCenterLong,
double dfAzimuth,
783 double dfRectToSkew,
double dfScale,
784 double dfFalseEasting,
double dfFalseNorthing);
787 double dfCenterLong,
double dfAzimuth,
788 double dfRectToSkew,
double dfScale,
789 double dfFalseEasting,
double dfFalseNorthing);
793 double dfLat1,
double dfLong1,
double dfLat2,
794 double dfLong2,
double dfScale,
795 double dfFalseEasting,
double dfFalseNorthing);
799 double dfLat2,
double dfCenterLong,
800 double dfFalseEasting,
801 double dfFalseNorthing);
805 double dfCenterLong,
double dfAzimuth,
806 double dfPseudoStdParallelLat,
double dfScale,
807 double dfFalseEasting,
double dfFalseNorthing);
811 double dfCenterLong,
double dfFalseEasting,
812 double dfFalseNorthing);
816 double dfStdP2,
double dfCenterLat,
817 double dfCenterLong,
double dfFalseEasting,
818 double dfFalseNorthing);
822 double dfCenterLong,
double dfScale,
823 double dfFalseEasting,
double dfFalseNorthing);
827 double dfStdP2,
double dfCenterLat,
828 double dfCenterLong,
double dfFalseEasting,
829 double dfFalseNorthing);
833 double dfCenterLong,
double dfFalseEasting,
834 double dfFalseNorthing);
838 double dfCenterLong,
double dfScale,
839 double dfFalseEasting,
double dfFalseNorthing);
843 double dfCenterLat,
double dfCenterLong,
844 double dfFalseEasting,
double dfFalseNorthing);
848 double dfCentralMeridian,
double dfFalseEasting,
849 double dfFalseNorthing);
853 double dfCenterLong,
double dfFalseEasting,
854 double dfFalseNorthing);
858 double dfCMeridian,
double dfScale,
859 double dfFalseEasting,
double dfFalseNorthing);
863 double dfCenterLong,
double dfFalseEasting,
864 double dfFalseNorthing);
868 double dfCenterLong,
double dfFalseEasting,
869 double dfFalseNorthing);
873 double dfCenterLong,
double dfScale,
874 double dfFalseEasting,
double dfFalseNorthing);
878 double dfFalseEasting,
double dfFalseNorthing);
882 double dfFalseEasting,
double dfFalseNorthing);
886 double dfCenterLat,
double dfCenterLong,
887 double dfScale,
double dfFalseEasting,
888 double dfFalseNorthing);
892 double dfCentralMeridian,
double dfFalseEasting,
893 double dfFalseNorthing);
902 double dfCenterLong,
double dfScale,
903 double dfFalseEasting,
double dfFalseNorthing);
907 const char *pszVariantName,
double dfCenterLat,
908 double dfCenterLong,
double dfScale,
909 double dfFalseEasting,
double dfFalseNorthing);
913 double dfCenterLong,
double dfFalseEasting,
914 double dfFalseNorthing);
918 double dfCenterLong,
double dfScale,
919 double dfFalseEasting,
double dfFalseNorthing);
923 double dfLong1,
double dfLat2,
double dfLong2,
924 double dfFalseEasting,
double dfFalseNorthing);
928 double dfFalseEasting,
double dfFalseNorthing);
932 double dfCenterLat,
double dfFalseEasting,
933 double dfFalseNorthing);
937 double dfCenterLong);
941 double dfPegLong,
double dfPegHeading,
947 double dfTopoOriginHeight,
double dfViewPointHeight,
double dfFalseEasting,
948 double dfFalseNorthing);
952 double dfInvFlattening);
1020 int *pnOutResultCount);
1043 double dfSouthLatitudeDeg,
double dfEastLongitudeDeg,
1044 double dfNorthLatitudeDeg);
1071 void CPL_DLL CPL_STDCALL
1075 int nCount,
double *x,
double *y,
1079 int nCount,
double *x,
double *y,
1080 double *z,
int *pabSuccess);
1083 double *x,
double *y,
double *z,
double *t,
1087 int nCount,
double *x,
double *y,
1088 double *z,
double *t,
1089 int *panErrorCodes);
1092 const double xmin,
const double ymin,
1093 const double xmax,
const double ymax,
1094 double *out_xmin,
double *out_ymin,
1095 double *out_xmax,
double *out_ymax,
1096 const int densify_pts);
#define CPL_C_END
Macro to end a block of C symbols.
Definition: cpl_port.h:299
#define CPL_C_START
Macro to start a block of C symbols.
Definition: cpl_port.h:295
char ** CSLConstList
Type of a constant null-terminated list of nul terminated strings.
Definition: cpl_port.h:1183
void * OGRCoordinateTransformationH
Opaque type for a coordinate transformation object.
Definition: ogr_api.h:83
void * OGRSpatialReferenceH
Opaque type for a spatial reference system.
Definition: ogr_api.h:81
Core portability services for cross-platform OGR code.
int OGRErr
Type for a OGR error.
Definition: ogr_core.h:387
int OSREPSGTreatsAsLatLong(OGRSpatialReferenceH hSRS)
This function returns TRUE if EPSG feels this geographic coordinate system should be treated as havin...
Definition: ogrspatialreference.cpp:11945
OGRErr OSRSetTM(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfScale, double dfFalseEasting, double dfFalseNorthing)
Transverse Mercator.
Definition: ogrspatialreference.cpp:6087
OGRErr OSRImportFromEPSG(OGRSpatialReferenceH, int)
Initialize SRS based on EPSG geographic, projected or vertical CRS code.
Definition: ogrspatialreference.cpp:11835
double OSRGetNormProjParm(OGRSpatialReferenceH hSRS, const char *pszParamName, double dfDefault, OGRErr *)
This function is the same as OGRSpatialReference::
Definition: ogrspatialreference.cpp:6001
OGRErr OSRSetNZMG(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)
New Zealand Map Grid.
Definition: ogrspatialreference.cpp:7403
void * OGRCoordinateTransformationH
Opaque type for a coordinate transformation object.
Definition: ogr_srs_api.h:452
OGRErr OSRSetEC(OGRSpatialReferenceH hSRS, double dfStdP1, double dfStdP2, double dfCenterLat, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)
Equidistant Conic.
Definition: ogrspatialreference.cpp:6417
OGRErr OSRSetQSC(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong)
Quadrilateralized Spherical Cube.
Definition: ogrspatialreference.cpp:7970
OGRErr OSRGetTOWGS84(OGRSpatialReferenceH hSRS, double *, int)
Fetch TOWGS84 parameters, if available.
Definition: ogrspatialreference.cpp:10246
int OCTTransformBounds(OGRCoordinateTransformationH hCT, const double xmin, const double ymin, const double xmax, const double ymax, double *out_xmin, double *out_ymin, double *out_xmax, double *out_ymax, const int densify_pts)
Transform boundary.
Definition: ogrct.cpp:3852
void OSRFreeSRSArray(OGRSpatialReferenceH *pahSRS)
Free return of OSRIdentifyMatches()
Definition: ogrspatialreference.cpp:9882
OGRErr OSRImportFromERM(OGRSpatialReferenceH, const char *, const char *, const char *)
Create OGR WKT from ERMapper projection definitions.
Definition: ogr_srs_erm.cpp:53
OGRErr OSRSetTMG(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)
Tunesia Mining Grid
Definition: ogrspatialreference.cpp:6237
void OSRSetPROJAuxDbPaths(const char *const *papszPaths)
Set list of PROJ auxiliary database filenames.
Definition: ogr_proj_p.cpp:457
int OSRIsDynamic(OGRSpatialReferenceH)
Check if a CRS is a dynamic CRS.
Definition: ogrspatialreference.cpp:9254
OGRErr OSRExportToPROJJSON(OGRSpatialReferenceH hSRS, char **ppszReturn, const char *const *papszOptions)
Convert this SRS into PROJJSON format.
Definition: ogrspatialreference.cpp:2053
OGRErr OSRImportFromMICoordSys(OGRSpatialReferenceH, const char *)
Import Mapinfo style CoordSys definition.
Definition: ogrspatialreference.cpp:10985
OGRCoordinateTransformationH OCTGetInverse(OGRCoordinateTransformationH hTransform)
Inverse transformation object.
Definition: ogrct.cpp:1240
const char * OSRGetAuthorityCode(OGRSpatialReferenceH hSRS, const char *pszTargetKey)
Get the authority code for a node.
Definition: ogrspatialreference.cpp:8356
OGRErr OSRSetGEOS(OGRSpatialReferenceH hSRS, double dfCentralMeridian, double dfSatelliteHeight, double dfFalseEasting, double dfFalseNorthing)
GEOS - Geostationary Satellite View.
Definition: ogrspatialreference.cpp:6744
int OCTTransform4DWithErrorCodes(OGRCoordinateTransformationH hCT, int nCount, double *x, double *y, double *z, double *t, int *panErrorCodes)
Transform an array of points.
Definition: ogrct.cpp:3807
int OSRIsSame(OGRSpatialReferenceH, OGRSpatialReferenceH)
Do these two spatial references describe the same system ?
Definition: ogrspatialreference.cpp:9667
OGRErr OSRSetIGH(OGRSpatialReferenceH hSRS)
Interrupted Goode Homolosine.
Definition: ogrspatialreference.cpp:6716
OGRErr OSRSetGeogCS(OGRSpatialReferenceH hSRS, const char *pszGeogName, const char *pszDatumName, const char *pszEllipsoidName, double dfSemiMajor, double dfInvFlattening, const char *pszPMName, double dfPMOffset, const char *pszUnits, double dfConvertToRadians)
Set geographic coordinate system.
Definition: ogrspatialreference.cpp:3470
int OSRGetAxesCount(OGRSpatialReferenceH hSRS)
Return the number of axis of the coordinate system of the CRS.
Definition: ogrspatialreference.cpp:10552
OGRErr OSRImportFromXML(OGRSpatialReferenceH, const char *)
Import coordinate system from XML format (GML only currently).
Definition: ogr_srs_xml.cpp:1262
char ** OSRGetPROJAuxDbPaths(void)
Get PROJ auxiliary database filenames.
Definition: ogr_proj_p.cpp:476
const char * OSRGetAttrValue(OGRSpatialReferenceH hSRS, const char *pszName, int iChild)
Fetch indicated attribute of named node.
Definition: ogrspatialreference.cpp:1299
void * OGRSpatialReferenceH
Opaque type for a Spatial Reference object.
Definition: ogr_srs_api.h:450
OGRErr OSRSetWellKnownGeogCS(OGRSpatialReferenceH hSRS, const char *pszName)
Set a GeogCS based on well known name.
Definition: ogrspatialreference.cpp:3634
OGRErr OSRExportToPrettyWkt(OGRSpatialReferenceH, char **, int)
Convert this SRS into a nicely formatted WKT 1 string for display to a person.
Definition: ogrspatialreference.cpp:1483
OSRCRSInfo ** OSRGetCRSInfoListFromDatabase(const char *pszAuthName, const OSRCRSListParameters *params, int *pnOutResultCount)
Enumerate CRS objects from the database.
Definition: ogrspatialreference.cpp:12483
OGRErr OSRSetVertCS(OGRSpatialReferenceH hSRS, const char *pszVertCSName, const char *pszVertDatumName, int nVertDatumType)
Setup the vertical coordinate system.
Definition: ogrspatialreference.cpp:5430
OGRErr OSRExportToMICoordSys(OGRSpatialReferenceH, char **)
Export coordinate system in Mapinfo style CoordSys format.
Definition: ogrspatialreference.cpp:10929
int OSRIsDerivedGeographic(OGRSpatialReferenceH)
Check if the CRS is a derived geographic coordinate system.
Definition: ogrspatialreference.cpp:9001
OGRErr OSRSetPS(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfScale, double dfFalseEasting, double dfFalseNorthing)
Polar Stereographic.
Definition: ogrspatialreference.cpp:7569
void OCTDestroyCoordinateTransformationOptions(OGRCoordinateTransformationOptionsH)
Destroy coordinate transformation options.
Definition: ogrct.cpp:369
OGRErr OSRSetTargetLinearUnits(OGRSpatialReferenceH, const char *, const char *, double)
Set the linear units for the target node.
Definition: ogrspatialreference.cpp:2933
OGRErr OSRSetBonne(OGRSpatialReferenceH hSRS, double dfStandardParallel, double dfCentralMeridian, double dfFalseEasting, double dfFalseNorthing)
Bonne.
Definition: ogrspatialreference.cpp:6328
int OSRIsVertical(OGRSpatialReferenceH)
Check if vertical coordinate system.
Definition: ogrspatialreference.cpp:9146
OGRErr OSRImportFromPCI(OGRSpatialReferenceH hSRS, const char *, const char *, double *)
Import coordinate system from PCI projection definition.
Definition: ogr_srs_pci.cpp:142
OGRErr OSRSetAxes(OGRSpatialReferenceH hSRS, const char *pszTargetKey, const char *pszXAxisName, OGRAxisOrientation eXAxisOrientation, const char *pszYAxisName, OGRAxisOrientation eYAxisOrientation)
Set the axes for a coordinate system.
Definition: ogrspatialreference.cpp:10902
OGRErr OSRSetIWMPolyconic(OGRSpatialReferenceH hSRS, double dfLat1, double dfLat2, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)
International Map of the World Polyconic.
Definition: ogrspatialreference.cpp:7042
OGRCoordinateTransformationH OCTNewCoordinateTransformationEx(OGRSpatialReferenceH hSourceSRS, OGRSpatialReferenceH hTargetSRS, OGRCoordinateTransformationOptionsH hOptions)
Create transformation object.
Definition: ogrct.cpp:1134
OGRErr OSRImportFromWkt(OGRSpatialReferenceH, char **)
Import from WKT string.
Definition: ogrspatialreference.cpp:2348
void OCTDestroyCoordinateTransformation(OGRCoordinateTransformationH)
OGRCoordinateTransformation destructor.
Definition: ogrct.cpp:889
OSRAxisMappingStrategy OSRGetAxisMappingStrategy(OGRSpatialReferenceH hSRS)
Return the data axis to CRS axis mapping strategy.
Definition: ogrspatialreference.cpp:12225
double OSRGetAngularUnits(OGRSpatialReferenceH, char **)
Fetch angular geographic coordinate system units.
Definition: ogrspatialreference.cpp:2682
OGRErr OSRMorphFromESRI(OGRSpatialReferenceH)
Convert in place from ESRI WKT format.
Definition: ogrspatialreference.cpp:11449
OGRErr OSRImportFromProj4(OGRSpatialReferenceH, const char *)
Import PROJ coordinate string.
Definition: ogrspatialreference.cpp:11144
int OSRIsSameEx(OGRSpatialReferenceH, OGRSpatialReferenceH, const char *const *papszOptions)
Do these two spatial references describe the same system ?
Definition: ogrspatialreference.cpp:9685
double OSRGetSemiMinor(OGRSpatialReferenceH, OGRErr *)
Get spheroid semi minor axis.
Definition: ogrspatialreference.cpp:5205
double OSRGetPrimeMeridian(OGRSpatialReferenceH, char **)
Fetch prime meridian info.
Definition: ogrspatialreference.cpp:3349
OGRErr OSRCopyGeogCSFrom(OGRSpatialReferenceH hSRS, const OGRSpatialReferenceH hSrcSRS)
Copy GEOGCS from another OGRSpatialReference.
Definition: ogrspatialreference.cpp:3750
OGRErr OSRSetAttrValue(OGRSpatialReferenceH hSRS, const char *pszNodePath, const char *pszNewNodeValue)
Set attribute value in spatial reference.
Definition: ogrspatialreference.cpp:2451
OGRErr OSRSetSCH(OGRSpatialReferenceH hSRS, double dfPegLat, double dfPegLong, double dfPegHeading, double dfPegHgt)
Spherical, Cross-track, Height.
Definition: ogrspatialreference.cpp:7997
double OSRGetLinearUnits(OGRSpatialReferenceH, char **)
Fetch linear projection units.
Definition: ogrspatialreference.cpp:3008
void OSRCleanup(void)
Cleanup cached SRS related memory.
Definition: ogrspatialreference.cpp:10473
OGRErr OSRSetProjParm(OGRSpatialReferenceH, const char *, double)
Set a projection parameter value.
Definition: ogrspatialreference.cpp:5765
int OCTTransformEx(OGRCoordinateTransformationH hCT, int nCount, double *x, double *y, double *z, int *pabSuccess)
Transform an array of points.
Definition: ogrct.cpp:3749
int OCTTransform(OGRCoordinateTransformationH hCT, int nCount, double *x, double *y, double *z)
Transform an array of points.
Definition: ogrct.cpp:3724
OGRErr OSRSetFromUserInputEx(OGRSpatialReferenceH hSRS, const char *, CSLConstList papszOptions)
Set spatial reference from various text formats.
Definition: ogrspatialreference.cpp:4247
OGRErr OSRSetCEA(OGRSpatialReferenceH hSRS, double dfStdP1, double dfCentralMeridian, double dfFalseEasting, double dfFalseNorthing)
Cylindrical Equal Area.
Definition: ogrspatialreference.cpp:6358
void OSRSetPROJSearchPaths(const char *const *papszPaths)
Set the search path(s) for PROJ resource files.
Definition: ogr_proj_p.cpp:410
OGRErr OSRImportFromUSGS(OGRSpatialReferenceH, long, long, double *, long)
Import coordinate system from USGS projection definition.
Definition: ogr_srs_usgs.cpp:162
void OSRDestroyCRSInfoList(OSRCRSInfo **list)
Destroy the result returned by OSRGetCRSInfoListFromDatabase().
Definition: ogrspatialreference.cpp:12559
OGRErr OSRSetProjection(OGRSpatialReferenceH, const char *)
Set a projection name.
Definition: ogrspatialreference.cpp:5632
OGRErr OSRSetStatePlane(OGRSpatialReferenceH hSRS, int nZone, int bNAD83)
Set State Plane projection definition.
Definition: ogr_fromepsg.cpp:245
int OSRGetAreaOfUse(OGRSpatialReferenceH hSRS, double *pdfWestLongitudeDeg, double *pdfSouthLatitudeDeg, double *pdfEastLongitudeDeg, double *pdfNorthLatitudeDeg, const char **ppszAreaName)
Return the area of use of the CRS.
Definition: ogrspatialreference.cpp:12452
int OCTCoordinateTransformationOptionsSetBallparkAllowed(OGRCoordinateTransformationOptionsH hOptions, int bAllowBallpark)
Sets whether ballpark transformations are allowed.
Definition: ogrct.cpp:604
int OCTCoordinateTransformationOptionsSetOperation(OGRCoordinateTransformationOptionsH hOptions, const char *pszCO, int bReverseCO)
Sets a coordinate operation.
Definition: ogrct.cpp:517
char ** OSRGetPROJSearchPaths(void)
Get the search path(s) for PROJ resource files.
Definition: ogr_proj_p.cpp:428
int OCTTransform4D(OGRCoordinateTransformationH hCT, int nCount, double *x, double *y, double *z, double *t, int *pabSuccess)
Transform an array of points.
Definition: ogrct.cpp:3778
OGRErr OSRSetACEA(OGRSpatialReferenceH hSRS, double dfStdP1, double dfStdP2, double dfCenterLat, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)
Albers Conic Equal Area.
Definition: ogrspatialreference.cpp:6270
OGRErr OSRExportToUSGS(OGRSpatialReferenceH, long *, long *, double **, long *)
Export coordinate system in USGS GCTP projection definition.
Definition: ogr_srs_usgs.cpp:804
OSRCRSType
Type of Coordinate Reference System (CRS).
Definition: ogr_srs_api.h:958
@ OSR_CRS_TYPE_COMPOUND
Compound CRS.
Definition: ogr_srs_api.h:970
@ OSR_CRS_TYPE_GEOGRAPHIC_2D
Geographic 2D CRS.
Definition: ogr_srs_api.h:960
@ OSR_CRS_TYPE_PROJECTED
Projected CRS.
Definition: ogr_srs_api.h:966
@ OSR_CRS_TYPE_GEOCENTRIC
Geocentric CRS.
Definition: ogr_srs_api.h:964
@ OSR_CRS_TYPE_OTHER
Other.
Definition: ogr_srs_api.h:972
@ OSR_CRS_TYPE_GEOGRAPHIC_3D
Geographic 3D CRS.
Definition: ogr_srs_api.h:962
@ OSR_CRS_TYPE_VERTICAL
Vertical CRS.
Definition: ogr_srs_api.h:968
struct OGRCoordinateTransformationOptions * OGRCoordinateTransformationOptionsH
Coordinate transformation options.
Definition: ogr_srs_api.h:1031
int OSRIsProjected(OGRSpatialReferenceH)
Check if projected coordinate system.
Definition: ogrspatialreference.cpp:8837
OGRErr OSRSetLAEA(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)
Lambert Azimuthal Equal-Area.
Definition: ogrspatialreference.cpp:7139
double OSRGetProjParm(OGRSpatialReferenceH hSRS, const char *pszParamName, double dfDefault, OGRErr *)
Fetch a projection parameter value.
Definition: ogrspatialreference.cpp:5935
OGRErr OSRStripVertical(OGRSpatialReferenceH)
Convert a compound cs into a horizontal CS.
Definition: ogrspatialreference.cpp:8618
double OSRGetInvFlattening(OGRSpatialReferenceH, OGRErr *)
Get spheroid inverse flattening.
Definition: ogrspatialreference.cpp:5109
OGRErr OSRSetEckertVI(OGRSpatialReferenceH hSRS, double dfCentralMeridian, double dfFalseEasting, double dfFalseNorthing)
Eckert VI.
Definition: ogrspatialreference.cpp:6546
OGRErr OSRSetProjCS(OGRSpatialReferenceH hSRS, const char *pszName)
Set the user visible PROJCS name.
Definition: ogrspatialreference.cpp:5574
OGRErr OSRPromoteTo3D(OGRSpatialReferenceH hSRS, const char *pszName)
"Promotes" a 2D CRS to a 3D CRS one.
Definition: ogrspatialreference.cpp:12700
OGRErr OSRSetLCCB(OGRSpatialReferenceH hSRS, double dfStdP1, double dfStdP2, double dfCenterLat, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)
Lambert Conformal Conic (Belgium)
Definition: ogrspatialreference.cpp:7231
OGRErr OSRSetGaussSchreiberTMercator(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfScale, double dfFalseEasting, double dfFalseNorthing)
Gauss Schreiber Transverse Mercator.
Definition: ogrspatialreference.cpp:6776
OGRSpatialReferenceH OSRNewSpatialReference(const char *)
Constructor.
Definition: ogrspatialreference.cpp:819
int OSRReference(OGRSpatialReferenceH)
Increments the reference count by one.
Definition: ogrspatialreference.cpp:1022
OGRErr OSRSetMercator2SP(OGRSpatialReferenceH hSRS, double dfStdP1, double dfCenterLat, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)
Mercator 2SP.
Definition: ogrspatialreference.cpp:7345
OGRErr OSRImportFromPanorama(OGRSpatialReferenceH, long, long, long, double *)
Import coordinate system from "Panorama" GIS projection definition.
Definition: ogr_srs_panorama.cpp:235
OGRErr OSRSetOS(OGRSpatialReferenceH hSRS, double dfOriginLat, double dfCMeridian, double dfScale, double dfFalseEasting, double dfFalseNorthing)
Oblique Stereographic.
Definition: ogrspatialreference.cpp:7433
OGRErr OSRAutoIdentifyEPSG(OGRSpatialReferenceH hSRS)
Set EPSG authority info if possible.
Definition: ogr_fromepsg.cpp:426
OGRErr OSRSetLCC1SP(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfScale, double dfFalseEasting, double dfFalseNorthing)
Lambert Conformal Conic 1SP.
Definition: ogrspatialreference.cpp:7200
OGRErr OSRSetGeocCS(OGRSpatialReferenceH hSRS, const char *pszName)
Set the user visible PROJCS name.
Definition: ogrspatialreference.cpp:5355
int OCTCoordinateTransformationOptionsSetAreaOfInterest(OGRCoordinateTransformationOptionsH hOptions, double dfWestLongitudeDeg, double dfSouthLatitudeDeg, double dfEastLongitudeDeg, double dfNorthLatitudeDeg)
Sets an area of interest.
Definition: ogrct.cpp:440
int OSRIsCompound(OGRSpatialReferenceH)
Check if the coordinate system is compound.
Definition: ogrspatialreference.cpp:8777
OGRErr OSRSetAE(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)
Azimuthal Equidistant.
Definition: ogrspatialreference.cpp:6299
int OSRIsSameGeogCS(OGRSpatialReferenceH, OGRSpatialReferenceH)
Do the GeogCS'es match?
Definition: ogrspatialreference.cpp:9491
int OSRIsGeocentric(OGRSpatialReferenceH)
Check if geocentric coordinate system.
Definition: ogrspatialreference.cpp:8880
OGRErr OSRSetNormProjParm(OGRSpatialReferenceH, const char *, double)
Set a projection parameter with a normalized value.
Definition: ogrspatialreference.cpp:6059
OGRErr OSRSetFromUserInput(OGRSpatialReferenceH hSRS, const char *)
Set spatial reference from various text formats.
Definition: ogrspatialreference.cpp:4227
const char * OSRGetAuthorityName(OGRSpatialReferenceH hSRS, const char *pszTargetKey)
Get the authority name for a node.
Definition: ogrspatialreference.cpp:8490
OGRSpatialReferenceH OCTGetSourceCS(OGRCoordinateTransformationH hTransform)
Transformation's source coordinate system reference.
Definition: ogrct.cpp:1188
void OSRSetAxisMappingStrategy(OGRSpatialReferenceH hSRS, OSRAxisMappingStrategy strategy)
Set the data axis to CRS axis mapping strategy.
Definition: ogrspatialreference.cpp:12264
const int * OSRGetDataAxisToSRSAxisMapping(OGRSpatialReferenceH hSRS, int *pnCount)
Return the data axis to SRS axis mapping.
Definition: ogrspatialreference.cpp:12301
int OSRHasPointMotionOperation(OGRSpatialReferenceH)
Check if a CRS has at least an associated point motion operation.
Definition: ogrspatialreference.cpp:9312
OGRErr OSRSetHOMAC(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfAzimuth, double dfRectToSkew, double dfScale, double dfFalseEasting, double dfFalseNorthing)
Set an Oblique Mercator projection using azimuth angle.
Definition: ogrspatialreference.cpp:6864
double OSRGetTargetLinearUnits(OGRSpatialReferenceH, const char *, char **)
Fetch linear projection units.
Definition: ogrspatialreference.cpp:3235
int OCTCoordinateTransformationOptionsSetDesiredAccuracy(OGRCoordinateTransformationOptionsH hOptions, double dfAccuracy)
Sets the desired accuracy for coordinate operations.
Definition: ogrct.cpp:563
OGRErr OSRSetTMSO(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfScale, double dfFalseEasting, double dfFalseNorthing)
Transverse Mercator (South Oriented)
Definition: ogrspatialreference.cpp:6176
OGRErr OSRValidate(OGRSpatialReferenceH)
Validate SRS tokens.
Definition: ogrspatialreference.cpp:2327
OGRErr OSRSetHOM(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfAzimuth, double dfRectToSkew, double dfScale, double dfFalseEasting, double dfFalseNorthing)
Hotine Oblique Mercator using azimuth angle.
Definition: ogrspatialreference.cpp:6922
OGRErr OSRSetMC(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)
Miller Cylindrical.
Definition: ogrspatialreference.cpp:7262
void OSRDestroySpatialReference(OGRSpatialReferenceH)
OGRSpatialReference destructor.
Definition: ogrspatialreference.cpp:915
OGRErr OSRSetEckert(OGRSpatialReferenceH hSRS, int nVariation, double dfCentralMeridian, double dfFalseEasting, double dfFalseNorthing)
Eckert I-VI.
Definition: ogrspatialreference.cpp:6489
OGRErr OSRSetEckertIV(OGRSpatialReferenceH hSRS, double dfCentralMeridian, double dfFalseEasting, double dfFalseNorthing)
Eckert IV.
Definition: ogrspatialreference.cpp:6518
OGRErr OSRExportToWkt(OGRSpatialReferenceH, char **)
Convert this SRS into WKT 1 format.
Definition: ogrspatialreference.cpp:1891
OGRSpatialReferenceH OCTGetTargetCS(OGRCoordinateTransformationH hTransform)
Transformation's target coordinate system reference.
Definition: ogrct.cpp:1215
double OSRGetSemiMajor(OGRSpatialReferenceH, OGRErr *)
Get spheroid semi major axis.
Definition: ogrspatialreference.cpp:5048
OGRErr OSRSetTOWGS84(OGRSpatialReferenceH hSRS, double, double, double, double, double, double, double)
Set the Bursa-Wolf conversion to WGS84.
Definition: ogrspatialreference.cpp:10192
OGRErr OSRSetPolyconic(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)
Polyconic.
Definition: ogrspatialreference.cpp:7496
int OSRIsSameVertCS(OGRSpatialReferenceH, OGRSpatialReferenceH)
Do the VertCS'es match?
Definition: ogrspatialreference.cpp:9553
OGRErr OSRExportToPCI(OGRSpatialReferenceH, char **, char **, double **)
Export coordinate system in PCI projection definition.
Definition: ogr_srs_pci.cpp:710
OGRErr OSRSetLocalCS(OGRSpatialReferenceH hSRS, const char *pszName)
Set the user visible LOCAL_CS name.
Definition: ogrspatialreference.cpp:5259
OGRSpatialReferenceH OSRConvertToOtherProjection(OGRSpatialReferenceH hSRS, const char *pszTargetProjection, const char *const *papszOptions)
Convert to another equivalent projection.
Definition: ogrspatialreference.cpp:9819
int OSRDereference(OGRSpatialReferenceH)
Decrements the reference count by one.
Definition: ogrspatialreference.cpp:1062
OGRErr OSRSetEquirectangular2(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfPseudoStdParallel1, double dfFalseEasting, double dfFalseNorthing)
Equirectangular generalized form.
Definition: ogrspatialreference.cpp:6634
OGRErr OSRSetCS(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)
Cassini-Soldner.
Definition: ogrspatialreference.cpp:6386
OGRErr OSRSetGH(OGRSpatialReferenceH hSRS, double dfCentralMeridian, double dfFalseEasting, double dfFalseNorthing)
Goode Homolosine.
Definition: ogrspatialreference.cpp:6690
OGRErr OSRSetGnomonic(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)
Gnomonic.
Definition: ogrspatialreference.cpp:6806
OGRErr OSRSetTMVariant(OGRSpatialReferenceH hSRS, const char *pszVariantName, double dfCenterLat, double dfCenterLong, double dfScale, double dfFalseEasting, double dfFalseNorthing)
Transverse Mercator variant.
Definition: ogrspatialreference.cpp:6123
const char * OSRGetName(OGRSpatialReferenceH hSRS)
Return the CRS name.
Definition: ogrspatialreference.cpp:1356
struct OSRCRSListParameters OSRCRSListParameters
Structure to describe optional parameters to OSRGetCRSInfoListFromDatabase()
Definition: ogr_srs_api.h:1015
int OSRIsLocal(OGRSpatialReferenceH)
Check if local coordinate system.
Definition: ogrspatialreference.cpp:9082
const char * OSRAxisEnumToName(OGRAxisOrientation eOrientation)
Return the string representation for the OGRAxisOrientation enumeration.
Definition: ogrspatialreference.cpp:10806
OGRErr OSRSetVDG(OGRSpatialReferenceH hSRS, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)
VanDerGrinten.
Definition: ogrspatialreference.cpp:7730
OGRErr OSRSetVerticalPerspective(OGRSpatialReferenceH hSRS, double dfTopoOriginLat, double dfTopoOriginLon, double dfTopoOriginHeight, double dfViewPointHeight, double dfFalseEasting, double dfFalseNorthing)
Vertical Perspective / Near-sided Perspective.
Definition: ogrspatialreference.cpp:8025
int OSREPSGTreatsAsNorthingEasting(OGRSpatialReferenceH hSRS)
This function returns TRUE if EPSG feels this projected coordinate system should be treated as having...
Definition: ogrspatialreference.cpp:12039
OGRErr OSRSetGS(OGRSpatialReferenceH hSRS, double dfCentralMeridian, double dfFalseEasting, double dfFalseNorthing)
Gall Stereograpic.
Definition: ogrspatialreference.cpp:6663
OGRErr OSRSetSOC(OGRSpatialReferenceH hSRS, double dfLatitudeOfOrigin, double dfCentralMeridian, double dfFalseEasting, double dfFalseNorthing)
Swiss Oblique Cylindrical.
Definition: ogrspatialreference.cpp:7702
OGRErr OSRImportFromEPSGA(OGRSpatialReferenceH, int)
Initialize SRS based on EPSG geographic, projected or vertical CRS code.
Definition: ogrspatialreference.cpp:11786
OGRErr OSRSetAuthority(OGRSpatialReferenceH hSRS, const char *pszTargetKey, const char *pszAuthority, int nCode)
Set the authority for a node.
Definition: ogrspatialreference.cpp:8221
OGRErr OSRSetCompoundCS(OGRSpatialReferenceH hSRS, const char *pszName, OGRSpatialReferenceH hHorizSRS, OGRSpatialReferenceH hVertSRS)
Setup a compound coordinate system.
Definition: ogrspatialreference.cpp:5506
double OSRCalcSemiMinorFromInvFlattening(double dfSemiMajor, double dfInvFlattening)
Compute semi-minor axis from semi-major axis and inverse flattening.
Definition: ogrspatialreference.cpp:11075
OGRErr OSRSetKrovak(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfAzimuth, double dfPseudoStdParallelLat, double dfScale, double dfFalseEasting, double dfFalseNorthing)
Krovak Oblique Conic Conformal.
Definition: ogrspatialreference.cpp:7080
OGRErr OSRSetLinearUnits(OGRSpatialReferenceH, const char *, double)
Set the linear units for the projection.
Definition: ogrspatialreference.cpp:2810
double OSRCalcInvFlattening(double dfSemiMajor, double dfSemiMinor)
Compute inverse flattening from semi-major and semi-minor axis.
Definition: ogrspatialreference.cpp:11047
OGRErr OSRImportFromDict(OGRSpatialReferenceH, const char *, const char *)
Read SRS from WKT dictionary.
Definition: ogr_srs_dict.cpp:173
OGRErr OSRSetRobinson(OGRSpatialReferenceH hSRS, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)
Robinson.
Definition: ogrspatialreference.cpp:7598
OGRErr OSRExportToCF1(OGRSpatialReferenceH, char **ppszGridMappingName, char ***ppapszKeyValues, char **ppszUnits, CSLConstList papszOptions)
Export a CRS to netCDF CF-1 definitions.
Definition: ogr_srs_cf1.cpp:1743
OGRErr OSRSetHOM2PNO(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfLat1, double dfLong1, double dfLat2, double dfLong2, double dfScale, double dfFalseEasting, double dfFalseNorthing)
Hotine Oblique Mercator using two points on centerline.
Definition: ogrspatialreference.cpp:6979
OGRErr OSRImportFromESRI(OGRSpatialReferenceH, char **)
Import coordinate system from ESRI .prj format(s).
Definition: ogr_srs_esri.cpp:118
OGRErr OSRSetAngularUnits(OGRSpatialReferenceH, const char *, double)
Set the angular units for the geographic coordinate system.
Definition: ogrspatialreference.cpp:2550
double OSRGetCoordinateEpoch(OGRSpatialReferenceH hSRS)
Get the coordinate epoch, as decimal year.
Definition: ogrspatialreference.cpp:12980
OGRErr OSRSetUTM(OGRSpatialReferenceH hSRS, int nZone, int bNorth)
Set UTM projection definition.
Definition: ogrspatialreference.cpp:7784
const char * OSRGetAxis(OGRSpatialReferenceH hSRS, const char *pszTargetKey, int iAxis, OGRAxisOrientation *peOrientation)
Fetch the orientation of one axis.
Definition: ogrspatialreference.cpp:10785
int OSRGetUTMZone(OGRSpatialReferenceH hSRS, int *pbNorth)
Get utm zone information.
Definition: ogrspatialreference.cpp:7869
OGRErr OSRSetOrthographic(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)
Orthographic.
Definition: ogrspatialreference.cpp:7463
OGRErr OSRDemoteTo2D(OGRSpatialReferenceH hSRS, const char *pszName)
"Demote" a 3D CRS to a 2D CRS one.
Definition: ogrspatialreference.cpp:12741
OGRErr OSRExportToPanorama(OGRSpatialReferenceH, long *, long *, long *, long *, double *)
Export coordinate system in "Panorama" GIS projection definition.
Definition: ogr_srs_panorama.cpp:813
OGRCoordinateTransformationOptionsH OCTNewCoordinateTransformationOptions(void)
Create coordinate transformation options.
Definition: ogrct.cpp:356
OGRErr OSRSetLCC(OGRSpatialReferenceH hSRS, double dfStdP1, double dfStdP2, double dfCenterLat, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)
Lambert Conformal Conic.
Definition: ogrspatialreference.cpp:7170
int OSRGetPROJEnableNetwork(void)
Get whether PROJ networking capabilities are enabled.
Definition: ogr_proj_p.cpp:524
OGRCoordinateTransformationH OCTNewCoordinateTransformation(OGRSpatialReferenceH hSourceSRS, OGRSpatialReferenceH hTargetSRS)
Create transformation object.
Definition: ogrct.cpp:1081
OGRErr OSRExportToXML(OGRSpatialReferenceH, char **, const char *)
Export coordinate system in XML format.
Definition: ogr_srs_xml.cpp:716
OGRErr OSRImportFromOzi(OGRSpatialReferenceH, const char *const *)
Import coordinate system from OziExplorer projection definition.
Definition: ogr_srs_ozi.cpp:66
OSRAxisMappingStrategy
Data axis to CRS axis mapping strategy.
Definition: ogr_srs_api.h:668
@ OAMS_AUTHORITY_COMPLIANT
Compliant with the order mandated by the CRS authority.
Definition: ogr_srs_api.h:670
@ OAMS_TRADITIONAL_GIS_ORDER
Traditional GIS order.
Definition: ogr_srs_api.h:669
@ OAMS_CUSTOM
Custom.
Definition: ogr_srs_api.h:672
OGRErr OSRSetMercator(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfScale, double dfFalseEasting, double dfFalseNorthing)
Mercator.
Definition: ogrspatialreference.cpp:7301
void OSRSetCoordinateEpoch(OGRSpatialReferenceH hSRS, double dfCoordinateEpoch)
Set the coordinate epoch, as decimal year.
Definition: ogrspatialreference.cpp:12934
int OSRIsDerivedProjected(OGRSpatialReferenceH)
Check if the CRS is a derived projected coordinate system.
Definition: ogrspatialreference.cpp:9046
void OSRRelease(OGRSpatialReferenceH)
Decrements the reference count by one, and destroy if zero.
Definition: ogrspatialreference.cpp:1110
OGRErr OSRAddGuessedTOWGS84(OGRSpatialReferenceH hSRS)
Try to add a a 3-parameter or 7-parameter Helmert transformation to WGS84.
Definition: ogrspatialreference.cpp:11767
OGRCoordinateTransformationH OCTClone(OGRCoordinateTransformationH hTransform)
Clone transformation object.
Definition: ogrct.cpp:1161
OGRErr OSRSetSinusoidal(OGRSpatialReferenceH hSRS, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)
Sinusoidal.
Definition: ogrspatialreference.cpp:7626
void OSRSetPROJEnableNetwork(int enabled)
Enable or disable PROJ networking capabilities.
Definition: ogr_proj_p.cpp:495
int OSRIsGeographic(OGRSpatialReferenceH)
Check if geographic coordinate system.
Definition: ogrspatialreference.cpp:8958
OGRAxisOrientation
Axis orientations (corresponds to CS_AxisOrientationEnum).
Definition: ogr_srs_api.h:51
@ OAO_Up
Up (to space)
Definition: ogr_srs_api.h:57
@ OAO_West
West.
Definition: ogr_srs_api.h:56
@ OAO_South
South.
Definition: ogr_srs_api.h:54
@ OAO_East
East.
Definition: ogr_srs_api.h:55
@ OAO_Down
Down (to Earth center)
Definition: ogr_srs_api.h:58
@ OAO_Other
Other.
Definition: ogr_srs_api.h:52
@ OAO_North
North.
Definition: ogr_srs_api.h:53
OGRErr OSRExportToERM(OGRSpatialReferenceH, char *, char *, char *)
Convert coordinate system to ERMapper format.
Definition: ogr_srs_erm.cpp:161
OGRErr OSRExportToProj4(OGRSpatialReferenceH, char **)
Export coordinate system in PROJ.4 legacy format.
Definition: ogrspatialreference.cpp:11230
OGRErr OSRExportToWktEx(OGRSpatialReferenceH, char **ppszResult, const char *const *papszOptions)
Convert this SRS into WKT format.
Definition: ogrspatialreference.cpp:1914
OGRErr OSRSetDataAxisToSRSAxisMapping(OGRSpatialReferenceH hSRS, int nMappingSize, const int *panMapping)
Set a custom data axis to CRS axis mapping.
Definition: ogrspatialreference.cpp:12375
OGRErr OSRImportFromCF1(OGRSpatialReferenceH, CSLConstList papszKeyValues, const char *pszUnits)
Import a CRS from netCDF CF-1 definitions.
Definition: ogr_srs_cf1.cpp:45
OGRErr OSRSetEquirectangular(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)
Equirectangular.
Definition: ogrspatialreference.cpp:6588
OGRErr OSRMorphToESRI(OGRSpatialReferenceH)
Convert in place to ESRI WKT format.
Definition: ogrspatialreference.cpp:11399
OGRErr OSRSetStereographic(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfScale, double dfFalseEasting, double dfFalseNorthing)
Stereographic.
Definition: ogrspatialreference.cpp:7655
OGRSpatialReferenceH OSRCloneGeogCS(OGRSpatialReferenceH)
Make a duplicate of the GEOGCS node of this OGRSpatialReference object.
Definition: ogrspatialreference.cpp:9407
OGRSpatialReferenceH OSRClone(OGRSpatialReferenceH)
Make a duplicate of this OGRSpatialReference.
Definition: ogrspatialreference.cpp:1403
OGRErr OSRSetWagner(OGRSpatialReferenceH hSRS, int nVariation, double dfCenterLat, double dfFalseEasting, double dfFalseNorthing)
Wagner I – VII.
Definition: ogrspatialreference.cpp:7943
OGRErr OSRSetLinearUnitsAndUpdateParameters(OGRSpatialReferenceH, const char *, double)
Set the linear units for the projection.
Definition: ogrspatialreference.cpp:2758
OGRErr OSRSetStatePlaneWithUnits(OGRSpatialReferenceH hSRS, int nZone, int bNAD83, const char *pszOverrideUnitName, double dfOverrideUnit)
Set State Plane projection definition.
Definition: ogr_fromepsg.cpp:264
OGRErr OSRSetTPED(OGRSpatialReferenceH hSRS, double dfLat1, double dfLong1, double dfLat2, double dfLong2, double dfFalseEasting, double dfFalseNorthing)
TPED (Two Point Equi Distant)
Definition: ogrspatialreference.cpp:6207
OGRSpatialReferenceH * OSRFindMatches(OGRSpatialReferenceH hSRS, char **papszOptions, int *pnEntries, int **ppanMatchConfidence)
Try to identify a match between the passed SRS and a related SRS in a catalog.
Definition: ogrspatialreference.cpp:9858
OGRErr OSRImportFromUrl(OGRSpatialReferenceH, const char *)
Set spatial reference from a URL.
Definition: ogrspatialreference.cpp:4377
void OSRGetPROJVersion(int *pnMajor, int *pnMinor, int *pnPatch)
Get the PROJ version.
Definition: ogr_proj_p.cpp:552
OGRErr OSRSetMollweide(OGRSpatialReferenceH hSRS, double dfCentralMeridian, double dfFalseEasting, double dfFalseNorthing)
Mollweide.
Definition: ogrspatialreference.cpp:7374
int OCTCoordinateTransformationOptionsSetOnlyBest(OGRCoordinateTransformationOptionsH hOptions, bool bOnlyBest)
Sets whether only the "best" operation(s) should be used.
Definition: ogrct.cpp:658
Structure given overall description of a CRS.
Definition: ogr_srs_api.h:981
double dfEastLongitudeDeg
Eastern-most longitude of the area of use, in degrees.
Definition: ogr_srs_api.h:1000
double dfNorthLatitudeDeg
Northern-most latitude of the area of use, in degrees.
Definition: ogr_srs_api.h:1002
int bDeprecated
Whether the object is deprecated.
Definition: ogr_srs_api.h:991
double dfWestLongitudeDeg
Western-most longitude of the area of use, in degrees.
Definition: ogr_srs_api.h:996
int bBboxValid
Whereas the west_lon_degree, south_lat_degree, east_lon_degree and north_lat_degree fields are valid.
Definition: ogr_srs_api.h:994
char * pszName
Object name.
Definition: ogr_srs_api.h:987
char * pszProjectionMethod
Name of the projection method for a projected CRS.
Definition: ogr_srs_api.h:1007
double dfSouthLatitudeDeg
Southern-most latitude of the area of use, in degrees.
Definition: ogr_srs_api.h:998
char * pszCode
Object code.
Definition: ogr_srs_api.h:985
char * pszAreaName
Name of the area of use.
Definition: ogr_srs_api.h:1004
char * pszAuthName
Authority name.
Definition: ogr_srs_api.h:983
OSRCRSType eType
Object type.
Definition: ogr_srs_api.h:989