Changeset 13490
- Timestamp:
- 01/07/08 16:20:11 (6 months ago)
- Files:
-
- trunk/gdal/ogr/ogr_srs_api.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/gdal/ogr/ogr_srs_api.h
r13487 r13490 391 391 392 392 /** Equidistant Cylindrical Sphere */ 393 OGRErr OSRSetEquidistantCylindricalSphere( OGRSpatialReferenceH hSRS,393 OGRErr CPL_DLL OSRSetEquidistantCylindricalSphere( OGRSpatialReferenceH hSRS, 394 394 double dfCenterLat, double dfCenterLong, 395 395 double dfScale, … … 429 429 430 430 /** GaussLabordeReunion */ 431 OGRErr OSRSetGaussLabordeReunion( OGRSpatialReferenceH hSRS,431 OGRErr CPL_DLL OSRSetGaussLabordeReunion( OGRSpatialReferenceH hSRS, 432 432 double dfCenterLat, double dfCenterLong, 433 433 double dfScale,
