Home
last modified time | relevance | path

Searched refs:pszFieldName (Results 101 – 125 of 421) sorted by relevance

12345678910>>...17

/dports/devel/shapelib/shapelib-1.5.0/
H A Dshapefil.h671 DBFAddField( DBFHandle hDBF, const char * pszFieldName,
675 DBFAddNativeFieldType( DBFHandle hDBF, const char * pszFieldName,
685 DBFAlterFieldDefn( DBFHandle psDBF, int iField, const char * pszFieldName,
690 char * pszFieldName, int * pnWidth, int * pnDecimals );
693 DBFGetFieldIndex(DBFHandle psDBF, const char *pszFieldName);
/dports/graphics/gdal/gdal-3.3.3/frmts/iso8211/
H A Dddfmodule.cpp556 DDFFieldDefn *DDFModule::FindFieldDefn( const char *pszFieldName ) in FindFieldDefn() argument
569 if( *pszThisName == *pszFieldName && *pszFieldName != '\0' in FindFieldDefn()
570 && strcmp( pszFieldName+1, pszThisName+1) == 0 ) in FindFieldDefn()
580 if( EQUAL(pszFieldName, papoFieldDefns[i]->GetName()) ) in FindFieldDefn()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/shape/
H A Dshapefil.h537 DBFAddField( DBFHandle hDBF, const char * pszFieldName,
541 DBFAddNativeFieldType( DBFHandle hDBF, const char * pszFieldName,
551 DBFAlterFieldDefn( DBFHandle psDBF, int iField, const char * pszFieldName,
556 char * pszFieldName, int * pnWidth, int * pnDecimals );
559 DBFGetFieldIndex(DBFHandle psDBF, const char *pszFieldName);
/dports/graphics/py-gdal/gdal-3.3.3/frmts/iso8211/
H A Dddfmodule.cpp556 DDFFieldDefn *DDFModule::FindFieldDefn( const char *pszFieldName ) in FindFieldDefn() argument
569 if( *pszThisName == *pszFieldName && *pszFieldName != '\0' in FindFieldDefn()
570 && strcmp( pszFieldName+1, pszThisName+1) == 0 ) in FindFieldDefn()
580 if( EQUAL(pszFieldName, papoFieldDefns[i]->GetName()) ) in FindFieldDefn()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/hdf4/
H A Dhdf4imagedataset.cpp105 char *pszFieldName; member in HDF4ImageDataset
504 if( SWreadfield( hSW, poGDS->pszFieldName, in IReadBlock()
757 pszFieldName = NULL; in HDF4ImageDataset()
804 if ( pszFieldName ) in ~HDF4ImageDataset()
805 CPLFree( pszFieldName ); in ~HDF4ImageDataset()
1693 pszFieldName, pszAttrList ); in GetSwatAttrs()
1746 if ( SWsdid(hSW, pszFieldName, &iSDS) != -1 ) in GetSwatAttrs()
1804 pszFieldName, pszAttrList ); in GetGridAttrs()
1856 if ( GDsdid(hGD, pszFieldName, &iSDS) != -1 ) in GetGridAttrs()
2927 poDS->pszFieldName, szDimList); in Open()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/hdf4/
H A Dhdf4imagedataset.cpp125 char *pszFieldName; member in HDF4ImageDataset
539 if( SWreadfield( hSW, poGDS->pszFieldName, in IReadBlock()
795 pszFieldName(nullptr), in HDF4ImageDataset()
844 CPLFree( pszFieldName ); in ~HDF4ImageDataset()
1765 pszFieldName, pszAttrList ); in GetSwatAttrs()
1818 if( SWsdid(hSW, pszFieldName, &l_iSDS) != -1 ) in GetSwatAttrs()
1877 pszFieldName, pszAttrList ); in GetGridAttrs()
1926 if( GDsdid(hGD, pszFieldName, &l_iSDS) != -1 ) in GetGridAttrs()
3124 poDS->pszFieldName, szDimList); in Open()
3172 poDS->pszFieldName , in Open()
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/hdf4/
H A Dhdf4imagedataset.cpp125 char *pszFieldName; member in HDF4ImageDataset
539 if( SWreadfield( hSW, poGDS->pszFieldName, in IReadBlock()
795 pszFieldName(nullptr), in HDF4ImageDataset()
844 CPLFree( pszFieldName ); in ~HDF4ImageDataset()
1765 pszFieldName, pszAttrList ); in GetSwatAttrs()
1818 if( SWsdid(hSW, pszFieldName, &l_iSDS) != -1 ) in GetSwatAttrs()
1877 pszFieldName, pszAttrList ); in GetGridAttrs()
1926 if( GDsdid(hGD, pszFieldName, &l_iSDS) != -1 ) in GetGridAttrs()
3124 poDS->pszFieldName, szDimList); in Open()
3172 poDS->pszFieldName , in Open()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/hdf4/
H A Dhdf4imagedataset.cpp125 char *pszFieldName; member in HDF4ImageDataset
539 if( SWreadfield( hSW, poGDS->pszFieldName, in IReadBlock()
795 pszFieldName(nullptr), in HDF4ImageDataset()
844 CPLFree( pszFieldName ); in ~HDF4ImageDataset()
1765 pszFieldName, pszAttrList ); in GetSwatAttrs()
1818 if( SWsdid(hSW, pszFieldName, &l_iSDS) != -1 ) in GetSwatAttrs()
1877 pszFieldName, pszAttrList ); in GetGridAttrs()
1926 if( GDsdid(hGD, pszFieldName, &l_iSDS) != -1 ) in GetGridAttrs()
3124 poDS->pszFieldName, szDimList); in Open()
3172 poDS->pszFieldName , in Open()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/libs/iso8211/src/
H A Dddfmodule.cpp576 DDFFieldDefn *DDFModule::FindFieldDefn( const char *pszFieldName ) in FindFieldDefn() argument
589 if( *pszThisName == *pszFieldName in FindFieldDefn()
590 && strcmp( pszFieldName+1, pszThisName+1) == 0 ) in FindFieldDefn()
600 if( EQUAL(pszFieldName, papoFieldDefns[i]->GetName()) ) in FindFieldDefn()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/sdts/
H A Dsdtspolygonreader.cpp90 const char *pszFieldName; in Read() local
93 pszFieldName = poField->GetFieldDefn()->GetName(); in Read()
95 if( EQUAL(pszFieldName,"POLY") ) in Read()
100 else if( EQUAL(pszFieldName,"ATID") ) in Read()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimDdfmodule.cpp535 ossimDDFFieldDefn *ossimDDFModule::FindFieldDefn( const char *pszFieldName ) in ExtractSubstring()
548 if( *pszThisName == *pszFieldName in ExtractSubstring()
549 && strcmp( pszFieldName+1, pszThisName+1) == 0 ) in ExtractSubstring()
560 if( s == pszFieldName ) in ExtractSubstring()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/vrt/
H A Dogrvrtlayer.cpp69 int idx = poFDefn->GetFieldIndexCaseSensitive(pszFieldName); in GetFieldIndexCaseSensitiveFirst()
71 idx = poFDefn->GetFieldIndex(pszFieldName); in GetFieldIndexCaseSensitiveFirst()
390 GetSrcLayerDefn(), pszFieldName); in ParseGeometryField()
396 pszFieldName); in ParseGeometryField()
406 if( pszFieldName == nullptr ) in ParseGeometryField()
407 pszFieldName = poProps->osName; in ParseGeometryField()
416 pszFieldName); in ParseGeometryField()
2373 const char *pszFieldName = *papszIter; in SetIgnoredFields() local
2374 if( EQUAL(pszFieldName, "OGR_GEOMETRY") || in SetIgnoredFields()
2375 EQUAL(pszFieldName, "OGR_STYLE") ) in SetIgnoredFields()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/vrt/
H A Dogrvrtlayer.cpp69 int idx = poFDefn->GetFieldIndexCaseSensitive(pszFieldName); in GetFieldIndexCaseSensitiveFirst()
71 idx = poFDefn->GetFieldIndex(pszFieldName); in GetFieldIndexCaseSensitiveFirst()
390 GetSrcLayerDefn(), pszFieldName); in ParseGeometryField()
396 pszFieldName); in ParseGeometryField()
406 if( pszFieldName == nullptr ) in ParseGeometryField()
407 pszFieldName = poProps->osName; in ParseGeometryField()
416 pszFieldName); in ParseGeometryField()
2373 const char *pszFieldName = *papszIter; in SetIgnoredFields() local
2374 if( EQUAL(pszFieldName, "OGR_GEOMETRY") || in SetIgnoredFields()
2375 EQUAL(pszFieldName, "OGR_STYLE") ) in SetIgnoredFields()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/vrt/
H A Dogrvrtlayer.cpp69 int idx = poFDefn->GetFieldIndexCaseSensitive(pszFieldName); in GetFieldIndexCaseSensitiveFirst()
71 idx = poFDefn->GetFieldIndex(pszFieldName); in GetFieldIndexCaseSensitiveFirst()
390 GetSrcLayerDefn(), pszFieldName); in ParseGeometryField()
396 pszFieldName); in ParseGeometryField()
406 if( pszFieldName == nullptr ) in ParseGeometryField()
407 pszFieldName = poProps->osName; in ParseGeometryField()
416 pszFieldName); in ParseGeometryField()
2373 const char *pszFieldName = *papszIter; in SetIgnoredFields() local
2374 if( EQUAL(pszFieldName, "OGR_GEOMETRY") || in SetIgnoredFields()
2375 EQUAL(pszFieldName, "OGR_STYLE") ) in SetIgnoredFields()
[all …]
/dports/databases/postgis30/postgis-3.0.4/loader/
H A Ddbfopen.c770 return DBFAddNativeFieldType(psDBF, pszFieldName, chNativeType, nWidth, nDecimals); in DBFAddField()
863 memcpy(pszFInfo, pszFieldName, 10); in DBFAddNativeFieldType()
1188 DBFGetFieldInfo(DBFHandle psDBF, int iField, char *pszFieldName, int *pnWidth, int *pnDecimals) in DBFGetFieldInfo() argument
1199 if (pszFieldName != NULL) in DBFGetFieldInfo()
1203 strncpy(pszFieldName, (char *)psDBF->pszHeader + iField * 32, 11); in DBFGetFieldInfo()
1204 pszFieldName[11] = '\0'; in DBFGetFieldInfo()
1205 for (i = 10; i > 0 && pszFieldName[i] == ' '; i--) in DBFGetFieldInfo()
1206 pszFieldName[i] = '\0'; in DBFGetFieldInfo()
1645 DBFGetFieldIndex(DBFHandle psDBF, const char *pszFieldName) in DBFGetFieldIndex() argument
1650 snprintf(name1, 11, "%s", pszFieldName); in DBFGetFieldIndex()
[all …]
/dports/astro/gpsbabel14/gpsbabel-1.4.4/shapelib/
H A Dshapefil.h431 DBFAddField( DBFHandle hDBF, const char * pszFieldName,
436 char * pszFieldName, int * pnWidth, int * pnDecimals );
439 DBFGetFieldIndex(DBFHandle psDBF, const char *pszFieldName);
/dports/astro/R-cran-maptools/maptools/src/
H A Dshapefil.h470 DBFAddField( DBFHandle hDBF, const char * pszFieldName,
475 char * pszFieldName, int * pnWidth, int * pnDecimals );
478 DBFGetFieldIndex(DBFHandle psDBF, const char *pszFieldName);
/dports/misc/vxl/vxl-3.3.2/contrib/brl/b3p/shapelib/
H A Dshapefil.h349 DBFAddField( DBFHandle hDBF, const char * pszFieldName,
354 char * pszFieldName, int * pnWidth, int * pnDecimals );
357 DBFGetFieldIndex(DBFHandle psDBF, const char *pszFieldName);
/dports/astro/opencpn/OpenCPN-5.2.4/libs/gdal/src/
H A Dcpl_csv.cpp719 int CSVGetFieldId( FILE * fp, const char * pszFieldName ) in CSVGetFieldId() argument
725 CPLAssert( fp != NULL && pszFieldName != NULL ); in CSVGetFieldId()
732 if( EQUAL(papszFields[i],pszFieldName) ) in CSVGetFieldId()
751 int CSVGetFileFieldId( const char * pszFilename, const char * pszFieldName ) in CSVGetFileFieldId() argument
774 if( EQUAL(psTable->papszFieldNames[i],pszFieldName) ) in CSVGetFileFieldId()
/dports/misc/vxl/vxl-3.3.2/v3p/geotiff/
H A Dcpl_csv.c766 int CSVGetFieldId( FILE * fp, const char * pszFieldName ) in CSVGetFieldId() argument
772 CPLAssert( fp != NULL && pszFieldName != NULL ); in CSVGetFieldId()
779 if( EQUAL(papszFields[i],pszFieldName) ) in CSVGetFieldId()
798 int CSVGetFileFieldId( const char * pszFilename, const char * pszFieldName ) in CSVGetFileFieldId() argument
821 if( EQUAL(psTable->papszFieldNames[i],pszFieldName) ) in CSVGetFileFieldId()
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/shapelib/
H A Ddbfopen.c923 DBFAddField(DBFHandle psDBF, const char * pszFieldName, in DBFAddField() argument
970 DBFAddNativeFieldType(DBFHandle psDBF, const char * pszFieldName, in DBFAddNativeFieldType() argument
991 pszFieldName ); in DBFAddNativeFieldType()
1011 pszFieldName ); in DBFAddNativeFieldType()
1060 strncpy( pszFInfo, pszFieldName, XBASE_FLDNAME_LEN_WRITE ); in DBFAddNativeFieldType()
1413 if( pszFieldName != SHPLIB_NULLPTR ) in DBFGetFieldInfo()
1419 pszFieldName[XBASE_FLDNAME_LEN_READ] = '\0'; in DBFGetFieldInfo()
1421 pszFieldName[i] = '\0'; in DBFGetFieldInfo()
1854 DBFGetFieldIndex(DBFHandle psDBF, const char *pszFieldName) in DBFGetFieldIndex() argument
1863 if(!STRCASECMP(pszFieldName,name)) in DBFGetFieldIndex()
[all …]
/dports/databases/postgis32/postgis-3.2.0/loader/
H A Ddbfopen.c788 DBFAddField(DBFHandle psDBF, const char * pszFieldName, in DBFAddField() argument
835 DBFAddNativeFieldType(DBFHandle psDBF, const char * pszFieldName, in DBFAddNativeFieldType() argument
856 pszFieldName ); in DBFAddNativeFieldType()
876 pszFieldName ); in DBFAddNativeFieldType()
925 strncpy( pszFInfo, pszFieldName, XBASE_FLDNAME_LEN_WRITE ); in DBFAddNativeFieldType()
1278 if( pszFieldName != SHPLIB_NULLPTR ) in DBFGetFieldInfo()
1284 pszFieldName[XBASE_FLDNAME_LEN_READ] = '\0'; in DBFGetFieldInfo()
1286 pszFieldName[i] = '\0'; in DBFGetFieldInfo()
1719 DBFGetFieldIndex(DBFHandle psDBF, const char *pszFieldName) in DBFGetFieldIndex() argument
1728 if(!STRCASECMP(pszFieldName,name)) in DBFGetFieldIndex()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/shape/
H A Ddbfopen.c749 DBFAddField(DBFHandle psDBF, const char * pszFieldName, in DBFAddField() argument
793 DBFAddNativeFieldType(DBFHandle psDBF, const char * pszFieldName, in DBFAddNativeFieldType() argument
805 pszFieldName ); in DBFAddNativeFieldType()
825 pszFieldName ); in DBFAddNativeFieldType()
874 strncpy( pszFInfo, pszFieldName, XBASE_FLDNAME_LEN_WRITE ); in DBFAddNativeFieldType()
1211 if( pszFieldName != SHPLIB_NULLPTR ) in DBFGetFieldInfo()
1215 pszFieldName[XBASE_FLDNAME_LEN_READ] = '\0'; in DBFGetFieldInfo()
1217 pszFieldName[i] = '\0'; in DBFGetFieldInfo()
1635 DBFGetFieldIndex(DBFHandle psDBF, const char *pszFieldName) { in DBFGetFieldIndex() argument
1641 if(!STRCASECMP(pszFieldName,name)) in DBFGetFieldIndex()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/shape/
H A Ddbfopen.c749 DBFAddField(DBFHandle psDBF, const char * pszFieldName,
793 DBFAddNativeFieldType(DBFHandle psDBF, const char * pszFieldName,
805 pszFieldName );
825 pszFieldName );
874 strncpy( pszFInfo, pszFieldName, XBASE_FLDNAME_LEN_WRITE );
1211 if( pszFieldName != SHPLIB_NULLPTR )
1215 pszFieldName[XBASE_FLDNAME_LEN_READ] = '\0';
1217 pszFieldName[i] = '\0';
1635 DBFGetFieldIndex(DBFHandle psDBF, const char *pszFieldName) {
1641 if(!STRCASECMP(pszFieldName,name))
[all …]
/dports/databases/postgis31/postgis-3.1.4/loader/
H A Ddbfopen.c788 DBFAddField(DBFHandle psDBF, const char * pszFieldName, in DBFAddField() argument
835 DBFAddNativeFieldType(DBFHandle psDBF, const char * pszFieldName, in DBFAddNativeFieldType() argument
856 pszFieldName ); in DBFAddNativeFieldType()
876 pszFieldName ); in DBFAddNativeFieldType()
925 strncpy( pszFInfo, pszFieldName, XBASE_FLDNAME_LEN_WRITE ); in DBFAddNativeFieldType()
1278 if( pszFieldName != SHPLIB_NULLPTR ) in DBFGetFieldInfo()
1284 pszFieldName[XBASE_FLDNAME_LEN_READ] = '\0'; in DBFGetFieldInfo()
1286 pszFieldName[i] = '\0'; in DBFGetFieldInfo()
1719 DBFGetFieldIndex(DBFHandle psDBF, const char *pszFieldName) in DBFGetFieldIndex() argument
1728 if(!STRCASECMP(pszFieldName,name)) in DBFGetFieldIndex()
[all …]

12345678910>>...17