Home
last modified time | relevance | path

Searched refs:OGRStyleTableH (Results 1 – 25 of 59) sorted by relevance

123

/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dogr_api.h247 typedef struct OGRStyleTableHS *OGRStyleTableH; typedef
252 typedef void *OGRStyleTableH; typedef
418 OGRStyleTableH CPL_DLL OGR_F_GetStyleTable( OGRFeatureH );
420 void CPL_DLL OGR_F_SetStyleTable( OGRFeatureH, OGRStyleTableH );
487 OGRStyleTableH CPL_DLL OGR_L_GetStyleTable( OGRLayerH );
489 void CPL_DLL OGR_L_SetStyleTable( OGRLayerH, OGRStyleTableH );
522 OGRStyleTableH CPL_DLL OGR_DS_GetStyleTable( OGRDataSourceH );
610 void CPL_DLL OGR_STBL_Destroy( OGRStyleTableH hSTBL );
611 int CPL_DLL OGR_STBL_AddStyle( OGRStyleTableH hStyleTable,
614 int CPL_DLL OGR_STBL_SaveStyleTable( OGRStyleTableH hStyleTable,
[all …]
H A Dogrfeaturestyle.cpp149 OGRStyleMgrH OGR_SM_Create( OGRStyleTableH hStyleTable ) in OGR_SM_Create()
804 OGRStyleTableH OGR_STBL_Create( void ) in OGR_STBL_Create()
807 return (OGRStyleTableH) new OGRStyleTable( ); in OGR_STBL_Create()
846 void OGR_STBL_Destroy( OGRStyleTableH hSTBL ) in OGR_STBL_Destroy()
945 int OGR_STBL_AddStyle( OGRStyleTableH hStyleTable, in OGR_STBL_AddStyle()
1049 int OGR_STBL_SaveStyleTable( OGRStyleTableH hStyleTable, in OGR_STBL_SaveStyleTable()
1103 int OGR_STBL_LoadStyleTable( OGRStyleTableH hStyleTable, in OGR_STBL_LoadStyleTable()
1161 const char *OGR_STBL_Find( OGRStyleTableH hStyleTable, const char *pszName ) in OGR_STBL_Find()
1277 void OGR_STBL_ResetStyleStringReading( OGRStyleTableH hStyleTable ) in OGR_STBL_ResetStyleStringReading()
1329 const char *OGR_STBL_GetNextStyle( OGRStyleTableH hStyleTable) in OGR_STBL_GetNextStyle()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogr_api.h325 typedef struct OGRStyleTableHS *OGRStyleTableH; typedef
334 typedef void *OGRStyleTableH; typedef
522 OGRStyleTableH CPL_DLL OGR_F_GetStyleTable( OGRFeatureH );
526 void CPL_DLL OGR_F_SetStyleTable( OGRFeatureH, OGRStyleTableH );
691 OGRStyleTableH CPL_DLL OGR_L_GetStyleTable( OGRLayerH );
695 void CPL_DLL OGR_L_SetStyleTable( OGRLayerH, OGRStyleTableH );
732 OGRStyleTableH CPL_DLL OGR_DS_GetStyleTable( OGRDataSourceH );
829 void CPL_DLL OGR_STBL_Destroy( OGRStyleTableH hSTBL );
830 int CPL_DLL OGR_STBL_AddStyle( OGRStyleTableH hStyleTable,
833 int CPL_DLL OGR_STBL_SaveStyleTable( OGRStyleTableH hStyleTable,
[all …]
H A Dogrfeaturestyle.cpp156 OGRStyleMgrH OGR_SM_Create( OGRStyleTableH hStyleTable ) in OGR_SM_Create()
785 OGRStyleTableH OGR_STBL_Create( void ) in OGR_STBL_Create()
788 return reinterpret_cast<OGRStyleTableH>(new OGRStyleTable()); in OGR_STBL_Create()
826 void OGR_STBL_Destroy( OGRStyleTableH hSTBL ) in OGR_STBL_Destroy()
920 int OGR_STBL_AddStyle( OGRStyleTableH hStyleTable, in OGR_STBL_AddStyle()
1023 int OGR_STBL_SaveStyleTable( OGRStyleTableH hStyleTable, in OGR_STBL_SaveStyleTable()
1075 int OGR_STBL_LoadStyleTable( OGRStyleTableH hStyleTable, in OGR_STBL_LoadStyleTable()
1131 const char *OGR_STBL_Find( OGRStyleTableH hStyleTable, const char *pszName ) in OGR_STBL_Find()
1243 void OGR_STBL_ResetStyleStringReading( OGRStyleTableH hStyleTable ) in OGR_STBL_ResetStyleStringReading()
1296 const char *OGR_STBL_GetNextStyle( OGRStyleTableH hStyleTable) in OGR_STBL_GetNextStyle()
[all …]
H A Dogr_feature.h57 typedef struct OGRStyleTableHS *OGRStyleTableH; typedef
66 typedef void *OGRStyleTableH; typedef
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogr_api.h325 typedef struct OGRStyleTableHS *OGRStyleTableH;
334 typedef void *OGRStyleTableH;
522 OGRStyleTableH CPL_DLL OGR_F_GetStyleTable( OGRFeatureH );
526 void CPL_DLL OGR_F_SetStyleTable( OGRFeatureH, OGRStyleTableH );
691 OGRStyleTableH CPL_DLL OGR_L_GetStyleTable( OGRLayerH );
695 void CPL_DLL OGR_L_SetStyleTable( OGRLayerH, OGRStyleTableH );
732 OGRStyleTableH CPL_DLL OGR_DS_GetStyleTable( OGRDataSourceH );
829 void CPL_DLL OGR_STBL_Destroy( OGRStyleTableH hSTBL );
830 int CPL_DLL OGR_STBL_AddStyle( OGRStyleTableH hStyleTable,
833 int CPL_DLL OGR_STBL_SaveStyleTable( OGRStyleTableH hStyleTable,
[all …]
H A Dogrfeaturestyle.cpp156 OGRStyleMgrH OGR_SM_Create( OGRStyleTableH hStyleTable ) in OGR_SM_Create()
785 OGRStyleTableH OGR_STBL_Create( void ) in OGR_STBL_Create()
788 return reinterpret_cast<OGRStyleTableH>(new OGRStyleTable()); in OGR_STBL_Create()
826 void OGR_STBL_Destroy( OGRStyleTableH hSTBL ) in OGR_STBL_Destroy()
920 int OGR_STBL_AddStyle( OGRStyleTableH hStyleTable, in OGR_STBL_AddStyle()
1023 int OGR_STBL_SaveStyleTable( OGRStyleTableH hStyleTable, in OGR_STBL_SaveStyleTable()
1075 int OGR_STBL_LoadStyleTable( OGRStyleTableH hStyleTable, in OGR_STBL_LoadStyleTable()
1131 const char *OGR_STBL_Find( OGRStyleTableH hStyleTable, const char *pszName ) in OGR_STBL_Find()
1243 void OGR_STBL_ResetStyleStringReading( OGRStyleTableH hStyleTable ) in OGR_STBL_ResetStyleStringReading()
1296 const char *OGR_STBL_GetNextStyle( OGRStyleTableH hStyleTable) in OGR_STBL_GetNextStyle()
[all …]
H A Dogr_feature.h57 typedef struct OGRStyleTableHS *OGRStyleTableH; typedef
66 typedef void *OGRStyleTableH; typedef
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogr_api.h325 typedef struct OGRStyleTableHS *OGRStyleTableH; typedef
334 typedef void *OGRStyleTableH; typedef
522 OGRStyleTableH CPL_DLL OGR_F_GetStyleTable( OGRFeatureH );
526 void CPL_DLL OGR_F_SetStyleTable( OGRFeatureH, OGRStyleTableH );
691 OGRStyleTableH CPL_DLL OGR_L_GetStyleTable( OGRLayerH );
695 void CPL_DLL OGR_L_SetStyleTable( OGRLayerH, OGRStyleTableH );
732 OGRStyleTableH CPL_DLL OGR_DS_GetStyleTable( OGRDataSourceH );
829 void CPL_DLL OGR_STBL_Destroy( OGRStyleTableH hSTBL );
830 int CPL_DLL OGR_STBL_AddStyle( OGRStyleTableH hStyleTable,
833 int CPL_DLL OGR_STBL_SaveStyleTable( OGRStyleTableH hStyleTable,
[all …]
H A Dogrfeaturestyle.cpp156 OGRStyleMgrH OGR_SM_Create( OGRStyleTableH hStyleTable ) in OGR_SM_Create()
785 OGRStyleTableH OGR_STBL_Create( void ) in OGR_STBL_Create()
788 return reinterpret_cast<OGRStyleTableH>(new OGRStyleTable()); in OGR_STBL_Create()
826 void OGR_STBL_Destroy( OGRStyleTableH hSTBL ) in OGR_STBL_Destroy()
920 int OGR_STBL_AddStyle( OGRStyleTableH hStyleTable, in OGR_STBL_AddStyle()
1023 int OGR_STBL_SaveStyleTable( OGRStyleTableH hStyleTable, in OGR_STBL_SaveStyleTable()
1075 int OGR_STBL_LoadStyleTable( OGRStyleTableH hStyleTable, in OGR_STBL_LoadStyleTable()
1131 const char *OGR_STBL_Find( OGRStyleTableH hStyleTable, const char *pszName ) in OGR_STBL_Find()
1243 void OGR_STBL_ResetStyleStringReading( OGRStyleTableH hStyleTable ) in OGR_STBL_ResetStyleStringReading()
1296 const char *OGR_STBL_GetNextStyle( OGRStyleTableH hStyleTable) in OGR_STBL_GetNextStyle()
[all …]
H A Dogr_feature.h57 typedef struct OGRStyleTableHS *OGRStyleTableH; typedef
66 typedef void *OGRStyleTableH; typedef
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/generic/
H A Dogrdatasource.cpp345 OGRStyleTableH OGR_DS_GetStyleTable( OGRDataSourceH hDS ) in OGR_DS_GetStyleTable()
350 return (OGRStyleTableH) ((GDALDataset *) hDS)->GetStyleTable( ); in OGR_DS_GetStyleTable()
358 OGRStyleTableH hStyleTable ) in OGR_DS_SetStyleTableDirectly()
370 void OGR_DS_SetStyleTable( OGRDataSourceH hDS, OGRStyleTableH hStyleTable ) in OGR_DS_SetStyleTable()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/generic/
H A Dogrdatasource.cpp339 OGRStyleTableH OGR_DS_GetStyleTable( OGRDataSourceH hDS ) in OGR_DS_GetStyleTable()
344 return reinterpret_cast<OGRStyleTableH>( in OGR_DS_GetStyleTable()
353 OGRStyleTableH hStyleTable ) in OGR_DS_SetStyleTableDirectly()
366 void OGR_DS_SetStyleTable( OGRDataSourceH hDS, OGRStyleTableH hStyleTable ) in OGR_DS_SetStyleTable()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/generic/
H A Dogrdatasource.cpp339 OGRStyleTableH OGR_DS_GetStyleTable( OGRDataSourceH hDS ) in OGR_DS_GetStyleTable()
344 return reinterpret_cast<OGRStyleTableH>( in OGR_DS_GetStyleTable()
353 OGRStyleTableH hStyleTable ) in OGR_DS_SetStyleTableDirectly()
366 void OGR_DS_SetStyleTable( OGRDataSourceH hDS, OGRStyleTableH hStyleTable ) in OGR_DS_SetStyleTable()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/generic/
H A Dogrdatasource.cpp339 OGRStyleTableH OGR_DS_GetStyleTable( OGRDataSourceH hDS ) in OGR_DS_GetStyleTable()
344 return reinterpret_cast<OGRStyleTableH>( in OGR_DS_GetStyleTable()
353 OGRStyleTableH hStyleTable ) in OGR_DS_SetStyleTableDirectly()
366 void OGR_DS_SetStyleTable( OGRDataSourceH hDS, OGRStyleTableH hStyleTable ) in OGR_DS_SetStyleTable()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gdal/
H A Dogr_file_format_p.h165 void operator()(OGRStyleTableH table) const in operator()
172 …using unique_styletable = std::unique_ptr<typename std::remove_pointer<OGRStyleTableH>::type, OGRS…
/dports/graphics/py-gdal/gdal-3.3.3/swig/include/
H A Dogr.i640 OGR_STBL_Destroy( (OGRStyleTableH) self ); in ~OGRStyleTableShadow()
645 return OGR_STBL_AddStyle( (OGRStyleTableH) self, pszName, pszStyleString); in AddStyle()
650 return OGR_STBL_LoadStyleTable( (OGRStyleTableH) self, utf8_path ); in LoadStyleTable()
655 return OGR_STBL_SaveStyleTable( (OGRStyleTableH) self, utf8_path ); in SaveStyleTable()
660 return OGR_STBL_Find( (OGRStyleTableH) self, pszName ); in Find()
665 OGR_STBL_ResetStyleStringReading( (OGRStyleTableH) self ); in ResetStyleStringReading()
670 return OGR_STBL_GetNextStyle( (OGRStyleTableH) self ); in GetNextStyle()
675 return OGR_STBL_GetLastStyleName( (OGRStyleTableH) self ); in GetLastStyleName()
934 OGR_DS_SetStyleTable(self, (OGRStyleTableH) table); in GetLayerByIndex()
1273 OGR_L_SetStyleTable(self, (OGRStyleTableH) table); in SetStyleTable()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/include/
H A Dogr.i640 OGR_STBL_Destroy( (OGRStyleTableH) self ); in ~OGRStyleTableShadow()
645 return OGR_STBL_AddStyle( (OGRStyleTableH) self, pszName, pszStyleString); in AddStyle()
650 return OGR_STBL_LoadStyleTable( (OGRStyleTableH) self, utf8_path ); in LoadStyleTable()
655 return OGR_STBL_SaveStyleTable( (OGRStyleTableH) self, utf8_path ); in SaveStyleTable()
660 return OGR_STBL_Find( (OGRStyleTableH) self, pszName ); in Find()
665 OGR_STBL_ResetStyleStringReading( (OGRStyleTableH) self ); in ResetStyleStringReading()
670 return OGR_STBL_GetNextStyle( (OGRStyleTableH) self ); in GetNextStyle()
675 return OGR_STBL_GetLastStyleName( (OGRStyleTableH) self ); in GetLastStyleName()
934 OGR_DS_SetStyleTable(self, (OGRStyleTableH) table); in GetLayerByIndex()
1273 OGR_L_SetStyleTable(self, (OGRStyleTableH) table); in SetStyleTable()
/dports/graphics/gdal/gdal-3.3.3/swig/include/
H A Dogr.i640 OGR_STBL_Destroy( (OGRStyleTableH) self ); in ~OGRStyleTableShadow()
645 return OGR_STBL_AddStyle( (OGRStyleTableH) self, pszName, pszStyleString); in AddStyle()
650 return OGR_STBL_LoadStyleTable( (OGRStyleTableH) self, utf8_path ); in LoadStyleTable()
655 return OGR_STBL_SaveStyleTable( (OGRStyleTableH) self, utf8_path ); in SaveStyleTable()
660 return OGR_STBL_Find( (OGRStyleTableH) self, pszName ); in Find()
665 OGR_STBL_ResetStyleStringReading( (OGRStyleTableH) self ); in ResetStyleStringReading()
670 return OGR_STBL_GetNextStyle( (OGRStyleTableH) self ); in GetNextStyle()
675 return OGR_STBL_GetLastStyleName( (OGRStyleTableH) self ); in GetLastStyleName()
934 OGR_DS_SetStyleTable(self, (OGRStyleTableH) table); in GetLayerByIndex()
1273 OGR_L_SetStyleTable(self, (OGRStyleTableH) table); in SetStyleTable()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/gdal-sys-0.2.0/prebuilt-bindings/
H A Dgdal_1.11.rs4896 pub type OGRStyleTableH = *mut libc::c_void; typedef
5282 pub fn OGR_F_GetStyleTable(arg1: OGRFeatureH) -> OGRStyleTableH; in OGR_F_GetStyleTable() argument
5445 pub fn OGR_L_GetStyleTable(arg1: OGRLayerH) -> OGRStyleTableH; in OGR_L_GetStyleTable() argument
5451 pub fn OGR_L_SetStyleTable(arg1: OGRLayerH, arg2: OGRStyleTableH); in OGR_L_SetStyleTable() argument
5680 pub fn OGR_SM_Create(hStyleTable: OGRStyleTableH) -> OGRStyleMgrH; in OGR_SM_Create()
5780 pub fn OGR_STBL_Create() -> OGRStyleTableH; in OGR_STBL_Create()
5783 pub fn OGR_STBL_Destroy(hSTBL: OGRStyleTableH); in OGR_STBL_Destroy() argument
5787 hStyleTable: OGRStyleTableH, in OGR_STBL_AddStyle() argument
5794 hStyleTable: OGRStyleTableH, in OGR_STBL_SaveStyleTable() argument
5800 hStyleTable: OGRStyleTableH, in OGR_STBL_LoadStyleTable() argument
[all …]
H A Dgdal_2.1.rs3747 pub type OGRStyleTableH = *mut libc::c_void; typedef
4216 pub fn OGR_F_GetStyleTable(arg1: OGRFeatureH) -> OGRStyleTableH; in OGR_F_GetStyleTable() argument
4405 pub fn OGR_L_GetStyleTable(arg1: OGRLayerH) -> OGRStyleTableH; in OGR_L_GetStyleTable() argument
4411 pub fn OGR_L_SetStyleTable(arg1: OGRLayerH, arg2: OGRStyleTableH); in OGR_L_SetStyleTable() argument
4640 pub fn OGR_SM_Create(hStyleTable: OGRStyleTableH) -> OGRStyleMgrH; in OGR_SM_Create()
4740 pub fn OGR_STBL_Create() -> OGRStyleTableH; in OGR_STBL_Create()
4743 pub fn OGR_STBL_Destroy(hSTBL: OGRStyleTableH); in OGR_STBL_Destroy() argument
4747 hStyleTable: OGRStyleTableH, in OGR_STBL_AddStyle() argument
4754 hStyleTable: OGRStyleTableH, in OGR_STBL_SaveStyleTable() argument
4760 hStyleTable: OGRStyleTableH, in OGR_STBL_LoadStyleTable() argument
[all …]
H A Dgdal_2.0.rs3472 pub type OGRStyleTableH = *mut libc::c_void; typedef
3941 pub fn OGR_F_GetStyleTable(arg1: OGRFeatureH) -> OGRStyleTableH; in OGR_F_GetStyleTable() argument
4118 pub fn OGR_L_GetStyleTable(arg1: OGRLayerH) -> OGRStyleTableH; in OGR_L_GetStyleTable() argument
4124 pub fn OGR_L_SetStyleTable(arg1: OGRLayerH, arg2: OGRStyleTableH); in OGR_L_SetStyleTable() argument
4353 pub fn OGR_SM_Create(hStyleTable: OGRStyleTableH) -> OGRStyleMgrH; in OGR_SM_Create()
4453 pub fn OGR_STBL_Create() -> OGRStyleTableH; in OGR_STBL_Create()
4456 pub fn OGR_STBL_Destroy(hSTBL: OGRStyleTableH); in OGR_STBL_Destroy() argument
4460 hStyleTable: OGRStyleTableH, in OGR_STBL_AddStyle() argument
4467 hStyleTable: OGRStyleTableH, in OGR_STBL_SaveStyleTable() argument
4473 hStyleTable: OGRStyleTableH, in OGR_STBL_LoadStyleTable() argument
[all …]
H A Dgdal_2.2.rs3886 pub type OGRStyleTableH = *mut libc::c_void; typedef
4378 pub fn OGR_F_GetStyleTable(arg1: OGRFeatureH) -> OGRStyleTableH; in OGR_F_GetStyleTable() argument
4577 pub fn OGR_L_GetStyleTable(arg1: OGRLayerH) -> OGRStyleTableH; in OGR_L_GetStyleTable() argument
4585 pub fn OGR_L_SetStyleTable(arg1: OGRLayerH, arg2: OGRStyleTableH); in OGR_L_SetStyleTable() argument
4828 pub fn OGR_SM_Create(hStyleTable: OGRStyleTableH) -> OGRStyleMgrH; in OGR_SM_Create()
4928 pub fn OGR_STBL_Create() -> OGRStyleTableH; in OGR_STBL_Create()
4931 pub fn OGR_STBL_Destroy(hSTBL: OGRStyleTableH); in OGR_STBL_Destroy() argument
4935 hStyleTable: OGRStyleTableH, in OGR_STBL_AddStyle() argument
4942 hStyleTable: OGRStyleTableH, in OGR_STBL_SaveStyleTable() argument
4948 hStyleTable: OGRStyleTableH, in OGR_STBL_LoadStyleTable() argument
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Dgdal.h597 OGRStyleTableH CPL_DLL GDALDatasetGetStyleTable( GDALDatasetH );
598 void CPL_DLL GDALDatasetSetStyleTableDirectly( GDALDatasetH, OGRStyleTableH );
599 void CPL_DLL GDALDatasetSetStyleTable( GDALDatasetH, OGRStyleTableH );
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dgdal.h848 OGRStyleTableH CPL_DLL GDALDatasetGetStyleTable( GDALDatasetH );
849 void CPL_DLL GDALDatasetSetStyleTableDirectly( GDALDatasetH, OGRStyleTableH );
850 void CPL_DLL GDALDatasetSetStyleTable( GDALDatasetH, OGRStyleTableH );

123