Home
last modified time | relevance | path

Searched refs:nSRSId (Results 1 – 25 of 245) sorted by relevance

12345678910

/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/ingres/
H A Dogringresdatasource.cpp554 int nSRSId = 0; in FetchSRSId() local
579 return nSRSId; in FetchSRSId()
616 return nSRSId; in FetchSRSId()
639 if (nSRSId <= 0) in FetchSRSId()
649 nSRSId = USER_DEFINED_SR_START+1; in FetchSRSId()
684 nSRSId, pszWKT, pszProj4 ); in FetchSRSId()
695 return nSRSId; in FetchSRSId()
963 int nSRSId = -1; in ICreateLayer() local
966 nSRSId = FetchSRSId( poSRS ); in ICreateLayer()
981 if(nSRSId != -1) in ICreateLayer()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/ingres/
H A Dogringresdatasource.cpp554 int nSRSId = 0; in FetchSRSId() local
579 return nSRSId; in FetchSRSId()
616 return nSRSId; in FetchSRSId()
639 if (nSRSId <= 0) in FetchSRSId()
649 nSRSId = USER_DEFINED_SR_START+1; in FetchSRSId()
684 nSRSId, pszWKT, pszProj4 ); in FetchSRSId()
695 return nSRSId; in FetchSRSId()
963 int nSRSId = -1; in ICreateLayer() local
966 nSRSId = FetchSRSId( poSRS ); in ICreateLayer()
981 if(nSRSId != -1) in ICreateLayer()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/ingres/
H A Dogringresdatasource.cpp554 int nSRSId = 0; in FetchSRSId() local
579 return nSRSId; in FetchSRSId()
616 return nSRSId; in FetchSRSId()
639 if (nSRSId <= 0) in FetchSRSId()
649 nSRSId = USER_DEFINED_SR_START+1; in FetchSRSId()
684 nSRSId, pszWKT, pszProj4 ); in FetchSRSId()
695 return nSRSId; in FetchSRSId()
963 int nSRSId = -1; in ICreateLayer() local
966 nSRSId = FetchSRSId( poSRS ); in ICreateLayer()
981 if(nSRSId != -1) in ICreateLayer()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/ingres/
H A Dogringresdatasource.cpp579 int nSRSId; in FetchSRSId() local
608 return nSRSId; in FetchSRSId()
645 return nSRSId; in FetchSRSId()
668 if (nSRSId <= 0) in FetchSRSId()
679 nSRSId = USER_DEFINED_SR_START+1; in FetchSRSId()
715 nSRSId, pszWKT, pszProj4 ); in FetchSRSId()
726 return nSRSId; in FetchSRSId()
997 int nSRSId = -1; in ICreateLayer() local
1000 nSRSId = FetchSRSId( poSRS ); in ICreateLayer()
1015 if(nSRSId != -1) in ICreateLayer()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/sqlite/
H A Dogrsqlitedatasource.cpp909 pszSRTEXTColName, nSRSId, nSRSId); in InitWithEPSG()
915 pszSRTEXTColName, nSRSId, nSRSId); in InitWithEPSG()
925 nSRSId, nSRSId); in InitWithEPSG()
931 nSRSId, nSRSId); in InitWithEPSG()
994 nSRSId, nSRSId ); in InitWithEPSG()
2053 if( nSRSId > 0 ) in ICreateLayer()
2647 return nSRSId; in FetchSRSId()
2848 return nSRSId; in FetchSRSId()
3018 nSRSId, nSRSId, in FetchSRSId()
3030 nSRSId, nSRSId, in FetchSRSId()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/pg/
H A Dogrpgresultlayer.cpp349 szBox3D_1, szBox3D_2, poGeomFieldDefn->nSRSId ); in SetSpatialFilter()
373 int nSRSId = UNDETERMINED_SRID; in ResolveSRID() local
391 nSRSId = poBaseGFldDefn->nSRSId; in ResolveSRID()
396 if( nSRSId == UNDETERMINED_SRID ) in ResolveSRID()
416 nSRSId = poDS->GetUndefinedSRID(); in ResolveSRID()
421 nSRSId = atoi(PQgetvalue(hSRSIdResult, 0, 0)); in ResolveSRID()
434 nSRSId = 4326; in ResolveSRID()
436 poGFldDefn->nSRSId = nSRSId; in ResolveSRID()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/pg/
H A Dogrpgresultlayer.cpp341 szBox3D_1, szBox3D_2, poGeomFieldDefn->nSRSId ); in SetSpatialFilter()
364 int nSRSId = UNDETERMINED_SRID; in ResolveSRID() local
382 nSRSId = poBaseGFldDefn->nSRSId; in ResolveSRID()
387 if( nSRSId == UNDETERMINED_SRID ) in ResolveSRID()
408 nSRSId = poDS->GetUndefinedSRID(); in ResolveSRID()
413 nSRSId = atoi(PQgetvalue(hSRSIdResult, 0, 0)); in ResolveSRID()
426 nSRSId = 4326; in ResolveSRID()
428 poGFldDefn->nSRSId = nSRSId; in ResolveSRID()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/pg/
H A Dogrpgresultlayer.cpp341 szBox3D_1, szBox3D_2, poGeomFieldDefn->nSRSId ); in SetSpatialFilter()
364 int nSRSId = UNDETERMINED_SRID; in ResolveSRID() local
382 nSRSId = poBaseGFldDefn->nSRSId; in ResolveSRID()
387 if( nSRSId == UNDETERMINED_SRID ) in ResolveSRID()
408 nSRSId = poDS->GetUndefinedSRID(); in ResolveSRID()
413 nSRSId = atoi(PQgetvalue(hSRSIdResult, 0, 0)); in ResolveSRID()
426 nSRSId = 4326; in ResolveSRID()
428 poGFldDefn->nSRSId = nSRSId; in ResolveSRID()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/pg/
H A Dogrpgresultlayer.cpp341 szBox3D_1, szBox3D_2, poGeomFieldDefn->nSRSId ); in SetSpatialFilter()
364 int nSRSId = UNDETERMINED_SRID; in ResolveSRID() local
382 nSRSId = poBaseGFldDefn->nSRSId; in ResolveSRID()
387 if( nSRSId == UNDETERMINED_SRID ) in ResolveSRID()
408 nSRSId = poDS->GetUndefinedSRID(); in ResolveSRID()
413 nSRSId = atoi(PQgetvalue(hSRSIdResult, 0, 0)); in ResolveSRID()
426 nSRSId = 4326; in ResolveSRID()
428 poGFldDefn->nSRSId = nSRSId; in ResolveSRID()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/sqlite/
H A Dogrsqlitedatasource.cpp1159 pszSRTEXTColName, nSRSId, nSRSId); in InitWithEPSG()
1165 pszSRTEXTColName, nSRSId, nSRSId); in InitWithEPSG()
1175 nSRSId, nSRSId); in InitWithEPSG()
1181 nSRSId, nSRSId); in InitWithEPSG()
1247 nSRSId, nSRSId ); in InitWithEPSG()
2678 if( nSRSId > 0 ) in ICreateLayer()
3183 return nSRSId; in FetchSRSId()
3397 return nSRSId; in FetchSRSId()
3568 nSRSId, nSRSId, in FetchSRSId()
3580 nSRSId, nSRSId, in FetchSRSId()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/sqlite/
H A Dogrsqlitedatasource.cpp1159 pszSRTEXTColName, nSRSId, nSRSId); in InitWithEPSG()
1165 pszSRTEXTColName, nSRSId, nSRSId); in InitWithEPSG()
1175 nSRSId, nSRSId); in InitWithEPSG()
1181 nSRSId, nSRSId); in InitWithEPSG()
1247 nSRSId, nSRSId ); in InitWithEPSG()
2678 if( nSRSId > 0 ) in ICreateLayer()
3183 return nSRSId; in FetchSRSId()
3397 return nSRSId; in FetchSRSId()
3568 nSRSId, nSRSId, in FetchSRSId()
3580 nSRSId, nSRSId, in FetchSRSId()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/sqlite/
H A Dogrsqlitedatasource.cpp1159 pszSRTEXTColName, nSRSId, nSRSId); in InitWithEPSG()
1165 pszSRTEXTColName, nSRSId, nSRSId); in InitWithEPSG()
1175 nSRSId, nSRSId); in InitWithEPSG()
1181 nSRSId, nSRSId); in InitWithEPSG()
1247 nSRSId, nSRSId ); in InitWithEPSG()
2678 if( nSRSId > 0 ) in ICreateLayer()
3183 return nSRSId; in FetchSRSId()
3397 return nSRSId; in FetchSRSId()
3568 nSRSId, nSRSId, in FetchSRSId()
3580 nSRSId, nSRSId, in FetchSRSId()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/mysql/
H A Dogrmysqllayer.cpp58 nSRSId = -2; // we haven't even queried the database for it yet. in OGRMySQLLayer()
358 nSRSId = atoi(papszRow[0]); in FetchSRSId()
366 return nSRSId; in FetchSRSId()
378 if( poSRS == NULL && nSRSId > -1 ) in GetSpatialRef()
380 poSRS = poDS->FetchSRS( nSRSId ); in GetSpatialRef()
384 nSRSId = -1; in GetSpatialRef()
H A Dogrmysqldatasource.cpp541 int nSRSId; in FetchSRSId() local
574 nSRSId = atoi(papszRow[0]); in FetchSRSId()
579 return nSRSId; in FetchSRSId()
600 nSRSId = atoi(papszRow[0]) + 1; in FetchSRSId()
603 nSRSId = 1; in FetchSRSId()
614 nSRSId, pszWKT ); in FetchSRSId()
627 return nSRSId; in FetchSRSId()
957 int nSRSId = -1; in ICreateLayer() local
960 nSRSId = FetchSRSId( poSRS ); in ICreateLayer()
998 if( nSRSId == -1 ) in ICreateLayer()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/mysql/
H A Dogrmysqldatasource.cpp513 if (nSRSId == GetUnknownSRID()) in UpdateMetadataTables()
537 nSRSId, in UpdateMetadataTables()
739 const int nSRSId = atoi(papszRow[0]); in FetchSRSId() local
743 return nSRSId; in FetchSRSId()
795 const int nSRSId = atoi(papszRow[0]); in FetchSRSId() local
800 return nSRSId; in FetchSRSId()
839 nSRSId, pszWKT ); in FetchSRSId()
852 return nSRSId; in FetchSRSId()
1133 int nSRSId = GetUnknownSRID(); in ICreateLayer() local
1135 nSRSId = FetchSRSId(poSRS); in ICreateLayer()
[all …]
H A Dogrmysqllayer.cpp43 nSRSId(-2), // we haven't even queried the database for it yet. in OGRMySQLLayer()
349 nSRSId = atoi(papszRow[0]); in FetchSRSId()
357 return nSRSId; in FetchSRSId()
367 if( poSRS == nullptr && nSRSId > -1 ) in GetSpatialRef()
369 poSRS = poDS->FetchSRS( nSRSId ); in GetSpatialRef()
373 nSRSId = poDS->GetUnknownSRID(); in GetSpatialRef()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/mysql/
H A Dogrmysqldatasource.cpp513 if (nSRSId == GetUnknownSRID()) in UpdateMetadataTables()
537 nSRSId, in UpdateMetadataTables()
739 const int nSRSId = atoi(papszRow[0]); in FetchSRSId() local
743 return nSRSId; in FetchSRSId()
795 const int nSRSId = atoi(papszRow[0]); in FetchSRSId() local
800 return nSRSId; in FetchSRSId()
839 nSRSId, pszWKT ); in FetchSRSId()
852 return nSRSId; in FetchSRSId()
1133 int nSRSId = GetUnknownSRID(); in ICreateLayer() local
1135 nSRSId = FetchSRSId(poSRS); in ICreateLayer()
[all …]
H A Dogrmysqllayer.cpp43 nSRSId(-2), // we haven't even queried the database for it yet. in OGRMySQLLayer()
349 nSRSId = atoi(papszRow[0]); in FetchSRSId()
357 return nSRSId; in FetchSRSId()
367 if( poSRS == nullptr && nSRSId > -1 ) in GetSpatialRef()
369 poSRS = poDS->FetchSRS( nSRSId ); in GetSpatialRef()
373 nSRSId = poDS->GetUnknownSRID(); in GetSpatialRef()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/mysql/
H A Dogrmysqldatasource.cpp513 if (nSRSId == GetUnknownSRID()) in UpdateMetadataTables()
537 nSRSId, in UpdateMetadataTables()
739 const int nSRSId = atoi(papszRow[0]); in FetchSRSId() local
743 return nSRSId; in FetchSRSId()
795 const int nSRSId = atoi(papszRow[0]); in FetchSRSId() local
800 return nSRSId; in FetchSRSId()
839 nSRSId, pszWKT ); in FetchSRSId()
852 return nSRSId; in FetchSRSId()
1133 int nSRSId = GetUnknownSRID(); in ICreateLayer() local
1135 nSRSId = FetchSRSId(poSRS); in ICreateLayer()
[all …]
H A Dogrmysqllayer.cpp43 nSRSId(-2), // we haven't even queried the database for it yet. in OGRMySQLLayer()
349 nSRSId = atoi(papszRow[0]); in FetchSRSId()
357 return nSRSId; in FetchSRSId()
367 if( poSRS == nullptr && nSRSId > -1 ) in GetSpatialRef()
369 poSRS = poDS->FetchSRS( nSRSId ); in GetSpatialRef()
373 nSRSId = poDS->GetUnknownSRID(); in GetSpatialRef()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/pgdump/
H A Dogrpgdumpdatasource.cpp333 int nSRSId = nUnknownSRSId; in ICreateLayer() local
337 nSRSId = atoi(CSLFetchNameValue( papszOptions, "SRID")); in ICreateLayer()
338 nForcedSRSId = nSRSId; in ICreateLayer()
348 nSRSId = atoi( poSRS->GetAuthorityCode(NULL) ); in ICreateLayer()
354 nSRSId = 4326; in ICreateLayer()
433 if (nSRSId) in ICreateLayer()
436 …pszSerialType, pszGFldName, pszGeometryType, nDimension == 2 ? "" : "Z", nSRSId, pszTableName, osF… in ICreateLayer()
462 nSRSId, pszGeometryType, nDimension ); in ICreateLayer()
508 poGeomField->nSRSId = nSRSId; in ICreateLayer()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/mssqlspatial/
H A Dogrmssqlspatialdatasource.cpp358 int nSRSId = 0; in ICreateLayer() local
363 if( nSRSId == 0 && poSRS != NULL ) in ICreateLayer()
364 nSRSId = FetchSRSId( poSRS ); in ICreateLayer()
1207 int nSRSId = 0; in FetchSRSId() local
1259 return nSRSId; in FetchSRSId()
1289 return nSRSId; in FetchSRSId()
1316 nSRSId = nAuthorityCode; in FetchSRSId()
1329 nSRSId = 0; in FetchSRSId()
1337 if (nSRSId == 0) in FetchSRSId()
1348 if (nSRSId == 0) in FetchSRSId()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/pgdump/
H A Dogrpgdumpdatasource.cpp370 int nSRSId = nUnknownSRSId; in ICreateLayer() local
374 nSRSId = atoi(CSLFetchNameValue( papszOptions, "SRID")); in ICreateLayer()
375 nForcedSRSId = nSRSId; in ICreateLayer()
385 nSRSId = atoi( poSRS->GetAuthorityCode(nullptr) ); in ICreateLayer()
393 nSRSId = 4326; in ICreateLayer()
496 if( nSRSId ) in ICreateLayer()
501 pszSerialType, pszGFldName, pszGeometryType, suffix, nSRSId, in ICreateLayer()
539 nSRSId, pszGeometryType, suffix, nDimension ); in ICreateLayer()
605 poGeomField->nSRSId = nSRSId; in ICreateLayer()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/pgdump/
H A Dogrpgdumpdatasource.cpp370 int nSRSId = nUnknownSRSId; in modifier_alt_graph()
374 nSRSId = atoi(CSLFetchNameValue( papszOptions, "SRID")); in modifier_alt_graph()
375 nForcedSRSId = nSRSId; in modifier_alt_graph()
385 nSRSId = atoi( poSRS->GetAuthorityCode(nullptr) ); in modifier_alt_graph()
393 nSRSId = 4326; in modifier_alt_graph()
496 if( nSRSId ) in modifier_alt_graph()
501 pszSerialType, pszGFldName, pszGeometryType, suffix, nSRSId, in modifier_alt_graph()
539 nSRSId, pszGeometryType, suffix, nDimension ); in modifier_alt_graph()
605 poGeomField->nSRSId = nSRSId; in modifier_alt_graph()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/pgdump/
H A Dogrpgdumpdatasource.cpp370 int nSRSId = nUnknownSRSId; in ICreateLayer() local
374 nSRSId = atoi(CSLFetchNameValue( papszOptions, "SRID")); in ICreateLayer()
375 nForcedSRSId = nSRSId; in ICreateLayer()
385 nSRSId = atoi( poSRS->GetAuthorityCode(nullptr) ); in ICreateLayer()
393 nSRSId = 4326; in ICreateLayer()
496 if( nSRSId ) in ICreateLayer()
501 pszSerialType, pszGFldName, pszGeometryType, suffix, nSRSId, in ICreateLayer()
539 nSRSId, pszGeometryType, suffix, nDimension ); in ICreateLayer()
605 poGeomField->nSRSId = nSRSId; in ICreateLayer()

12345678910