Home
last modified time | relevance | path

Searched refs:panRCID (Results 1 – 9 of 9) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/s57/
H A Ds57writer.cpp894 const int *panRCNM, *panRCID, *panORNT, *panUSAG, *panMASK; in WriteCompleteFeature() local
899 panRCID = poFeature->GetFieldAsIntegerList( "NAME_RCID", &nItemCount ); in WriteCompleteFeature()
911 GInt32 nRCID = CPL_LSBWORD32(panRCID[i]); in WriteCompleteFeature()
H A Ds57reader.cpp1139 int *panORNT, *panUSAG, *panMASK, *panRCNM, *panRCID; in GenerateFSPTAttributes() local
1145 panRCID = (int *) CPLMalloc( sizeof(int) * nCount ); in GenerateFSPTAttributes()
1152 panRCID[i] = ParseName( poFSPT, i, panRCNM + i ); in GenerateFSPTAttributes()
1162 poFeature->SetField( "NAME_RCID", nCount, panRCID ); in GenerateFSPTAttributes()
1171 CPLFree( panRCID ); in GenerateFSPTAttributes()
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Ds57reader.cpp1056 int *panORNT, *panUSAG, *panMASK, *panRCNM, *panRCID; in GenerateFSPTAttributes() local
1062 panRCID = (int *) CPLMalloc( sizeof(int) * nCount ); in GenerateFSPTAttributes()
1069 panRCID[i] = ParseName( poFSPT, i, panRCNM + i ); in GenerateFSPTAttributes()
1079 poFeature->SetField( "NAME_RCID", nCount, panRCID ); in GenerateFSPTAttributes()
1088 CPLFree( panRCID ); in GenerateFSPTAttributes()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/s57/
H A Ds57writer.cpp902 const int *panRCID = in WriteCompleteFeature() local
919 GInt32 nRCID = CPL_LSBWORD32(panRCID[i]); in WriteCompleteFeature()
H A Ds57reader.cpp1156 int *panRCID = static_cast<int *>( CPLMalloc( sizeof(int) * nCount ) ); in GenerateFSPTAttributes() local
1163 panRCID[i] = ParseName( poFSPT, i, panRCNM + i ); in GenerateFSPTAttributes()
1173 poFeature->SetField( "NAME_RCID", nCount, panRCID ); in GenerateFSPTAttributes()
1182 CPLFree( panRCID ); in GenerateFSPTAttributes()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/s57/
H A Ds57writer.cpp902 const int *panRCID = in WriteCompleteFeature() local
919 GInt32 nRCID = CPL_LSBWORD32(panRCID[i]); in WriteCompleteFeature()
H A Ds57reader.cpp1156 int *panRCID = static_cast<int *>( CPLMalloc( sizeof(int) * nCount ) ); in GenerateFSPTAttributes() local
1163 panRCID[i] = ParseName( poFSPT, i, panRCNM + i ); in GenerateFSPTAttributes()
1173 poFeature->SetField( "NAME_RCID", nCount, panRCID ); in GenerateFSPTAttributes()
1182 CPLFree( panRCID ); in GenerateFSPTAttributes()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/s57/
H A Ds57writer.cpp902 const int *panRCID = in WriteCompleteFeature() local
919 GInt32 nRCID = CPL_LSBWORD32(panRCID[i]); in WriteCompleteFeature()
H A Ds57reader.cpp1156 int *panRCID = static_cast<int *>( CPLMalloc( sizeof(int) * nCount ) ); in GenerateFSPTAttributes() local
1163 panRCID[i] = ParseName( poFSPT, i, panRCNM + i ); in GenerateFSPTAttributes()
1173 poFeature->SetField( "NAME_RCID", nCount, panRCID ); in GenerateFSPTAttributes()
1182 CPLFree( panRCID ); in GenerateFSPTAttributes()