gdal.ogr.srsapi

Undocumented in source.

Members

Aliases

OGRAxisOrientation
alias OGRAxisOrientation = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGRCoordinateTransformationH
alias OGRCoordinateTransformationH = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGRDatumType
alias OGRDatumType = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OGRSpatialReferenceH
alias OGRSpatialReferenceH = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

OAO_Other
anonymousenum OAO_Other

\file ogr_srs_api.h

ODT_HD_Min
anonymousenum ODT_HD_Min
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

OCTCleanupProjMutex
void OCTCleanupProjMutex()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OCTDestroyCoordinateTransformation
void OCTDestroyCoordinateTransformation(OGRCoordinateTransformationH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
OCTNewCoordinateTransformation
OGRCoordinateTransformationH OCTNewCoordinateTransformation(OGRSpatialReferenceH hSourceSRS, OGRSpatialReferenceH hTargetSRS)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
OCTProj4Normalize
char* OCTProj4Normalize(char* pszProj4Src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OCTTransform
int OCTTransform(OGRCoordinateTransformationH hCT, int nCount, double* x, double* y, double* z)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
OCTTransformEx
int OCTTransformEx(OGRCoordinateTransformationH hCT, int nCount, double* x, double* y, double* z, int* pabSuccess)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
OPTGetParameterInfo
int OPTGetParameterInfo(const(char)* pszProjectionMethod, const(char)* pszParameterName, char** ppszUserName, char** ppszType, double* pdfDefaultValue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OPTGetParameterList
char** OPTGetParameterList(const(char)* pszProjectionMethod, char** ppszUserName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OPTGetProjectionMethods
char** OPTGetProjectionMethods()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRAutoIdentifyEPSG
OGRErr OSRAutoIdentifyEPSG(OGRSpatialReferenceH hSRS)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRAxisEnumToName
const(char)* OSRAxisEnumToName(OGRAxisOrientation eOrientation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRCalcInvFlattening
double OSRCalcInvFlattening(double dfSemiMajor, double dfSemiMinor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRCalcSemiMinorFromInvFlattening
double OSRCalcSemiMinorFromInvFlattening(double dfSemiMajor, double dfInvFlattening)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRCleanup
void OSRCleanup()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRClone
OGRSpatialReferenceH OSRClone(OGRSpatialReferenceH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
OSRCloneGeogCS
OGRSpatialReferenceH OSRCloneGeogCS(OGRSpatialReferenceH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
OSRCopyGeogCSFrom
OGRErr OSRCopyGeogCSFrom(OGRSpatialReferenceH hSRS, OGRSpatialReferenceH hSrcSRS)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRDereference
int OSRDereference(OGRSpatialReferenceH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRDestroySpatialReference
void OSRDestroySpatialReference(OGRSpatialReferenceH )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
OSREPSGTreatsAsLatLong
int OSREPSGTreatsAsLatLong(OGRSpatialReferenceH hSRS)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSREPSGTreatsAsNorthingEasting
int OSREPSGTreatsAsNorthingEasting(OGRSpatialReferenceH hSRS)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRExportToERM
OGRErr OSRExportToERM(OGRSpatialReferenceH , char* , char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRExportToMICoordSys
OGRErr OSRExportToMICoordSys(OGRSpatialReferenceH , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRExportToPCI
OGRErr OSRExportToPCI(OGRSpatialReferenceH , char** , char** , double** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRExportToPanorama
OGRErr OSRExportToPanorama(OGRSpatialReferenceH , int* , int* , int* , int* , double* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRExportToPrettyWkt
OGRErr OSRExportToPrettyWkt(OGRSpatialReferenceH , char** , int )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
OSRExportToProj4
OGRErr OSRExportToProj4(OGRSpatialReferenceH , char** )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
OSRExportToUSGS
OGRErr OSRExportToUSGS(OGRSpatialReferenceH , int* , int* , double** , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRExportToWkt
OGRErr OSRExportToWkt(OGRSpatialReferenceH , char** )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
OSRExportToXML
OGRErr OSRExportToXML(OGRSpatialReferenceH , char** , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRFixup
OGRErr OSRFixup(OGRSpatialReferenceH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRFixupOrdering
OGRErr OSRFixupOrdering(OGRSpatialReferenceH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRGetAngularUnits
double OSRGetAngularUnits(OGRSpatialReferenceH , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRGetAttrValue
char* OSRGetAttrValue(OGRSpatialReferenceH hSRS, const(char)* pszName, int iChild)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
OSRGetAuthorityCode
char* OSRGetAuthorityCode(OGRSpatialReferenceH hSRS, const(char)* pszTargetKey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRGetAuthorityName
char* OSRGetAuthorityName(OGRSpatialReferenceH hSRS, const(char)* pszTargetKey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRGetAxis
const(char)* OSRGetAxis(OGRSpatialReferenceH hSRS, const(char)* pszTargetKey, int iAxis, OGRAxisOrientation* peOrientation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRGetInvFlattening
double OSRGetInvFlattening(OGRSpatialReferenceH , OGRErr* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRGetLinearUnits
double OSRGetLinearUnits(OGRSpatialReferenceH , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRGetNormProjParm
double OSRGetNormProjParm(OGRSpatialReferenceH hSRS, const(char)* pszParmName, double dfDefault, OGRErr* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRGetPrimeMeridian
double OSRGetPrimeMeridian(OGRSpatialReferenceH , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRGetProjParm
double OSRGetProjParm(OGRSpatialReferenceH hSRS, const(char)* pszParmName, double dfDefault, OGRErr* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRGetSemiMajor
double OSRGetSemiMajor(OGRSpatialReferenceH , OGRErr* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRGetSemiMinor
double OSRGetSemiMinor(OGRSpatialReferenceH , OGRErr* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRGetTOWGS84
OGRErr OSRGetTOWGS84(OGRSpatialReferenceH hSRS, double* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRGetTargetLinearUnits
double OSRGetTargetLinearUnits(OGRSpatialReferenceH , char* , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRGetUTMZone
int OSRGetUTMZone(OGRSpatialReferenceH hSRS, int* pbNorth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRImportFromDict
OGRErr OSRImportFromDict(OGRSpatialReferenceH , char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRImportFromEPSG
OGRErr OSRImportFromEPSG(OGRSpatialReferenceH , int )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
OSRImportFromEPSGA
OGRErr OSRImportFromEPSGA(OGRSpatialReferenceH , int )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
OSRImportFromERM
OGRErr OSRImportFromERM(OGRSpatialReferenceH , const(char)* , const(char)* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRImportFromESRI
OGRErr OSRImportFromESRI(OGRSpatialReferenceH , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRImportFromMICoordSys
OGRErr OSRImportFromMICoordSys(OGRSpatialReferenceH , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRImportFromOzi
OGRErr OSRImportFromOzi(OGRSpatialReferenceH , const(char*)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRImportFromPCI
OGRErr OSRImportFromPCI(OGRSpatialReferenceH hSRS, char* , char* , double* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRImportFromPanorama
OGRErr OSRImportFromPanorama(OGRSpatialReferenceH , int , int , int , double* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRImportFromProj4
OGRErr OSRImportFromProj4(OGRSpatialReferenceH , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRImportFromUSGS
OGRErr OSRImportFromUSGS(OGRSpatialReferenceH , int , int , double* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRImportFromUrl
OGRErr OSRImportFromUrl(OGRSpatialReferenceH , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRImportFromWkt
OGRErr OSRImportFromWkt(OGRSpatialReferenceH , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRImportFromXML
OGRErr OSRImportFromXML(OGRSpatialReferenceH , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRIsCompound
int OSRIsCompound(OGRSpatialReferenceH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRIsGeocentric
int OSRIsGeocentric(OGRSpatialReferenceH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRIsGeographic
int OSRIsGeographic(OGRSpatialReferenceH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRIsLocal
int OSRIsLocal(OGRSpatialReferenceH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRIsProjected
int OSRIsProjected(OGRSpatialReferenceH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRIsSame
int OSRIsSame(OGRSpatialReferenceH , OGRSpatialReferenceH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRIsSameGeogCS
int OSRIsSameGeogCS(OGRSpatialReferenceH , OGRSpatialReferenceH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRIsSameVertCS
int OSRIsSameVertCS(OGRSpatialReferenceH , OGRSpatialReferenceH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRIsVertical
int OSRIsVertical(OGRSpatialReferenceH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRMorphFromESRI
OGRErr OSRMorphFromESRI(OGRSpatialReferenceH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRMorphToESRI
OGRErr OSRMorphToESRI(OGRSpatialReferenceH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRNewSpatialReference
OGRSpatialReferenceH OSRNewSpatialReference(const(char)* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
OSRReference
int OSRReference(OGRSpatialReferenceH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRRelease
void OSRRelease(OGRSpatialReferenceH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRSetACEA
OGRErr OSRSetACEA(OGRSpatialReferenceH hSRS, double dfStdP1, double dfStdP2, double dfCenterLat, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)

Albers Conic Equal Area

OSRSetAE
OGRErr OSRSetAE(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)

Azimuthal Equidistant

OSRSetAngularUnits
OGRErr OSRSetAngularUnits(OGRSpatialReferenceH , const(char)* , double )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRSetAttrValue
OGRErr OSRSetAttrValue(OGRSpatialReferenceH hSRS, const(char)* pszNodePath, const(char)* pszNewNodeValue)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
OSRSetAuthority
OGRErr OSRSetAuthority(OGRSpatialReferenceH hSRS, const(char)* pszTargetKey, const(char)* pszAuthority, int nCode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRSetAxes
OGRErr OSRSetAxes(OGRSpatialReferenceH hSRS, const(char)* pszTargetKey, const(char)* pszXAxisName, OGRAxisOrientation eXAxisOrientation, const(char)* pszYAxisName, OGRAxisOrientation eYAxisOrientation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRSetBonne
OGRErr OSRSetBonne(OGRSpatialReferenceH hSRS, double dfStandardParallel, double dfCentralMeridian, double dfFalseEasting, double dfFalseNorthing)

Bonne

OSRSetCEA
OGRErr OSRSetCEA(OGRSpatialReferenceH hSRS, double dfStdP1, double dfCentralMeridian, double dfFalseEasting, double dfFalseNorthing)

Cylindrical Equal Area

OSRSetCS
OGRErr OSRSetCS(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRSetCompoundCS
OGRErr OSRSetCompoundCS(OGRSpatialReferenceH hSRS, const(char)* pszName, OGRSpatialReferenceH hHorizSRS, OGRSpatialReferenceH hVertSRS)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRSetEC
OGRErr OSRSetEC(OGRSpatialReferenceH hSRS, double dfStdP1, double dfStdP2, double dfCenterLat, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)

Equidistant Conic

OSRSetEckert
OGRErr OSRSetEckert(OGRSpatialReferenceH hSRS, int nVariation, double dfCentralMeridian, double dfFalseEasting, double dfFalseNorthing)

Eckert I-VI

OSRSetEckertIV
OGRErr OSRSetEckertIV(OGRSpatialReferenceH hSRS, double dfCentralMeridian, double dfFalseEasting, double dfFalseNorthing)

Eckert IV

OSRSetEckertVI
OGRErr OSRSetEckertVI(OGRSpatialReferenceH hSRS, double dfCentralMeridian, double dfFalseEasting, double dfFalseNorthing)

Eckert VI

OSRSetEquirectangular
OGRErr OSRSetEquirectangular(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)

Equirectangular

OSRSetEquirectangular2
OGRErr OSRSetEquirectangular2(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfPseudoStdParallel1, double dfFalseEasting, double dfFalseNorthing)

Equirectangular generalized form

OSRSetFromUserInput
OGRErr OSRSetFromUserInput(OGRSpatialReferenceH hSRS, const(char)* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
OSRSetGEOS
OGRErr OSRSetGEOS(OGRSpatialReferenceH hSRS, double dfCentralMeridian, double dfSatelliteHeight, double dfFalseEasting, double dfFalseNorthing)

GEOS - Geostationary Satellite View

OSRSetGH
OGRErr OSRSetGH(OGRSpatialReferenceH hSRS, double dfCentralMeridian, double dfFalseEasting, double dfFalseNorthing)

Goode Homolosine

OSRSetGS
OGRErr OSRSetGS(OGRSpatialReferenceH hSRS, double dfCentralMeridian, double dfFalseEasting, double dfFalseNorthing)

Gall Stereograpic

OSRSetGaussSchreiberTMercator
OGRErr OSRSetGaussSchreiberTMercator(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfScale, double dfFalseEasting, double dfFalseNorthing)

Gauss Schreiber Transverse Mercator

OSRSetGeocCS
OGRErr OSRSetGeocCS(OGRSpatialReferenceH hSRS, const(char)* pszName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRSetGeogCS
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)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRSetGnomonic
OGRErr OSRSetGnomonic(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)

Gnomonic

OSRSetHOM
OGRErr OSRSetHOM(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfAzimuth, double dfRectToSkew, double dfScale, double dfFalseEasting, double dfFalseNorthing)

Hotine Oblique Mercator using azimuth angle

OSRSetHOM2PNO
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

OSRSetHOMAC
OGRErr OSRSetHOMAC(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfAzimuth, double dfRectToSkew, double dfScale, double dfFalseEasting, double dfFalseNorthing)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRSetIGH
OGRErr OSRSetIGH(OGRSpatialReferenceH hSRS)

Interrupted Goode Homolosine

OSRSetIWMPolyconic
OGRErr OSRSetIWMPolyconic(OGRSpatialReferenceH hSRS, double dfLat1, double dfLat2, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)

International Map of the World Polyconic

OSRSetKrovak
OGRErr OSRSetKrovak(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfAzimuth, double dfPseudoStdParallelLat, double dfScale, double dfFalseEasting, double dfFalseNorthing)

Krovak Oblique Conic Conformal

OSRSetLAEA
OGRErr OSRSetLAEA(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)

Lambert Azimuthal Equal-Area

OSRSetLCC
OGRErr OSRSetLCC(OGRSpatialReferenceH hSRS, double dfStdP1, double dfStdP2, double dfCenterLat, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)

Lambert Conformal Conic

OSRSetLCC1SP
OGRErr OSRSetLCC1SP(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfScale, double dfFalseEasting, double dfFalseNorthing)

Lambert Conformal Conic 1SP

OSRSetLCCB
OGRErr OSRSetLCCB(OGRSpatialReferenceH hSRS, double dfStdP1, double dfStdP2, double dfCenterLat, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)

Lambert Conformal Conic (Belgium)

OSRSetLinearUnits
OGRErr OSRSetLinearUnits(OGRSpatialReferenceH , const(char)* , double )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRSetLinearUnitsAndUpdateParameters
OGRErr OSRSetLinearUnitsAndUpdateParameters(OGRSpatialReferenceH , const(char)* , double )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRSetLocalCS
OGRErr OSRSetLocalCS(OGRSpatialReferenceH hSRS, const(char)* pszName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRSetMC
OGRErr OSRSetMC(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)

Miller Cylindrical

OSRSetMercator
OGRErr OSRSetMercator(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfScale, double dfFalseEasting, double dfFalseNorthing)

Mercator

OSRSetMercator2SP
OGRErr OSRSetMercator2SP(OGRSpatialReferenceH hSRS, double dfStdP1, double dfCenterLat, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRSetMollweide
OGRErr OSRSetMollweide(OGRSpatialReferenceH hSRS, double dfCentralMeridian, double dfFalseEasting, double dfFalseNorthing)

Mollweide

OSRSetNZMG
OGRErr OSRSetNZMG(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)

New Zealand Map Grid

OSRSetNormProjParm
OGRErr OSRSetNormProjParm(OGRSpatialReferenceH , const(char)* , double )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRSetOM
OGRErr OSRSetOM(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfAzimuth, double dfRectToSkew, double dfScale, double dfFalseEasting, double dfFalseNorthing)

Oblique Mercator (aka HOM (variant B)

OSRSetOS
OGRErr OSRSetOS(OGRSpatialReferenceH hSRS, double dfOriginLat, double dfCMeridian, double dfScale, double dfFalseEasting, double dfFalseNorthing)

Oblique Stereographic

OSRSetOrthographic
OGRErr OSRSetOrthographic(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)

Orthographic

OSRSetPS
OGRErr OSRSetPS(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfScale, double dfFalseEasting, double dfFalseNorthing)

Polar Stereographic

OSRSetPolyconic
OGRErr OSRSetPolyconic(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)

Polyconic

OSRSetProjCS
OGRErr OSRSetProjCS(OGRSpatialReferenceH hSRS, const(char)* pszName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRSetProjParm
OGRErr OSRSetProjParm(OGRSpatialReferenceH , const(char)* , double )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRSetProjection
OGRErr OSRSetProjection(OGRSpatialReferenceH , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRSetQSC
OGRErr OSRSetQSC(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong)

Quadrilateralized Spherical Cube

OSRSetRobinson
OGRErr OSRSetRobinson(OGRSpatialReferenceH hSRS, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)

Robinson

OSRSetSCH
OGRErr OSRSetSCH(OGRSpatialReferenceH hSRS, double dfPegLat, double dfPegLong, double dfPegHeading, double dfPegHgt)

Spherical, Cross-track, Height

OSRSetSOC
OGRErr OSRSetSOC(OGRSpatialReferenceH hSRS, double dfLatitudeOfOrigin, double dfCentralMeridian, double dfFalseEasting, double dfFalseNorthing)

Swiss Oblique Cylindrical

OSRSetSinusoidal
OGRErr OSRSetSinusoidal(OGRSpatialReferenceH hSRS, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)

Sinusoidal

OSRSetStatePlane
OGRErr OSRSetStatePlane(OGRSpatialReferenceH hSRS, int nZone, int bNAD83)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRSetStatePlaneWithUnits
OGRErr OSRSetStatePlaneWithUnits(OGRSpatialReferenceH hSRS, int nZone, int bNAD83, const(char)* pszOverrideUnitName, double dfOverrideUnit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRSetStereographic
OGRErr OSRSetStereographic(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfScale, double dfFalseEasting, double dfFalseNorthing)

Stereographic

OSRSetTM
OGRErr OSRSetTM(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfScale, double dfFalseEasting, double dfFalseNorthing)

Transverse Mercator

OSRSetTMG
OGRErr OSRSetTMG(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)

Tunesia Mining Grid

OSRSetTMSO
OGRErr OSRSetTMSO(OGRSpatialReferenceH hSRS, double dfCenterLat, double dfCenterLong, double dfScale, double dfFalseEasting, double dfFalseNorthing)

Transverse Mercator (South Oriented)

OSRSetTMVariant
OGRErr OSRSetTMVariant(OGRSpatialReferenceH hSRS, const(char)* pszVariantName, double dfCenterLat, double dfCenterLong, double dfScale, double dfFalseEasting, double dfFalseNorthing)

Transverse Mercator variant

OSRSetTOWGS84
OGRErr OSRSetTOWGS84(OGRSpatialReferenceH hSRS, double , double , double , double , double , double , double )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRSetTPED
OGRErr OSRSetTPED(OGRSpatialReferenceH hSRS, double dfLat1, double dfLong1, double dfLat2, double dfLong2, double dfFalseEasting, double dfFalseNorthing)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRSetTargetLinearUnits
OGRErr OSRSetTargetLinearUnits(OGRSpatialReferenceH , const(char)* , const(char)* , double )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRSetUTM
OGRErr OSRSetUTM(OGRSpatialReferenceH hSRS, int nZone, int bNorth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRSetVDG
OGRErr OSRSetVDG(OGRSpatialReferenceH hSRS, double dfCenterLong, double dfFalseEasting, double dfFalseNorthing)

VanDerGrinten

OSRSetVertCS
OGRErr OSRSetVertCS(OGRSpatialReferenceH hSRS, const(char)* pszVertCSName, const(char)* pszVertDatumName, int nVertDatumType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRSetWagner
OGRErr OSRSetWagner(OGRSpatialReferenceH hSRS, int nVariation, double dfCenterLat, double dfFalseEasting, double dfFalseNorthing)

Wagner I -- VII

OSRSetWellKnownGeogCS
OGRErr OSRSetWellKnownGeogCS(OGRSpatialReferenceH hSRS, const(char)* pszName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRStripCTParms
OGRErr OSRStripCTParms(OGRSpatialReferenceH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OSRValidate
OGRErr OSRValidate(OGRSpatialReferenceH )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

SRS_DN_NAD27
enum SRS_DN_NAD27;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_DN_NAD83
enum SRS_DN_NAD83;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_DN_WGS72
enum SRS_DN_WGS72;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_DN_WGS84
enum SRS_DN_WGS84;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PM_GREENWICH
enum SRS_PM_GREENWICH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PP_AZIMUTH
enum SRS_PP_AZIMUTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PP_CENTRAL_MERIDIAN
enum SRS_PP_CENTRAL_MERIDIAN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PP_FALSE_EASTING
enum SRS_PP_FALSE_EASTING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PP_FALSE_NORTHING
enum SRS_PP_FALSE_NORTHING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PP_FIPSZONE
enum SRS_PP_FIPSZONE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PP_LANDSAT_NUMBER
enum SRS_PP_LANDSAT_NUMBER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PP_LATITUDE_OF_1ST_POINT
enum SRS_PP_LATITUDE_OF_1ST_POINT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PP_LATITUDE_OF_2ND_POINT
enum SRS_PP_LATITUDE_OF_2ND_POINT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PP_LATITUDE_OF_CENTER
enum SRS_PP_LATITUDE_OF_CENTER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PP_LATITUDE_OF_ORIGIN
enum SRS_PP_LATITUDE_OF_ORIGIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PP_LATITUDE_OF_POINT_1
enum SRS_PP_LATITUDE_OF_POINT_1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PP_LATITUDE_OF_POINT_2
enum SRS_PP_LATITUDE_OF_POINT_2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PP_LATITUDE_OF_POINT_3
enum SRS_PP_LATITUDE_OF_POINT_3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PP_LONGITUDE_OF_1ST_POINT
enum SRS_PP_LONGITUDE_OF_1ST_POINT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PP_LONGITUDE_OF_2ND_POINT
enum SRS_PP_LONGITUDE_OF_2ND_POINT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PP_LONGITUDE_OF_CENTER
enum SRS_PP_LONGITUDE_OF_CENTER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PP_LONGITUDE_OF_ORIGIN
enum SRS_PP_LONGITUDE_OF_ORIGIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PP_LONGITUDE_OF_POINT_1
enum SRS_PP_LONGITUDE_OF_POINT_1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PP_LONGITUDE_OF_POINT_2
enum SRS_PP_LONGITUDE_OF_POINT_2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PP_LONGITUDE_OF_POINT_3
enum SRS_PP_LONGITUDE_OF_POINT_3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PP_PATH_NUMBER
enum SRS_PP_PATH_NUMBER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PP_PEG_POINT_HEADING
enum SRS_PP_PEG_POINT_HEADING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PP_PEG_POINT_HEIGHT
enum SRS_PP_PEG_POINT_HEIGHT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PP_PEG_POINT_LATITUDE
enum SRS_PP_PEG_POINT_LATITUDE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PP_PEG_POINT_LONGITUDE
enum SRS_PP_PEG_POINT_LONGITUDE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PP_PERSPECTIVE_POINT_HEIGHT
enum SRS_PP_PERSPECTIVE_POINT_HEIGHT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PP_PSEUDO_STD_PARALLEL_1
enum SRS_PP_PSEUDO_STD_PARALLEL_1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PP_RECTIFIED_GRID_ANGLE
enum SRS_PP_RECTIFIED_GRID_ANGLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PP_SATELLITE_HEIGHT
enum SRS_PP_SATELLITE_HEIGHT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PP_SCALE_FACTOR
enum SRS_PP_SCALE_FACTOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PP_STANDARD_PARALLEL_1
enum SRS_PP_STANDARD_PARALLEL_1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PP_STANDARD_PARALLEL_2
enum SRS_PP_STANDARD_PARALLEL_2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PP_ZONE
enum SRS_PP_ZONE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_AITOFF
enum SRS_PT_AITOFF;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_ALBERS_CONIC_EQUAL_AREA
enum SRS_PT_ALBERS_CONIC_EQUAL_AREA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_AZIMUTHAL_EQUIDISTANT
enum SRS_PT_AZIMUTHAL_EQUIDISTANT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_BONNE
enum SRS_PT_BONNE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_CASSINI_SOLDNER
enum SRS_PT_CASSINI_SOLDNER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_CRASTER_PARABOLIC
enum SRS_PT_CRASTER_PARABOLIC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_CYLINDRICAL_EQUAL_AREA
enum SRS_PT_CYLINDRICAL_EQUAL_AREA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_ECKERT_I
enum SRS_PT_ECKERT_I;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_ECKERT_II
enum SRS_PT_ECKERT_II;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_ECKERT_III
enum SRS_PT_ECKERT_III;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_ECKERT_IV
enum SRS_PT_ECKERT_IV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_ECKERT_V
enum SRS_PT_ECKERT_V;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_ECKERT_VI
enum SRS_PT_ECKERT_VI;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_EQUIDISTANT_CONIC
enum SRS_PT_EQUIDISTANT_CONIC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_EQUIRECTANGULAR
enum SRS_PT_EQUIRECTANGULAR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_GALL_STEREOGRAPHIC
enum SRS_PT_GALL_STEREOGRAPHIC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_GAUSSSCHREIBERTMERCATOR
enum SRS_PT_GAUSSSCHREIBERTMERCATOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_GEOSTATIONARY_SATELLITE
enum SRS_PT_GEOSTATIONARY_SATELLITE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_GNOMONIC
enum SRS_PT_GNOMONIC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_GOODE_HOMOLOSINE
enum SRS_PT_GOODE_HOMOLOSINE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_HOTINE_OBLIQUE_MERCATOR
enum SRS_PT_HOTINE_OBLIQUE_MERCATOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_HOTINE_OBLIQUE_MERCATOR_AZIMUTH_CENTER
enum SRS_PT_HOTINE_OBLIQUE_MERCATOR_AZIMUTH_CENTER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_HOTINE_OBLIQUE_MERCATOR_TWO_POINT_NATURAL_ORIGIN
enum SRS_PT_HOTINE_OBLIQUE_MERCATOR_TWO_POINT_NATURAL_ORIGIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_IGH
enum SRS_PT_IGH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_IMW_POLYCONIC
enum SRS_PT_IMW_POLYCONIC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_KROVAK
enum SRS_PT_KROVAK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_LABORDE_OBLIQUE_MERCATOR
enum SRS_PT_LABORDE_OBLIQUE_MERCATOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_LAMBERT_AZIMUTHAL_EQUAL_AREA
enum SRS_PT_LAMBERT_AZIMUTHAL_EQUAL_AREA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_LAMBERT_CONFORMAL_CONIC_1SP
enum SRS_PT_LAMBERT_CONFORMAL_CONIC_1SP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_LAMBERT_CONFORMAL_CONIC_2SP
enum SRS_PT_LAMBERT_CONFORMAL_CONIC_2SP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_LAMBERT_CONFORMAL_CONIC_2SP_BELGIUM
enum SRS_PT_LAMBERT_CONFORMAL_CONIC_2SP_BELGIUM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_LOXIMUTHAL
enum SRS_PT_LOXIMUTHAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_MERCATOR_1SP
enum SRS_PT_MERCATOR_1SP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_MERCATOR_2SP
enum SRS_PT_MERCATOR_2SP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_MERCATOR_AUXILIARY_SPHERE
enum SRS_PT_MERCATOR_AUXILIARY_SPHERE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_MILLER_CYLINDRICAL
enum SRS_PT_MILLER_CYLINDRICAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_MOLLWEIDE
enum SRS_PT_MOLLWEIDE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_NEW_ZEALAND_MAP_GRID
enum SRS_PT_NEW_ZEALAND_MAP_GRID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_OBLIQUE_STEREOGRAPHIC
enum SRS_PT_OBLIQUE_STEREOGRAPHIC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_ORTHOGRAPHIC
enum SRS_PT_ORTHOGRAPHIC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_POLAR_STEREOGRAPHIC
enum SRS_PT_POLAR_STEREOGRAPHIC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_POLYCONIC
enum SRS_PT_POLYCONIC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_QSC
enum SRS_PT_QSC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_QUARTIC_AUTHALIC
enum SRS_PT_QUARTIC_AUTHALIC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_ROBINSON
enum SRS_PT_ROBINSON;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_SCH
enum SRS_PT_SCH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_SINUSOIDAL
enum SRS_PT_SINUSOIDAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_STEREOGRAPHIC
enum SRS_PT_STEREOGRAPHIC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_SWISS_OBLIQUE_CYLINDRICAL
enum SRS_PT_SWISS_OBLIQUE_CYLINDRICAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_TRANSVERSE_MERCATOR
enum SRS_PT_TRANSVERSE_MERCATOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_TRANSVERSE_MERCATOR_MI_21
enum SRS_PT_TRANSVERSE_MERCATOR_MI_21;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_TRANSVERSE_MERCATOR_MI_22
enum SRS_PT_TRANSVERSE_MERCATOR_MI_22;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_TRANSVERSE_MERCATOR_MI_23
enum SRS_PT_TRANSVERSE_MERCATOR_MI_23;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_TRANSVERSE_MERCATOR_MI_24
enum SRS_PT_TRANSVERSE_MERCATOR_MI_24;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_TRANSVERSE_MERCATOR_MI_25
enum SRS_PT_TRANSVERSE_MERCATOR_MI_25;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_TRANSVERSE_MERCATOR_SOUTH_ORIENTED
enum SRS_PT_TRANSVERSE_MERCATOR_SOUTH_ORIENTED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_TUNISIA_MINING_GRID
enum SRS_PT_TUNISIA_MINING_GRID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_TWO_POINT_EQUIDISTANT
enum SRS_PT_TWO_POINT_EQUIDISTANT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_VANDERGRINTEN
enum SRS_PT_VANDERGRINTEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_WAGNER_I
enum SRS_PT_WAGNER_I;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_WAGNER_II
enum SRS_PT_WAGNER_II;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_WAGNER_III
enum SRS_PT_WAGNER_III;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_WAGNER_IV
enum SRS_PT_WAGNER_IV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_WAGNER_V
enum SRS_PT_WAGNER_V;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_WAGNER_VI
enum SRS_PT_WAGNER_VI;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_WAGNER_VII
enum SRS_PT_WAGNER_VII;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_WINKEL_I
enum SRS_PT_WINKEL_I;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_WINKEL_II
enum SRS_PT_WINKEL_II;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_PT_WINKEL_TRIPEL
enum SRS_PT_WINKEL_TRIPEL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UA_DEGREE
enum SRS_UA_DEGREE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UA_DEGREE_CONV
enum SRS_UA_DEGREE_CONV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UA_RADIAN
enum SRS_UA_RADIAN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_CENTIMETER
enum SRS_UL_CENTIMETER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_CENTIMETER_CONV
enum SRS_UL_CENTIMETER_CONV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_CHAIN
enum SRS_UL_CHAIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_CHAIN_CONV
enum SRS_UL_CHAIN_CONV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_DECIMETER
enum SRS_UL_DECIMETER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_DECIMETER_CONV
enum SRS_UL_DECIMETER_CONV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_FOOT
enum SRS_UL_FOOT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_FOOT_CONV
enum SRS_UL_FOOT_CONV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_INDIAN_CHAIN
enum SRS_UL_INDIAN_CHAIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_INDIAN_CHAIN_CONV
enum SRS_UL_INDIAN_CHAIN_CONV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_INDIAN_FOOT
enum SRS_UL_INDIAN_FOOT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_INDIAN_FOOT_CONV
enum SRS_UL_INDIAN_FOOT_CONV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_INDIAN_YARD
enum SRS_UL_INDIAN_YARD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_INDIAN_YARD_CONV
enum SRS_UL_INDIAN_YARD_CONV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_INTL_CHAIN
enum SRS_UL_INTL_CHAIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_INTL_CHAIN_CONV
enum SRS_UL_INTL_CHAIN_CONV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_INTL_FATHOM
enum SRS_UL_INTL_FATHOM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_INTL_FATHOM_CONV
enum SRS_UL_INTL_FATHOM_CONV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_INTL_FOOT
enum SRS_UL_INTL_FOOT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_INTL_FOOT_CONV
enum SRS_UL_INTL_FOOT_CONV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_INTL_INCH
enum SRS_UL_INTL_INCH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_INTL_INCH_CONV
enum SRS_UL_INTL_INCH_CONV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_INTL_LINK
enum SRS_UL_INTL_LINK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_INTL_LINK_CONV
enum SRS_UL_INTL_LINK_CONV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_INTL_NAUT_MILE
enum SRS_UL_INTL_NAUT_MILE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_INTL_NAUT_MILE_CONV
enum SRS_UL_INTL_NAUT_MILE_CONV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_INTL_STAT_MILE
enum SRS_UL_INTL_STAT_MILE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_INTL_STAT_MILE_CONV
enum SRS_UL_INTL_STAT_MILE_CONV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_INTL_YARD
enum SRS_UL_INTL_YARD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_INTL_YARD_CONV
enum SRS_UL_INTL_YARD_CONV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_KILOMETER
enum SRS_UL_KILOMETER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_KILOMETER_CONV
enum SRS_UL_KILOMETER_CONV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_LINK
enum SRS_UL_LINK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_LINK_CONV
enum SRS_UL_LINK_CONV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_LINK_Clarke
enum SRS_UL_LINK_Clarke;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_LINK_Clarke_CONV
enum SRS_UL_LINK_Clarke_CONV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_METER
enum SRS_UL_METER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_MILLIMETER
enum SRS_UL_MILLIMETER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_MILLIMETER_CONV
enum SRS_UL_MILLIMETER_CONV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_NAUTICAL_MILE
enum SRS_UL_NAUTICAL_MILE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_NAUTICAL_MILE_CONV
enum SRS_UL_NAUTICAL_MILE_CONV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_ROD
enum SRS_UL_ROD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_ROD_CONV
enum SRS_UL_ROD_CONV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_US_CHAIN
enum SRS_UL_US_CHAIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_US_CHAIN_CONV
enum SRS_UL_US_CHAIN_CONV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_US_FOOT
enum SRS_UL_US_FOOT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_US_FOOT_CONV
enum SRS_UL_US_FOOT_CONV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_US_INCH
enum SRS_UL_US_INCH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_US_INCH_CONV
enum SRS_UL_US_INCH_CONV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_US_STAT_MILE
enum SRS_UL_US_STAT_MILE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_US_STAT_MILE_CONV
enum SRS_UL_US_STAT_MILE_CONV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_US_YARD
enum SRS_UL_US_YARD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_UL_US_YARD_CONV
enum SRS_UL_US_YARD_CONV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_WGS84_INVFLATTENING
enum SRS_WGS84_INVFLATTENING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_WGS84_SEMIMAJOR
enum SRS_WGS84_SEMIMAJOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRS_WKT_WGS84
enum SRS_WKT_WGS84;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta