Home
last modified time | relevance | path

Searched refs:OGRFeatureH (Results 1 – 25 of 215) sorted by relevance

123456789

/dports/astro/opencpn/OpenCPN-5.2.4/libs/gdal/include/gdal/
H A Dogr_api.h197 typedef void *OGRFeatureH; typedef
236 OGRFeatureH CPL_DLL OGR_F_Create( OGRFeatureDefnH );
237 void CPL_DLL OGR_F_Destroy( OGRFeatureH );
243 OGRFeatureH CPL_DLL OGR_F_Clone( OGRFeatureH );
244 int CPL_DLL OGR_F_Equal( OGRFeatureH, OGRFeatureH );
246 int CPL_DLL OGR_F_GetFieldCount( OGRFeatureH );
250 int CPL_DLL OGR_F_IsFieldSet( OGRFeatureH, int );
251 void CPL_DLL OGR_F_UnsetField( OGRFeatureH, int );
269 long CPL_DLL OGR_F_GetFID( OGRFeatureH );
270 OGRErr CPL_DLL OGR_F_SetFID( OGRFeatureH, long );
[all …]
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/ogr/
H A Dogr_api.h188 typedef struct OGRFeatureHS *OGRFeatureH; typedef
192 typedef void *OGRFeatureH; typedef
233 OGRFeatureH CPL_DLL OGR_F_Create( OGRFeatureDefnH );
234 void CPL_DLL OGR_F_Destroy( OGRFeatureH );
240 OGRFeatureH CPL_DLL OGR_F_Clone( OGRFeatureH );
241 int CPL_DLL OGR_F_Equal( OGRFeatureH, OGRFeatureH );
243 int CPL_DLL OGR_F_GetFieldCount( OGRFeatureH );
247 int CPL_DLL OGR_F_IsFieldSet( OGRFeatureH, int );
272 long CPL_DLL OGR_F_GetFID( OGRFeatureH );
273 OGRErr CPL_DLL OGR_F_SetFID( OGRFeatureH, long );
[all …]
H A Dogrfeature.cpp103 OGRFeatureH OGR_F_Create( OGRFeatureDefnH hDefn ) in OGR_F_Create()
179 void OGR_F_Destroy( OGRFeatureH hFeat ) in OGR_F_Destroy()
263 OGRFeatureDefnH OGR_F_GetDefnRef( OGRFeatureH hFeat ) in OGR_F_GetDefnRef()
454 OGRGeometryH OGR_F_GetGeometryRef( OGRFeatureH hFeat ) in OGR_F_GetGeometryRef()
513 OGRFeatureH OGR_F_Clone( OGRFeatureH hFeat ) in OGR_F_Clone()
550 int OGR_F_GetFieldCount( OGRFeatureH hFeat ) in OGR_F_GetFieldCount()
673 int OGR_F_IsFieldSet( OGRFeatureH hFeat, int iField ) in OGR_F_IsFieldSet()
2520 long OGR_F_GetFID( OGRFeatureH hFeat ) in OGR_F_GetFID()
2575 OGRErr OGR_F_SetFID( OGRFeatureH hFeat, long nFID ) in OGR_F_SetFID()
2641 int OGR_F_Equal( OGRFeatureH hFeat, OGRFeatureH hOtherFeat ) in OGR_F_Equal()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dogr_api.h246 typedef struct OGRFeatureHS *OGRFeatureH; typedef
251 typedef void *OGRFeatureH; typedef
346 void CPL_DLL OGR_F_Destroy( OGRFeatureH );
353 OGRFeatureH CPL_DLL OGR_F_Clone( OGRFeatureH );
354 int CPL_DLL OGR_F_Equal( OGRFeatureH, OGRFeatureH );
356 int CPL_DLL OGR_F_GetFieldCount( OGRFeatureH );
360 int CPL_DLL OGR_F_IsFieldSet( OGRFeatureH, int );
361 void CPL_DLL OGR_F_UnsetField( OGRFeatureH, int );
409 GIntBig CPL_DLL OGR_F_GetFID( OGRFeatureH );
412 OGRErr CPL_DLL OGR_F_SetFrom( OGRFeatureH, OGRFeatureH, int );
[all …]
H A Dogrfeature.cpp103 OGRFeatureH OGR_F_Create( OGRFeatureDefnH hDefn ) in OGR_F_Create()
187 void OGR_F_Destroy( OGRFeatureH hFeat ) in OGR_F_Destroy()
271 OGRFeatureDefnH OGR_F_GetDefnRef( OGRFeatureH hFeat ) in OGR_F_GetDefnRef()
820 OGRFeatureH OGR_F_Clone( OGRFeatureH hFeat ) in OGR_F_Clone()
859 int OGR_F_GetFieldCount( OGRFeatureH hFeat ) in OGR_F_GetFieldCount()
993 int OGR_F_GetGeomFieldCount( OGRFeatureH hFeat ) in OGR_F_GetGeomFieldCount()
3926 GIntBig OGR_F_GetFID( OGRFeatureH hFeat ) in OGR_F_GetFID()
4206 int OGR_F_Equal( OGRFeatureH hFeat, OGRFeatureH hOtherFeat ) in OGR_F_Equal()
4301 OGRErr OGR_F_SetFrom( OGRFeatureH hFeat, OGRFeatureH hOtherFeat, in OGR_F_SetFrom()
4435 OGRErr OGR_F_SetFromWithMap( OGRFeatureH hFeat, OGRFeatureH hOtherFeat, in OGR_F_SetFromWithMap()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogr_api.h324 typedef struct OGRFeatureHS *OGRFeatureH; typedef
332 typedef void *OGRFeatureH; typedef
439 void CPL_DLL OGR_F_Destroy( OGRFeatureH );
446 OGRFeatureH CPL_DLL OGR_F_Clone( OGRFeatureH ) CPL_WARN_UNUSED_RESULT;
447 int CPL_DLL OGR_F_Equal( OGRFeatureH, OGRFeatureH );
449 int CPL_DLL OGR_F_GetFieldCount( OGRFeatureH );
453 int CPL_DLL OGR_F_IsFieldSet( OGRFeatureH, int );
512 GIntBig CPL_DLL OGR_F_GetFID( OGRFeatureH );
515 OGRErr CPL_DLL OGR_F_SetFrom( OGRFeatureH, OGRFeatureH, int );
516 OGRErr CPL_DLL OGR_F_SetFromWithMap( OGRFeatureH, OGRFeatureH, int , const int * );
[all …]
H A Dogrfeature.cpp129 OGRFeatureH OGR_F_Create( OGRFeatureDefnH hDefn ) in OGR_F_Create()
220 void OGR_F_Destroy( OGRFeatureH hFeat ) in OGR_F_Destroy()
328 OGRFeatureDefnH OGR_F_GetDefnRef( OGRFeatureH hFeat ) in OGR_F_GetDefnRef()
980 OGRFeatureH OGR_F_Clone( OGRFeatureH hFeat ) in OGR_F_Clone()
1090 int OGR_F_GetFieldCount( OGRFeatureH hFeat ) in OGR_F_GetFieldCount()
1233 int OGR_F_GetGeomFieldCount( OGRFeatureH hFeat ) in OGR_F_GetGeomFieldCount()
5393 GIntBig OGR_F_GetFID( OGRFeatureH hFeat ) in OGR_F_GetFID()
5682 int OGR_F_Equal( OGRFeatureH hFeat, OGRFeatureH hOtherFeat ) in OGR_F_Equal()
5758 OGRErr OGR_F_SetFrom( OGRFeatureH hFeat, OGRFeatureH hOtherFeat, in OGR_F_SetFrom()
5899 OGRErr OGR_F_SetFromWithMap( OGRFeatureH hFeat, OGRFeatureH hOtherFeat, in OGR_F_SetFromWithMap()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogr_api.h324 typedef struct OGRFeatureHS *OGRFeatureH;
332 typedef void *OGRFeatureH;
439 void CPL_DLL OGR_F_Destroy( OGRFeatureH );
446 OGRFeatureH CPL_DLL OGR_F_Clone( OGRFeatureH ) CPL_WARN_UNUSED_RESULT;
447 int CPL_DLL OGR_F_Equal( OGRFeatureH, OGRFeatureH );
449 int CPL_DLL OGR_F_GetFieldCount( OGRFeatureH );
453 int CPL_DLL OGR_F_IsFieldSet( OGRFeatureH, int );
512 GIntBig CPL_DLL OGR_F_GetFID( OGRFeatureH );
515 OGRErr CPL_DLL OGR_F_SetFrom( OGRFeatureH, OGRFeatureH, int );
516 OGRErr CPL_DLL OGR_F_SetFromWithMap( OGRFeatureH, OGRFeatureH, int , const int * );
[all …]
H A Dogrfeature.cpp129 OGRFeatureH OGR_F_Create( OGRFeatureDefnH hDefn )
220 void OGR_F_Destroy( OGRFeatureH hFeat )
328 OGRFeatureDefnH OGR_F_GetDefnRef( OGRFeatureH hFeat )
980 OGRFeatureH OGR_F_Clone( OGRFeatureH hFeat )
1090 int OGR_F_GetFieldCount( OGRFeatureH hFeat )
1233 int OGR_F_GetGeomFieldCount( OGRFeatureH hFeat )
5393 GIntBig OGR_F_GetFID( OGRFeatureH hFeat )
5682 int OGR_F_Equal( OGRFeatureH hFeat, OGRFeatureH hOtherFeat )
5758 OGRErr OGR_F_SetFrom( OGRFeatureH hFeat, OGRFeatureH hOtherFeat,
5899 OGRErr OGR_F_SetFromWithMap( OGRFeatureH hFeat, OGRFeatureH hOtherFeat,
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogr_api.h324 typedef struct OGRFeatureHS *OGRFeatureH; typedef
332 typedef void *OGRFeatureH; typedef
439 void CPL_DLL OGR_F_Destroy( OGRFeatureH );
446 OGRFeatureH CPL_DLL OGR_F_Clone( OGRFeatureH ) CPL_WARN_UNUSED_RESULT;
447 int CPL_DLL OGR_F_Equal( OGRFeatureH, OGRFeatureH );
449 int CPL_DLL OGR_F_GetFieldCount( OGRFeatureH );
453 int CPL_DLL OGR_F_IsFieldSet( OGRFeatureH, int );
512 GIntBig CPL_DLL OGR_F_GetFID( OGRFeatureH );
515 OGRErr CPL_DLL OGR_F_SetFrom( OGRFeatureH, OGRFeatureH, int );
516 OGRErr CPL_DLL OGR_F_SetFromWithMap( OGRFeatureH, OGRFeatureH, int , const int * );
[all …]
H A Dogrfeature.cpp129 OGRFeatureH OGR_F_Create( OGRFeatureDefnH hDefn ) in OGR_F_Create()
220 void OGR_F_Destroy( OGRFeatureH hFeat ) in OGR_F_Destroy()
328 OGRFeatureDefnH OGR_F_GetDefnRef( OGRFeatureH hFeat ) in OGR_F_GetDefnRef()
980 OGRFeatureH OGR_F_Clone( OGRFeatureH hFeat ) in OGR_F_Clone()
1090 int OGR_F_GetFieldCount( OGRFeatureH hFeat ) in OGR_F_GetFieldCount()
1233 int OGR_F_GetGeomFieldCount( OGRFeatureH hFeat ) in OGR_F_GetGeomFieldCount()
5393 GIntBig OGR_F_GetFID( OGRFeatureH hFeat ) in OGR_F_GetFID()
5682 int OGR_F_Equal( OGRFeatureH hFeat, OGRFeatureH hOtherFeat ) in OGR_F_Equal()
5758 OGRErr OGR_F_SetFrom( OGRFeatureH hFeat, OGRFeatureH hOtherFeat, in OGR_F_SetFrom()
5899 OGRErr OGR_F_SetFromWithMap( OGRFeatureH hFeat, OGRFeatureH hOtherFeat, in OGR_F_SetFromWithMap()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/libs/gdal/src/
H A Dogrfeature.cpp156 OGRFeatureH OGR_F_Create( OGRFeatureDefnH hDefn ) in OGR_F_Create()
224 void OGR_F_Destroy( OGRFeatureH hFeat ) in OGR_F_Destroy()
306 OGRFeatureDefnH OGR_F_GetDefnRef( OGRFeatureH hFeat ) in OGR_F_GetDefnRef()
490 OGRGeometryH OGR_F_GetGeometryRef( OGRFeatureH hFeat ) in OGR_F_GetGeometryRef()
547 OGRFeatureH OGR_F_Clone( OGRFeatureH hFeat ) in OGR_F_Clone()
582 int OGR_F_GetFieldCount( OGRFeatureH hFeat ) in OGR_F_GetFieldCount()
699 int OGR_F_IsFieldSet( OGRFeatureH hFeat, int iField ) in OGR_F_IsFieldSet()
1992 long OGR_F_GetFID( OGRFeatureH hFeat ) in OGR_F_GetFID()
2045 OGRErr OGR_F_SetFID( OGRFeatureH hFeat, long nFID ) in OGR_F_SetFID()
2109 int OGR_F_Equal( OGRFeatureH hFeat, OGRFeatureH hOtherFeat ) in OGR_F_Equal()
[all …]
H A Dogrlayer.cpp297 OGRFeatureH OGR_L_GetFeature( OGRLayerH hLayer, long nFeatureId ) in OGR_L_GetFeature()
300 return (OGRFeatureH) ((OGRLayer *)hLayer)->GetFeature( nFeatureId ); in OGR_L_GetFeature()
307 OGRFeatureH OGR_L_GetNextFeature( OGRLayerH hLayer ) in OGR_L_GetNextFeature()
310 return (OGRFeatureH) ((OGRLayer *)hLayer)->GetNextFeature(); in OGR_L_GetNextFeature()
327 OGRErr OGR_L_SetFeature( OGRLayerH hLayer, OGRFeatureH hFeat ) in OGR_L_SetFeature()
347 OGRErr OGR_L_CreateFeature( OGRLayerH hLayer, OGRFeatureH hFeat ) in OGR_L_CreateFeature()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsogrutils.h81 void CORE_EXPORT operator()( OGRFeatureH feature );
129 …using ogr_feature_unique_ptr = std::unique_ptr< std::remove_pointer<OGRFeatureH>::type, OGRFeature…
172 …static QgsFeature readOgrFeature( OGRFeatureH ogrFet, const QgsFields &fields, QTextCodec *encodin…
180 static QgsFields readOgrFields( OGRFeatureH ogrFet, QTextCodec *encoding );
192 …static QVariant getOgrFeatureAttribute( OGRFeatureH ogrFet, const QgsFields &fields, int attIndex,…
206 …static QVariant getOgrFeatureAttribute( OGRFeatureH ogrFet, const QgsField &field, int attIndex, Q…
217 …static bool readOgrFeatureAttributes( OGRFeatureH ogrFet, const QgsFields &fields, QgsFeature &fea…
227 static bool readOgrFeatureGeometry( OGRFeatureH ogrFet, QgsFeature &feature );
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsogrutils.h85 void CORE_EXPORT operator()( OGRFeatureH feature );
133 …using ogr_feature_unique_ptr = std::unique_ptr< std::remove_pointer<OGRFeatureH>::type, OGRFeature…
182 …static QgsFeature readOgrFeature( OGRFeatureH ogrFet, const QgsFields &fields, QTextCodec *encodin…
190 static QgsFields readOgrFields( OGRFeatureH ogrFet, QTextCodec *encoding );
202 …static QVariant getOgrFeatureAttribute( OGRFeatureH ogrFet, const QgsFields &fields, int attIndex,…
216 …static QVariant getOgrFeatureAttribute( OGRFeatureH ogrFet, const QgsField &field, int attIndex, Q…
227 …static bool readOgrFeatureAttributes( OGRFeatureH ogrFet, const QgsFields &fields, QgsFeature &fea…
237 static bool readOgrFeatureGeometry( OGRFeatureH ogrFet, QgsFeature &feature );
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/dwg/
H A Dqgsdwgimporter.h188 void addEntity( OGRFeatureDefnH dfn, OGRFeatureH f, const DRW_Entity &data );
192 …void setString( OGRFeatureDefnH dfn, OGRFeatureH f, const QString &field, const std::string &value…
193 …void setString( OGRFeatureDefnH dfn, OGRFeatureH f, const QString &field, const QString &value ) c…
194 …void setString( OGRFeatureDefnH dfn, OGRFeatureH f, const QString &field, const char *value ) cons…
195 void setDouble( OGRFeatureDefnH dfn, OGRFeatureH f, const QString &field, double value ) const;
196 void setInteger( OGRFeatureDefnH dfn, OGRFeatureH f, const QString &field, int value ) const;
197 …void setPoint( OGRFeatureDefnH dfn, OGRFeatureH f, const QString &field, const DRW_Coord &value ) …
206 bool createFeature( OGRLayerH layer, OGRFeatureH f, const QgsAbstractGeometry &g ) const;
/dports/graphics/qgis/qgis-3.22.3/src/app/dwg/
H A Dqgsdwgimporter.h188 void addEntity( OGRFeatureDefnH dfn, OGRFeatureH f, const DRW_Entity &data );
192 …void setString( OGRFeatureDefnH dfn, OGRFeatureH f, const QString &field, const std::string &value…
193 …void setString( OGRFeatureDefnH dfn, OGRFeatureH f, const QString &field, const QString &value ) c…
194 …void setString( OGRFeatureDefnH dfn, OGRFeatureH f, const QString &field, const char *value ) cons…
195 void setDouble( OGRFeatureDefnH dfn, OGRFeatureH f, const QString &field, double value ) const;
196 void setInteger( OGRFeatureDefnH dfn, OGRFeatureH f, const QString &field, int value ) const;
197 …void setPoint( OGRFeatureDefnH dfn, OGRFeatureH f, const QString &field, const DRW_Coord &value ) …
206 bool createFeature( OGRLayerH layer, OGRFeatureH f, const QgsAbstractGeometry &g ) const;
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gdal/
H A Dogr_file_format_p.h98 void operator()(OGRFeatureH feature) const in operator()
105 …using unique_feature = std::unique_ptr<typename std::remove_pointer<OGRFeatureH>::type, OGRFeature…
257 …void importFeature(MapPart* map_part, OGRFeatureDefnH feature_definition, OGRFeatureH feature, OGR…
261 ObjectList importGeometry(OGRFeatureH feature, OGRGeometryH geometry);
263 ObjectList importGeometryCollection(OGRFeatureH feature, OGRGeometryH geometry);
265 Object* importPointGeometry(OGRFeatureH feature, OGRGeometryH geometry);
267 PathObject* importLineStringGeometry(OGRFeatureH feature, OGRGeometryH geometry);
269 PathObject* importPolygonGeometry(OGRFeatureH feature, OGRGeometryH geometry);
/dports/graphics/qgis/qgis-3.22.3/src/core/providers/ogr/
H A Dqgsogrproviderutils.h245 …static OGRwkbGeometryType resolveGeometryTypeForFeature( OGRFeatureH feature, const QString &drive…
357 OGRFeatureH CreateFeature();
432 OGRFeatureH GetNextFeature();
435 OGRFeatureH GetFeature( GIntBig fid );
450 OGRErr CreateFeature( OGRFeatureH hFeature );
453 OGRErr SetFeature( OGRFeatureH hFeature );
/dports/graphics/py-gdal/gdal-3.3.3/gnm/
H A Dgnmnetwork.cpp80 OGRFeatureH CPL_STDCALL GNMGetFeatureByGlobalFID (GNMNetworkH hNet, GNMGFID nGFID) in GNMGetFeatureByGlobalFID()
84 return (OGRFeatureH) ((GNMNetwork*)hNet)->GetFeatureByGlobalFID(nGFID); in GNMGetFeatureByGlobalFID()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gnm/
H A Dgnmnetwork.cpp80 OGRFeatureH CPL_STDCALL GNMGetFeatureByGlobalFID (GNMNetworkH hNet, GNMGFID nGFID) in GNMGetFeatureByGlobalFID()
84 return (OGRFeatureH) ((GNMNetwork*)hNet)->GetFeatureByGlobalFID(nGFID); in GNMGetFeatureByGlobalFID()
/dports/graphics/gdal/gdal-3.3.3/gnm/
H A Dgnmnetwork.cpp80 OGRFeatureH CPL_STDCALL GNMGetFeatureByGlobalFID (GNMNetworkH hNet, GNMGFID nGFID) in GNMGetFeatureByGlobalFID()
84 return (OGRFeatureH) ((GNMNetwork*)hNet)->GetFeatureByGlobalFID(nGFID); in GNMGetFeatureByGlobalFID()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/gdal-sys-0.2.0/prebuilt-bindings/
H A Dgdal_2.1.rs3984 pub fn OGR_F_Clone(arg1: OGRFeatureH) -> OGRFeatureH; in OGR_F_Clone() argument
3987 pub fn OGR_F_Equal(arg1: OGRFeatureH, arg2: OGRFeatureH) -> libc::c_int; in OGR_F_Equal() argument
4021 arg1: OGRFeatureH, in OGR_F_GetFieldAsIntegerList() argument
4028 arg1: OGRFeatureH, in OGR_F_GetFieldAsInteger64List() argument
4035 arg1: OGRFeatureH, in OGR_F_GetFieldAsDoubleList() argument
4042 arg1: OGRFeatureH, in OGR_F_GetFieldAsStringList() argument
4048 arg1: OGRFeatureH, in OGR_F_GetFieldAsBinary() argument
4055 arg1: OGRFeatureH, in OGR_F_GetFieldAsDateTime() argument
4093 arg1: OGRFeatureH, in OGR_F_SetFieldIntegerList() argument
4101 arg1: OGRFeatureH, in OGR_F_SetFieldInteger64List() argument
[all …]
H A Dgdal_2.2.rs4124 pub fn OGR_F_Clone(arg1: OGRFeatureH) -> OGRFeatureH; in OGR_F_Clone() argument
4127 pub fn OGR_F_Equal(arg1: OGRFeatureH, arg2: OGRFeatureH) -> libc::c_int; in OGR_F_Equal() argument
4182 arg1: OGRFeatureH, in OGR_F_GetFieldAsIntegerList() argument
4189 arg1: OGRFeatureH, in OGR_F_GetFieldAsInteger64List() argument
4196 arg1: OGRFeatureH, in OGR_F_GetFieldAsDoubleList() argument
4203 arg1: OGRFeatureH, in OGR_F_GetFieldAsStringList() argument
4209 arg1: OGRFeatureH, in OGR_F_GetFieldAsBinary() argument
4216 arg1: OGRFeatureH, in OGR_F_GetFieldAsDateTime() argument
4254 arg1: OGRFeatureH, in OGR_F_SetFieldIntegerList() argument
4262 arg1: OGRFeatureH, in OGR_F_SetFieldInteger64List() argument
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pdf/
H A Dpdfcreatecopy.h258 OGRFeatureH hFeat, const double adfMatrix[4],
266 OGRFeatureH hFeat,
283 GDALPDFObjectNum WriteLink(OGRFeatureH hFeat,
405 OGRFeatureH hFeat,

123456789