Home
last modified time | relevance | path

Searched refs:poModId (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/sdts/
H A Dsdtslib.cpp69 SDTSModId *poModId = paoATID + nAttributes; in ApplyATID() local
70 *poModId = SDTSModId(); in ApplyATID()
79 memcpy( poModId->szModule, pabyData, 4 ); in ApplyATID()
80 poModId->szModule[4] = '\0'; in ApplyATID()
81 poModId->nRecord = atoi(pabyData + 4); in ApplyATID()
82 poModId->szOBRP[0] = '\0'; in ApplyATID()
86 poModId->Set( poField ); in ApplyATID()
H A Dsdtsattrreader.cpp128 DDFField *SDTSAttrReader::GetNextRecord( SDTSModId * poModId,
169 if( poModId != nullptr )
177 poModId->Set( poATPR );
H A Dsdtstransfer.cpp491 SDTSFeature *SDTSTransfer::GetIndexedFeatureRef( SDTSModId *poModId,
500 const int iLayer = FindLayer( poModId->szModule );
517 return poReader->GetIndexedFeatureRef( poModId->nRecord );
537 DDFField *SDTSTransfer::GetAttr( SDTSModId *poModId )
541 GetIndexedFeatureRef( poModId ) );
/dports/graphics/gdal/gdal-3.3.3/frmts/sdts/
H A Dsdtslib.cpp69 SDTSModId *poModId = paoATID + nAttributes; in ApplyATID() local
70 *poModId = SDTSModId(); in ApplyATID()
79 memcpy( poModId->szModule, pabyData, 4 ); in ApplyATID()
80 poModId->szModule[4] = '\0'; in ApplyATID()
81 poModId->nRecord = atoi(pabyData + 4); in ApplyATID()
82 poModId->szOBRP[0] = '\0'; in ApplyATID()
86 poModId->Set( poField ); in ApplyATID()
H A Dsdtsattrreader.cpp128 DDFField *SDTSAttrReader::GetNextRecord( SDTSModId * poModId, in GetNextRecord() argument
169 if( poModId != nullptr ) in GetNextRecord()
177 poModId->Set( poATPR ); in GetNextRecord()
H A Dsdtstransfer.cpp491 SDTSFeature *SDTSTransfer::GetIndexedFeatureRef( SDTSModId *poModId, in GetIndexedFeatureRef() argument
500 const int iLayer = FindLayer( poModId->szModule ); in GetIndexedFeatureRef()
517 return poReader->GetIndexedFeatureRef( poModId->nRecord ); in GetIndexedFeatureRef()
537 DDFField *SDTSTransfer::GetAttr( SDTSModId *poModId ) in GetAttr() argument
541 GetIndexedFeatureRef( poModId ) ); in GetAttr()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/sdts/
H A Dsdtslib.cpp69 SDTSModId *poModId = paoATID + nAttributes; in ApplyATID() local
70 *poModId = SDTSModId(); in ApplyATID()
79 memcpy( poModId->szModule, pabyData, 4 ); in ApplyATID()
80 poModId->szModule[4] = '\0'; in ApplyATID()
81 poModId->nRecord = atoi(pabyData + 4); in ApplyATID()
82 poModId->szOBRP[0] = '\0'; in ApplyATID()
86 poModId->Set( poField ); in ApplyATID()
H A Dsdtsattrreader.cpp128 DDFField *SDTSAttrReader::GetNextRecord( SDTSModId * poModId, in GetNextRecord() argument
169 if( poModId != nullptr ) in GetNextRecord()
177 poModId->Set( poATPR ); in GetNextRecord()
H A Dsdtstransfer.cpp491 SDTSFeature *SDTSTransfer::GetIndexedFeatureRef( SDTSModId *poModId, in GetIndexedFeatureRef() argument
500 const int iLayer = FindLayer( poModId->szModule ); in GetIndexedFeatureRef()
517 return poReader->GetIndexedFeatureRef( poModId->nRecord ); in GetIndexedFeatureRef()
537 DDFField *SDTSTransfer::GetAttr( SDTSModId *poModId ) in GetAttr() argument
541 GetIndexedFeatureRef( poModId ) ); in GetAttr()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/sdts/
H A Dsdtslib.cpp73 SDTSModId *poModId = paoATID + nAttributes; in ApplyATID() local
79 memcpy( poModId->szModule, pabyData, 4 ); in ApplyATID()
80 poModId->szModule[4] = '\0'; in ApplyATID()
81 poModId->nRecord = atoi(pabyData + 4); in ApplyATID()
82 poModId->szOBRP[0] = '\0'; in ApplyATID()
86 poModId->Set( poField ); in ApplyATID()
H A Dsdtsattrreader.cpp137 DDFField *SDTSAttrReader::GetNextRecord( SDTSModId * poModId, in GetNextRecord() argument
181 if( poModId != NULL ) in GetNextRecord()
189 poModId->Set( poATPR ); in GetNextRecord()
H A Dsdtstransfer.cpp522 SDTSFeature *SDTSTransfer::GetIndexedFeatureRef( SDTSModId *poModId, in GetIndexedFeatureRef() argument
531 int iLayer = FindLayer( poModId->szModule ); in GetIndexedFeatureRef()
550 return poReader->GetIndexedFeatureRef( poModId->nRecord ); in GetIndexedFeatureRef()
570 DDFField *SDTSTransfer::GetAttr( SDTSModId *poModId ) in GetAttr() argument
575 poAttrRecord = (SDTSAttrRecord *) GetIndexedFeatureRef( poModId ); in GetAttr()