Home
last modified time | relevance | path

Searched refs:OGRShapeDataSource (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/shape/
H A Dogrshapedatasource.cpp103 OGRShapeDataSource::OGRShapeDataSource() : in OGRShapeDataSource() function in OGRShapeDataSource
132 OGRShapeDataSource::~OGRShapeDataSource() in ~OGRShapeDataSource()
224 bool OGRShapeDataSource::Open( GDALOpenInfo* poOpenInfo, in Open()
990 int OGRShapeDataSource::GetLayerCount() in GetLayerCount()
1030 OGRLayer *OGRShapeDataSource::GetLayer( int iLayer ) in GetLayer()
1305 OGRErr OGRShapeDataSource::DeleteLayer( int iLayer ) in DeleteLayer()
1402 char** OGRShapeDataSource::GetFileList() in GetFileList()
1422 void OGRShapeDataSource::RefreshLockFile(void* _self) in RefreshLockFile()
1424 OGRShapeDataSource* self = static_cast<OGRShapeDataSource*>(_self); in RefreshLockFile()
1454 void OGRShapeDataSource::RemoveLockFile() in RemoveLockFile()
[all …]
H A Dogrshapedriver.cpp143 OGRShapeDataSource *poDS = new OGRShapeDataSource(); in OGRShapeDriverOpen()
154 OGRShapeDataSource *poDS = new OGRShapeDataSource(); in OGRShapeDriverOpen()
208 OGRShapeDataSource *poDS = new OGRShapeDataSource(); in OGRShapeDriverCreate()
238 OGRShapeDataSource *poDS = new OGRShapeDataSource(); in OGRShapeDriverCreate()
279 OGRShapeDataSource::GetExtensionsForDeletion(); in OGRShapeDriverDelete()
H A Dogrshape.h106 class OGRShapeDataSource; variable
112 OGRShapeDataSource *poDS;
214 OGRShapeLayer( OGRShapeDataSource* poDSIn,
268 class OGRShapeDataSource final: public OGRDataSource
296 CPL_DISALLOW_COPY_ASSIGN(OGRShapeDataSource)
299 OGRShapeDataSource();
300 virtual ~OGRShapeDataSource();
H A Dogrshapelayer.cpp66 OGRShapeLayer::OGRShapeLayer( OGRShapeDataSource* poDSIn, in OGRShapeLayer()
2891 if( !OGRShapeDataSource::CopyInPlace( VSI_SHP_GetVSIL(hDBF->fp), oTempFileDBF ) ) in Repack()
2920 if( !OGRShapeDataSource::CopyInPlace( VSI_SHP_GetVSIL(hSHP->fpSHP), oTempFileSHP ) ) in Repack()
2942 if( !OGRShapeDataSource::CopyInPlace( VSI_SHP_GetVSIL(hSHP->fpSHX), oTempFileSHX ) ) in Repack()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/shape/
H A Dogrshapedatasource.cpp103 OGRShapeDataSource::OGRShapeDataSource() : in OGRShapeDataSource() function in OGRShapeDataSource
132 OGRShapeDataSource::~OGRShapeDataSource() in ~OGRShapeDataSource()
224 bool OGRShapeDataSource::Open( GDALOpenInfo* poOpenInfo, in Open()
990 int OGRShapeDataSource::GetLayerCount() in GetLayerCount()
1030 OGRLayer *OGRShapeDataSource::GetLayer( int iLayer ) in GetLayer()
1305 OGRErr OGRShapeDataSource::DeleteLayer( int iLayer ) in DeleteLayer()
1402 char** OGRShapeDataSource::GetFileList() in GetFileList()
1422 void OGRShapeDataSource::RefreshLockFile(void* _self) in RefreshLockFile()
1424 OGRShapeDataSource* self = static_cast<OGRShapeDataSource*>(_self); in RefreshLockFile()
1454 void OGRShapeDataSource::RemoveLockFile() in RemoveLockFile()
[all …]
H A Dogrshapedriver.cpp143 OGRShapeDataSource *poDS = new OGRShapeDataSource();
154 OGRShapeDataSource *poDS = new OGRShapeDataSource();
208 OGRShapeDataSource *poDS = new OGRShapeDataSource();
238 OGRShapeDataSource *poDS = new OGRShapeDataSource();
279 OGRShapeDataSource::GetExtensionsForDeletion();
H A Dogrshape.h106 class OGRShapeDataSource; variable
112 OGRShapeDataSource *poDS;
214 OGRShapeLayer( OGRShapeDataSource* poDSIn,
268 class OGRShapeDataSource final: public OGRDataSource
296 CPL_DISALLOW_COPY_ASSIGN(OGRShapeDataSource)
299 OGRShapeDataSource();
300 virtual ~OGRShapeDataSource();
H A Dogrshapelayer.cpp66 OGRShapeLayer::OGRShapeLayer( OGRShapeDataSource* poDSIn, in OGRShapeLayer()
2891 if( !OGRShapeDataSource::CopyInPlace( VSI_SHP_GetVSIL(hDBF->fp), oTempFileDBF ) ) in Repack()
2920 if( !OGRShapeDataSource::CopyInPlace( VSI_SHP_GetVSIL(hSHP->fpSHP), oTempFileSHP ) ) in Repack()
2942 if( !OGRShapeDataSource::CopyInPlace( VSI_SHP_GetVSIL(hSHP->fpSHX), oTempFileSHX ) ) in Repack()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/shape/
H A Dogrshapedatasource.cpp103 OGRShapeDataSource::OGRShapeDataSource() : in OGRShapeDataSource() function in OGRShapeDataSource
132 OGRShapeDataSource::~OGRShapeDataSource() in ~OGRShapeDataSource()
224 bool OGRShapeDataSource::Open( GDALOpenInfo* poOpenInfo, in Open()
990 int OGRShapeDataSource::GetLayerCount() in GetLayerCount()
1030 OGRLayer *OGRShapeDataSource::GetLayer( int iLayer ) in GetLayer()
1305 OGRErr OGRShapeDataSource::DeleteLayer( int iLayer ) in DeleteLayer()
1402 char** OGRShapeDataSource::GetFileList() in GetFileList()
1422 void OGRShapeDataSource::RefreshLockFile(void* _self) in RefreshLockFile()
1424 OGRShapeDataSource* self = static_cast<OGRShapeDataSource*>(_self); in RefreshLockFile()
1454 void OGRShapeDataSource::RemoveLockFile() in RemoveLockFile()
[all …]
H A Dogrshapedriver.cpp143 OGRShapeDataSource *poDS = new OGRShapeDataSource(); in OGRShapeDriverOpen()
154 OGRShapeDataSource *poDS = new OGRShapeDataSource(); in OGRShapeDriverOpen()
208 OGRShapeDataSource *poDS = new OGRShapeDataSource(); in OGRShapeDriverCreate()
238 OGRShapeDataSource *poDS = new OGRShapeDataSource(); in OGRShapeDriverCreate()
279 OGRShapeDataSource::GetExtensionsForDeletion(); in OGRShapeDriverDelete()
H A Dogrshape.h106 class OGRShapeDataSource; variable
112 OGRShapeDataSource *poDS;
214 OGRShapeLayer( OGRShapeDataSource* poDSIn,
268 class OGRShapeDataSource final: public OGRDataSource
296 CPL_DISALLOW_COPY_ASSIGN(OGRShapeDataSource)
299 OGRShapeDataSource();
300 virtual ~OGRShapeDataSource();
H A Dogrshapelayer.cpp66 OGRShapeLayer::OGRShapeLayer( OGRShapeDataSource* poDSIn, in OGRShapeLayer()
2891 if( !OGRShapeDataSource::CopyInPlace( VSI_SHP_GetVSIL(hDBF->fp), oTempFileDBF ) ) in Repack()
2920 if( !OGRShapeDataSource::CopyInPlace( VSI_SHP_GetVSIL(hSHP->fpSHP), oTempFileSHP ) ) in Repack()
2942 if( !OGRShapeDataSource::CopyInPlace( VSI_SHP_GetVSIL(hSHP->fpSHX), oTempFileSHX ) ) in Repack()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/shape/
H A Dogrshapedatasource.cpp71 OGRShapeDataSource::OGRShapeDataSource() in OGRShapeDataSource() function in OGRShapeDataSource
88 OGRShapeDataSource::~OGRShapeDataSource() in ~OGRShapeDataSource()
110 int OGRShapeDataSource::Open( GDALOpenInfo* poOpenInfo, in Open()
408 void OGRShapeDataSource::AddLayer(OGRShapeLayer* poLayer) in AddLayer()
431 OGRShapeDataSource::ICreateLayer( const char * pszLayerName, in ICreateLayer()
718 int OGRShapeDataSource::TestCapability( const char * pszCap ) in TestCapability()
733 int OGRShapeDataSource::GetLayerCount() in GetLayerCount()
772 OGRLayer *OGRShapeDataSource::GetLayer( int iLayer ) in GetLayer()
1018 OGRErr OGRShapeDataSource::DeleteLayer( int iLayer ) in DeleteLayer()
1073 void OGRShapeDataSource::SetLastUsedLayer( OGRShapeLayer* poLayer ) in SetLastUsedLayer()
[all …]
H A Dogrshape.h95 class OGRShapeDataSource; variable
99 OGRShapeDataSource *poDS;
180 OGRShapeLayer( OGRShapeDataSource* poDSIn,
223 class OGRShapeDataSource : public OGRDataSource
245 OGRShapeDataSource();
246 ~OGRShapeDataSource();
H A Dogrshapedriver.cpp80 OGRShapeDataSource *poDS; in OGRShapeDriverOpen()
85 poDS = new OGRShapeDataSource(); in OGRShapeDriverOpen()
154 OGRShapeDataSource *poDS = NULL; in OGRShapeDriverCreate()
156 poDS = new OGRShapeDataSource(); in OGRShapeDriverCreate()
H A Dogrshapelayer.cpp53 OGRShapeLayer::OGRShapeLayer( OGRShapeDataSource* poDSIn, in OGRShapeLayer()
/dports/graphics/py-gdal/gdal-3.3.3/
H A DNEWS11453 * Implement OGRShapeDataSource::DeleteLayer() (#2561)
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/
H A DNEWS11453 * Implement OGRShapeDataSource::DeleteLayer() (#2561)
/dports/graphics/gdal/gdal-3.3.3/
H A DNEWS11453 * Implement OGRShapeDataSource::DeleteLayer() (#2561)