Home
last modified time | relevance | path

Searched refs:pszFieldName (Results 26 – 50 of 421) sorted by relevance

12345678910>>...17

/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/georss/
H A Dogrgeorsslayer.cpp419 char* pszFieldName = in startElementCbk() local
432 CPLFree(pszFieldName); in startElementCbk()
688 char* pszFieldName = in endElementCbk() local
709 CPLFree(pszFieldName); in endElementCbk()
1156 char* pszFieldName = in OGRGeoRSSLayerWriteSimpleElement() local
1172 char* pszFieldName = in OGRGeoRSSLayerWriteSimpleElement() local
1190 CPLFree(pszFieldName); in OGRGeoRSSLayerWriteSimpleElement()
1422 pszFieldName = in ICreateFeature()
1435 pszFieldName = in ICreateFeature()
1941 char* pszFieldName = in startElementLoadSchemaCbk() local
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/georss/
H A Dogrgeorsslayer.cpp419 char* pszFieldName = in startElementCbk() local
432 CPLFree(pszFieldName); in startElementCbk()
688 char* pszFieldName = in endElementCbk() local
709 CPLFree(pszFieldName); in endElementCbk()
1156 char* pszFieldName = in OGRGeoRSSLayerWriteSimpleElement() local
1172 char* pszFieldName = in OGRGeoRSSLayerWriteSimpleElement() local
1190 CPLFree(pszFieldName); in OGRGeoRSSLayerWriteSimpleElement()
1422 pszFieldName = in ICreateFeature()
1435 pszFieldName = in ICreateFeature()
1941 char* pszFieldName = in startElementLoadSchemaCbk() local
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/georss/
H A Dogrgeorsslayer.cpp419 char* pszFieldName = in startElementCbk() local
432 CPLFree(pszFieldName); in startElementCbk()
688 char* pszFieldName = in endElementCbk() local
709 CPLFree(pszFieldName); in endElementCbk()
1156 char* pszFieldName = in OGRGeoRSSLayerWriteSimpleElement() local
1172 char* pszFieldName = in OGRGeoRSSLayerWriteSimpleElement() local
1190 CPLFree(pszFieldName); in OGRGeoRSSLayerWriteSimpleElement()
1422 pszFieldName = in ICreateFeature()
1435 pszFieldName = in ICreateFeature()
1941 char* pszFieldName = in startElementLoadSchemaCbk() local
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/sdts/
H A Dogrsdtslayer.cpp134 char *pszFieldName; in OGRSDTSLayer() local
137 pszFieldName = CPLStrdup( CPLSPrintf( "%s_%s", in OGRSDTSLayer()
141 pszFieldName = CPLStrdup( poSFDefn->GetName() ); in OGRSDTSLayer()
147 OGRFieldDefn oStrField( pszFieldName, OFTString ); in OGRSDTSLayer()
158 OGRFieldDefn oIntField( pszFieldName, OFTInteger ); in OGRSDTSLayer()
169 OGRFieldDefn oRealField( pszFieldName, OFTReal ); in OGRSDTSLayer()
183 CPLFree( pszFieldName ); in OGRSDTSLayer()
/dports/astro/opencpn/OpenCPN-5.2.4/libs/gdal/src/
H A Dogrfeaturedefn.cpp585 int OGRFeatureDefn::GetFieldIndex( const char * pszFieldName ) in GetFieldIndex() argument
590 if( EQUAL(pszFieldName, papoFieldDefn[i]->GetNameRef() ) ) in GetFieldIndex()
614 int OGR_FD_GetFieldIndex( OGRFeatureDefnH hDefn, const char *pszFieldName ) in OGR_FD_GetFieldIndex() argument
617 return ((OGRFeatureDefn *)hDefn)->GetFieldIndex( pszFieldName ); in OGR_FD_GetFieldIndex()
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/ogr/
H A Dogrfeaturedefn.cpp577 int OGRFeatureDefn::GetFieldIndex( const char * pszFieldName ) in GetFieldIndex() argument
582 if( EQUAL(pszFieldName, papoFieldDefn[i]->GetNameRef() ) ) in GetFieldIndex()
606 int OGR_FD_GetFieldIndex( OGRFeatureDefnH hDefn, const char *pszFieldName ) in OGR_FD_GetFieldIndex() argument
609 return ((OGRFeatureDefn *)hDefn)->GetFieldIndex( pszFieldName ); in OGR_FD_GetFieldIndex()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/georss/
H A Dogrgeorsslayer.cpp392 CPLFree(pszFieldName); in startElementCbk()
649 CPLFree(pszFieldName); in endElementCbk()
1090 CPLFree(pszFieldName); in OGRGeoRSSLayerWriteSimpleElement()
1111 CPLFree(pszFieldName); in OGRGeoRSSLayerWriteSimpleElement()
1301 char* pszFieldName; in ICreateFeature() local
1318 CPLFree(pszFieldName); in ICreateFeature()
1329 CPLFree(pszFieldName); in ICreateFeature()
1340 CPLFree(pszFieldName); in ICreateFeature()
1357 char* pszFieldName; in ICreateFeature() local
1372 CPLFree(pszFieldName); in ICreateFeature()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/couchdb/
H A Dogrcouchdbtablelayer.cpp353 osURI += pszFieldName; in HasFilterOnFieldOrCreateIfNecessary()
383 osMap += pszFieldName; in HasFilterOnFieldOrCreateIfNecessary()
387 osMap += pszFieldName; in HasFilterOnFieldOrCreateIfNecessary()
392 osMap += pszFieldName; in HasFilterOnFieldOrCreateIfNecessary()
397 osMap += pszFieldName; in HasFilterOnFieldOrCreateIfNecessary()
406 osMap += pszFieldName; in HasFilterOnFieldOrCreateIfNecessary()
410 osMap += pszFieldName; in HasFilterOnFieldOrCreateIfNecessary()
415 osMap += pszFieldName; in HasFilterOnFieldOrCreateIfNecessary()
420 osMap += pszFieldName; in HasFilterOnFieldOrCreateIfNecessary()
584 osURI += pszFieldName; in BuildAttrQueryURI()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/couchdb/
H A Dogrcouchdbtablelayer.cpp359 osURI += pszFieldName; in HasFilterOnFieldOrCreateIfNecessary()
389 osMap += pszFieldName; in HasFilterOnFieldOrCreateIfNecessary()
393 osMap += pszFieldName; in HasFilterOnFieldOrCreateIfNecessary()
398 osMap += pszFieldName; in HasFilterOnFieldOrCreateIfNecessary()
403 osMap += pszFieldName; in HasFilterOnFieldOrCreateIfNecessary()
412 osMap += pszFieldName; in HasFilterOnFieldOrCreateIfNecessary()
416 osMap += pszFieldName; in HasFilterOnFieldOrCreateIfNecessary()
421 osMap += pszFieldName; in HasFilterOnFieldOrCreateIfNecessary()
426 osMap += pszFieldName; in HasFilterOnFieldOrCreateIfNecessary()
591 osURI += pszFieldName; in BuildAttrQueryURI()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/couchdb/
H A Dogrcouchdbtablelayer.cpp359 osURI += pszFieldName;
389 osMap += pszFieldName;
393 osMap += pszFieldName;
398 osMap += pszFieldName;
403 osMap += pszFieldName;
412 osMap += pszFieldName;
416 osMap += pszFieldName;
421 osMap += pszFieldName;
426 osMap += pszFieldName;
591 osURI += pszFieldName;
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/couchdb/
H A Dogrcouchdbtablelayer.cpp359 osURI += pszFieldName; in HasFilterOnFieldOrCreateIfNecessary()
389 osMap += pszFieldName; in HasFilterOnFieldOrCreateIfNecessary()
393 osMap += pszFieldName; in HasFilterOnFieldOrCreateIfNecessary()
398 osMap += pszFieldName; in HasFilterOnFieldOrCreateIfNecessary()
403 osMap += pszFieldName; in HasFilterOnFieldOrCreateIfNecessary()
412 osMap += pszFieldName; in HasFilterOnFieldOrCreateIfNecessary()
416 osMap += pszFieldName; in HasFilterOnFieldOrCreateIfNecessary()
421 osMap += pszFieldName; in HasFilterOnFieldOrCreateIfNecessary()
426 osMap += pszFieldName; in HasFilterOnFieldOrCreateIfNecessary()
591 osURI += pszFieldName; in BuildAttrQueryURI()
[all …]
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/hfa/
H A Dhfafield.cpp61 pszFieldName = NULL; in HFAField()
73 CPLFree( pszFieldName ); in ~HFAField()
205 pszFieldName = (char *) CPLMalloc(i+1); in Initialize()
206 strncpy( pszFieldName, pszInput, i ); in Initialize()
207 pszFieldName[i] = '\0'; in Initialize()
345 pszFieldName, nItemCount ); in Dump()
815 pszFieldName, pszField ? pszField : "", in ExtractInstValue()
1237 pszPrefix, pszFieldName, in DumpInstValue()
1241 pszPrefix, pszFieldName ); in DumpInstValue()
1260 pszPrefix, pszFieldName, in DumpInstValue()
[all …]
H A Dhfatype.cpp236 if( EQUALN(pszFieldPath,papoFields[iField]->pszFieldName,nNameLen) in SetInstValue()
237 && papoFields[iField]->pszFieldName[nNameLen] == '\0' ) in SetInstValue()
309 if( EQUALN(pszFieldPath,papoFields[iField]->pszFieldName,nNameLen) in GetInstCount()
310 && papoFields[iField]->pszFieldName[nNameLen] == '\0' ) in GetInstCount()
399 if( EQUALN(pszFieldPath,papoFields[iField]->pszFieldName,nNameLen) in ExtractInstValue()
400 && papoFields[iField]->pszFieldName[nNameLen] == '\0' ) in ExtractInstValue()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/csv/
H A Dogrcsvlayer.cpp469 char *pszFieldName = NULL; in BuildFeatureDefn() local
477 while( *pszFieldName == ' ' ) in BuildFeatureDefn()
478 pszFieldName++; in BuildFeatureDefn()
480 while( pszFieldName[0] != '\0' in BuildFeatureDefn()
481 && pszFieldName[strlen(pszFieldName)-1] == ' ' ) in BuildFeatureDefn()
482 pszFieldName[strlen(pszFieldName)-1] = '\0'; in BuildFeatureDefn()
484 if (*pszFieldName == '\0') in BuildFeatureDefn()
485 pszFieldName = NULL; in BuildFeatureDefn()
488 if (pszFieldName == NULL) in BuildFeatureDefn()
497 pszFieldName = szFieldNameBuffer; in BuildFeatureDefn()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/hfa/
H A Dhfafield.cpp62 pszFieldName = NULL; in HFAField()
74 CPLFree( pszFieldName ); in ~HFAField()
224 pszFieldName = (char *) CPLMalloc(i+1); in Initialize()
225 strncpy( pszFieldName, pszInput, i ); in Initialize()
226 pszFieldName[i] = '\0'; in Initialize()
364 pszFieldName, nItemCount ); in Dump()
1463 pszPrefix, pszFieldName, in DumpInstValue()
1467 pszPrefix, pszFieldName ); in DumpInstValue()
1488 pszPrefix, pszFieldName, in DumpInstValue()
1494 pszPrefix, pszFieldName ); in DumpInstValue()
[all …]
H A Dhfatype.cpp251 if( EQUALN(pszFieldPath,papoFields[iField]->pszFieldName,nNameLen) in SetInstValue()
252 && papoFields[iField]->pszFieldName[nNameLen] == '\0' ) in SetInstValue()
333 if( EQUALN(pszFieldPath,papoFields[iField]->pszFieldName,nNameLen) in GetInstCount()
334 && papoFields[iField]->pszFieldName[nNameLen] == '\0' ) in GetInstCount()
430 if( EQUALN(pszFieldPath,papoFields[iField]->pszFieldName,nNameLen) in ExtractInstValue()
431 && papoFields[iField]->pszFieldName[nNameLen] == '\0' ) in ExtractInstValue()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/hfa/
H A Dhfatype.cpp234 if( EQUALN(pszFieldPath, apoFields[iField]->pszFieldName, nNameLen) in SetInstValue()
235 && apoFields[iField]->pszFieldName[nNameLen] == '\0' ) in SetInstValue()
312 if( EQUALN(pszFieldPath, apoFields[iField]->pszFieldName,nNameLen) in GetInstCount()
313 && apoFields[iField]->pszFieldName[nNameLen] == '\0' ) in GetInstCount()
406 if( EQUALN(pszFieldPath, apoFields[iField]->pszFieldName, nNameLen) in ExtractInstValue()
407 && apoFields[iField]->pszFieldName[nNameLen] == '\0' ) in ExtractInstValue()
H A Dhfafield.cpp86 pszFieldName(nullptr) in HFAField()
100 CPLFree(pszFieldName); in ~HFAField()
236 pszFieldName = static_cast<char *>(CPLMalloc(i + 1)); in Initialize()
237 strncpy(pszFieldName, pszInput, i); in Initialize()
238 pszFieldName[i] = '\0'; in Initialize()
388 pszFieldName, nItemCount)); in Dump()
893 pszFieldName, pszField ? pszField : "", in ExtractInstValue()
1564 pszPrefix, pszFieldName, in DumpInstValue()
1569 pszPrefix, pszFieldName)); in DumpInstValue()
1591 pszPrefix, pszFieldName, in DumpInstValue()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/hfa/
H A Dhfatype.cpp234 if( EQUALN(pszFieldPath, apoFields[iField]->pszFieldName, nNameLen) in SetInstValue()
235 && apoFields[iField]->pszFieldName[nNameLen] == '\0' ) in SetInstValue()
312 if( EQUALN(pszFieldPath, apoFields[iField]->pszFieldName,nNameLen) in GetInstCount()
313 && apoFields[iField]->pszFieldName[nNameLen] == '\0' ) in GetInstCount()
406 if( EQUALN(pszFieldPath, apoFields[iField]->pszFieldName, nNameLen) in ExtractInstValue()
407 && apoFields[iField]->pszFieldName[nNameLen] == '\0' ) in ExtractInstValue()
H A Dhfafield.cpp86 pszFieldName(nullptr)
100 CPLFree(pszFieldName);
236 pszFieldName = static_cast<char *>(CPLMalloc(i + 1));
237 strncpy(pszFieldName, pszInput, i);
238 pszFieldName[i] = '\0';
388 pszFieldName, nItemCount));
893 pszFieldName, pszField ? pszField : "", in SetFieldValue()
1564 pszPrefix, pszFieldName,
1569 pszPrefix, pszFieldName));
1591 pszPrefix, pszFieldName,
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/hfa/
H A Dhfatype.cpp234 if( EQUALN(pszFieldPath, apoFields[iField]->pszFieldName, nNameLen) in SetInstValue()
235 && apoFields[iField]->pszFieldName[nNameLen] == '\0' ) in SetInstValue()
312 if( EQUALN(pszFieldPath, apoFields[iField]->pszFieldName,nNameLen) in GetInstCount()
313 && apoFields[iField]->pszFieldName[nNameLen] == '\0' ) in GetInstCount()
406 if( EQUALN(pszFieldPath, apoFields[iField]->pszFieldName, nNameLen) in ExtractInstValue()
407 && apoFields[iField]->pszFieldName[nNameLen] == '\0' ) in ExtractInstValue()
H A Dhfafield.cpp86 pszFieldName(nullptr) in HFAField()
100 CPLFree(pszFieldName); in ~HFAField()
236 pszFieldName = static_cast<char *>(CPLMalloc(i + 1)); in Initialize()
237 strncpy(pszFieldName, pszInput, i); in Initialize()
238 pszFieldName[i] = '\0'; in Initialize()
388 pszFieldName, nItemCount)); in Dump()
893 pszFieldName, pszField ? pszField : "", in ExtractInstValue()
1564 pszPrefix, pszFieldName, in DumpInstValue()
1569 pszPrefix, pszFieldName)); in DumpInstValue()
1591 pszPrefix, pszFieldName, in DumpInstValue()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/mdb/
H A Dogrmdbdatasource.cpp103 char* pszFieldName = poGDB_GeomColumns->GetColumnAsString(iFieldName); in OpenGDB() local
104 if (pszTableName == NULL || pszFieldName == NULL) in OpenGDB()
107 CPLFree(pszFieldName); in OpenGDB()
115 CPLFree(pszFieldName); in OpenGDB()
122 pszFieldName, in OpenGDB()
141 CPLFree(pszFieldName); in OpenGDB()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/mdb/
H A Dogrmdbdatasource.cpp100 char* pszFieldName = poGDB_GeomColumns->GetColumnAsString(iFieldName); in OpenGDB() local
101 if (pszTableName == nullptr || pszFieldName == nullptr) in OpenGDB()
104 CPLFree(pszFieldName); in OpenGDB()
112 CPLFree(pszFieldName); in OpenGDB()
119 pszFieldName, in OpenGDB()
138 CPLFree(pszFieldName); in OpenGDB()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/mdb/
H A Dogrmdbdatasource.cpp100 char* pszFieldName = poGDB_GeomColumns->GetColumnAsString(iFieldName); in OpenGDB() local
101 if (pszTableName == nullptr || pszFieldName == nullptr) in OpenGDB()
104 CPLFree(pszFieldName); in OpenGDB()
112 CPLFree(pszFieldName); in OpenGDB()
119 pszFieldName, in OpenGDB()
138 CPLFree(pszFieldName); in OpenGDB()

12345678910>>...17