Home
last modified time | relevance | path

Searched refs:nSRSId (Results 101 – 125 of 245) sorted by relevance

12345678910

/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/idb/
H A Dogridbtablelayer.cpp460 if( nSRSId == -2 ) in GetSpatialRef()
462 nSRSId = -1; in GetSpatialRef()
481 nSRSId = atoi(row->Column(0)->Printable()); in GetSpatialRef()
793 osFields.Printf( "%s = %s( '%s', %d )", pszGeomColumn, osGeomFunc.c_str(), wkt, nSRSId ); in ISetFeature()
958 osValues.Printf( "%s( '%s', %d )", osGeomFunc.c_str(), wkt, nSRSId ); in ICreateFeature()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/oci/
H A Dogrocidatasource.cpp888 int nSRSId; in FetchSRSId() local
1000 nSRSId = atoi(papszResult[0]) + 1; in FetchSRSId()
1002 nSRSId = 1; in FetchSRSId()
1009 oCmdText.Appendf( 100, " VALUES (%d,'", nSRSId ); in FetchSRSId()
1020 return nSRSId; in FetchSRSId()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/idb/
H A Dogridbtablelayer.cpp460 if( nSRSId == -2 ) in GetSpatialRef()
462 nSRSId = -1; in GetSpatialRef()
481 nSRSId = atoi(row->Column(0)->Printable()); in GetSpatialRef()
793 osFields.Printf( "%s = %s( '%s', %d )", pszGeomColumn, osGeomFunc.c_str(), wkt, nSRSId ); in ISetFeature()
958 osValues.Printf( "%s( '%s', %d )", osGeomFunc.c_str(), wkt, nSRSId ); in ICreateFeature()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/idb/
H A Dogridbtablelayer.cpp460 if( nSRSId == -2 ) in GetSpatialRef()
462 nSRSId = -1; in GetSpatialRef()
481 nSRSId = atoi(row->Column(0)->Printable()); in GetSpatialRef()
793 osFields.Printf( "%s = %s( '%s', %d )", pszGeomColumn, osGeomFunc.c_str(), wkt, nSRSId ); in ISetFeature()
958 osValues.Printf( "%s( '%s', %d )", osGeomFunc.c_str(), wkt, nSRSId ); in ICreateFeature()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/oci/
H A Dogrocidatasource.cpp888 int nSRSId; in FetchSRSId() local
1000 nSRSId = atoi(papszResult[0]) + 1; in FetchSRSId()
1002 nSRSId = 1; in FetchSRSId()
1009 oCmdText.Appendf( 100, " VALUES (%d,'", nSRSId ); in FetchSRSId()
1020 return nSRSId; in FetchSRSId()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/mssqlspatial/
H A Dogr_mssqlspatial.h183 int nSRSId; variable
207 int GetSRSId() { return nSRSId; } in GetSRSId()
241 int nSRSId; variable
283 int nSRSId = 0; variable
H A Dogrmssqlgeometrywriter.cpp139 nSRSId = nSRS; in OGRMSSQLGeometryWriter()
663 WriteInt32(0, nSRSId); in WriteSqlGeometry()
672 WriteInt32(0, nSRSId); in WriteSqlGeometry()
703 WriteInt32(0, nSRSId); in WriteSqlGeometry()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/mssqlspatial/
H A Dogr_mssqlspatial.h183 int nSRSId; variable
207 int GetSRSId() { return nSRSId; } in GetSRSId()
241 int nSRSId; variable
283 int nSRSId = 0; variable
H A Dogrmssqlgeometrywriter.cpp139 nSRSId = nSRS; in OGRMSSQLGeometryWriter()
663 WriteInt32(0, nSRSId); in WriteSqlGeometry()
672 WriteInt32(0, nSRSId); in WriteSqlGeometry()
703 WriteInt32(0, nSRSId); in WriteSqlGeometry()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/mssqlspatial/
H A Dogr_mssqlspatial.h183 int nSRSId; variable
207 int GetSRSId() { return nSRSId; } in GetSRSId()
241 int nSRSId; variable
283 int nSRSId = 0; variable
H A Dogrmssqlgeometrywriter.cpp139 nSRSId = nSRS; in OGRMSSQLGeometryWriter()
663 WriteInt32(0, nSRSId); in WriteSqlGeometry()
672 WriteInt32(0, nSRSId); in WriteSqlGeometry()
703 WriteInt32(0, nSRSId); in WriteSqlGeometry()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/pg/
H A Dogr_pg.h129 nSRSId(UNDETERMINED_SRID), GeometryTypeFlags(0), ePostgisType(GEOM_TYPE_UNKNOWN) in OGRPGGeomFieldDefn()
137 mutable int nSRSId; variable
406 int nSRSId,
551 OGRSpatialReference *FetchSRS( int nSRSId );
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/pg/
H A Dogr_pg.h129 nSRSId(UNDETERMINED_SRID), GeometryTypeFlags(0), ePostgisType(GEOM_TYPE_UNKNOWN) in OGRPGGeomFieldDefn()
137 mutable int nSRSId; variable
406 int nSRSId,
551 OGRSpatialReference *FetchSRS( int nSRSId );
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/pg/
H A Dogr_pg.h129 nSRSId(UNDETERMINED_SRID), GeometryTypeFlags(0), ePostgisType(GEOM_TYPE_UNKNOWN) in OGRPGGeomFieldDefn()
137 mutable int nSRSId; variable
406 int nSRSId,
551 OGRSpatialReference *FetchSRS( int nSRSId );
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/db2/
H A Dogrdb2datasource.cpp520 int nSRSId = 0; in ICreateLayer() local
525 if( nSRSId == 0 && poSRS != nullptr ) in ICreateLayer()
526 nSRSId = FetchSRSId( poSRS ); in ICreateLayer()
1698 int nSRSId = atoi(oStatement.GetColData( 0 )); in FetchSRSId() local
1700 return nSRSId; in FetchSRSId()
1729 int nSRSId = atoi(oStatement.GetColData( 0 )); in FetchSRSId() local
1731 return nSRSId; in FetchSRSId()
1826 int nSRSId, in OpenRaster() argument
1841 m_nSRID = nSRSId; in OpenRaster()
1842 if( nSRSId > 0 ) in OpenRaster()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/db2/
H A Dogrdb2datasource.cpp520 int nSRSId = 0; in ICreateLayer() local
525 if( nSRSId == 0 && poSRS != nullptr ) in ICreateLayer()
526 nSRSId = FetchSRSId( poSRS ); in ICreateLayer()
1698 int nSRSId = atoi(oStatement.GetColData( 0 )); in FetchSRSId() local
1700 return nSRSId; in FetchSRSId()
1729 int nSRSId = atoi(oStatement.GetColData( 0 )); in FetchSRSId() local
1731 return nSRSId; in FetchSRSId()
1826 int nSRSId, in OpenRaster() argument
1841 m_nSRID = nSRSId; in OpenRaster()
1842 if( nSRSId > 0 ) in OpenRaster()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/db2/
H A Dogrdb2datasource.cpp520 int nSRSId = 0; in ICreateLayer() local
525 if( nSRSId == 0 && poSRS != nullptr ) in ICreateLayer()
526 nSRSId = FetchSRSId( poSRS ); in ICreateLayer()
1698 int nSRSId = atoi(oStatement.GetColData( 0 )); in FetchSRSId() local
1700 return nSRSId; in FetchSRSId()
1729 int nSRSId = atoi(oStatement.GetColData( 0 )); in FetchSRSId() local
1731 return nSRSId; in FetchSRSId()
1826 int nSRSId, in OpenRaster() argument
1841 m_nSRID = nSRSId; in OpenRaster()
1842 if( nSRSId > 0 ) in OpenRaster()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/sqlite/
H A Dogrsqlitebase.h65 OGRGeomFieldDefn(pszNameIn, wkbUnknown), nSRSId(-1), in OGRSQLiteGeomFieldDefn()
72 int nSRSId; variable
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/pgdump/
H A Dogr_pgdump.h88 nSRSId(-1), in OGRPGDumpGeomFieldDefn()
92 int nSRSId; variable
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/sqlite/
H A Dogrsqlitebase.h65 OGRGeomFieldDefn(pszNameIn, wkbUnknown), nSRSId(-1), in OGRSQLiteGeomFieldDefn()
72 int nSRSId; variable
H A Dogrsqlitevirtualogr.cpp228 int nSRSId = -1; in FetchSRSId() local
232 nSRSId = poSQLiteDS->GetUndefinedSRID(); in FetchSRSId()
234 nSRSId = poSQLiteDS->FetchSRSId(poSRS); in FetchSRSId()
246 nSRSId = atoi(pszAuthorityCode); in FetchSRSId()
252 return nSRSId; in FetchSRSId()
1252 static void OGR2SQLITE_ExportGeometry(OGRGeometry* poGeom, int nSRSId, in OGR2SQLITE_ExportGeometry() argument
1257 poGeom, nSRSId, wkbNDR, FALSE, FALSE, in OGR2SQLITE_ExportGeometry()
1330 int nSRSId = pMyCursor->pVTab->poModule->FetchSRSId(poSRS); in OGR2SQLITE_Column() local
1332 OGR2SQLITE_ExportGeometry(poGeom, nSRSId, in OGR2SQLITE_Column()
1365 int nSRSId = pMyCursor->pVTab->poModule->FetchSRSId(poSRS); in OGR2SQLITE_Column() local
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/pgdump/
H A Dogr_pgdump.h88 nSRSId(-1), in OGRPGDumpGeomFieldDefn()
92 int nSRSId; variable
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/sqlite/
H A Dogrsqlitebase.h65 OGRGeomFieldDefn(pszNameIn, wkbUnknown), nSRSId(-1), in OGRSQLiteGeomFieldDefn()
72 int nSRSId; variable
H A Dogrsqlitevirtualogr.cpp228 int nSRSId = -1; in FetchSRSId() local
232 nSRSId = poSQLiteDS->GetUndefinedSRID(); in FetchSRSId()
234 nSRSId = poSQLiteDS->FetchSRSId(poSRS); in FetchSRSId()
246 nSRSId = atoi(pszAuthorityCode); in FetchSRSId()
252 return nSRSId; in FetchSRSId()
1252 static void OGR2SQLITE_ExportGeometry(OGRGeometry* poGeom, int nSRSId, in OGR2SQLITE_ExportGeometry() argument
1257 poGeom, nSRSId, wkbNDR, FALSE, FALSE, in OGR2SQLITE_ExportGeometry()
1330 int nSRSId = pMyCursor->pVTab->poModule->FetchSRSId(poSRS); in OGR2SQLITE_Column() local
1332 OGR2SQLITE_ExportGeometry(poGeom, nSRSId, in OGR2SQLITE_Column()
1365 int nSRSId = pMyCursor->pVTab->poModule->FetchSRSId(poSRS); in OGR2SQLITE_Column() local
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/pgdump/
H A Dogr_pgdump.h88 nSRSId(-1), in OGRPGDumpGeomFieldDefn()
92 int nSRSId; variable

12345678910