Home
last modified time | relevance | path

Searched refs:OGRFeature (Results 1 – 25 of 1398) sorted by relevance

12345678910>>...56

/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/dxf/
H A Dogr_dxf.h57 std::vector<OGRFeature *> apoFeatures;
80 OGRFeature * GetNextFeature();
111 OGRFeature * TranslatePOINT();
112 OGRFeature * TranslateLINE();
117 OGRFeature * TranslateARC();
121 OGRFeature * TranslateMTEXT();
122 OGRFeature * TranslateTEXT();
124 OGRFeature * TranslateHATCH();
125 OGRFeature * TranslateSOLID();
138 OGRFeature * GetNextFeature();
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/libs/gdal/src/
H A Dogrfeature.cpp112 OGRFeature::OGRFeature( OGRFeatureDefn * poDefnIn ) in OGRFeature() function in OGRFeature
166 OGRFeature::~OGRFeature() in ~OGRFeature()
227 delete (OGRFeature *) hFeat; in OGR_F_Destroy()
247 OGRFeature *OGRFeature::CreateFeature( OGRFeatureDefn *poDefn ) in CreateFeature()
271 void OGRFeature::DestroyFeature( OGRFeature *poFeature ) in DestroyFeature()
511 OGRFeature *OGRFeature::Clone() in Clone()
514 OGRFeature *poNew = new OGRFeature( poDefn ); in Clone()
2069 OGRBoolean OGRFeature::Equal( OGRFeature * poFeature ) in Equal()
2112 return ((OGRFeature *) hFeat)->Equal( (OGRFeature *) hOtherFeat ); in OGR_F_Equal()
2141 OGRErr OGRFeature::SetFrom( OGRFeature * poSrcFeature, int bForgiving ) in SetFrom()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/dwg/
H A Dogr_dwg.h77 std::vector<OGRFeature *> apoFeatures;
100 OGRFeature * GetNextFeature();
106 OGRFeature * GetNextUnfilteredFeature();
121 std::queue<OGRFeature*> apoPendingFeatures;
131 OGRFeature * TranslatePOINT( OdDbEntityPtr poEntity );
132 OGRFeature * TranslateLINE( OdDbEntityPtr poEntity );
137 OGRFeature * TranslateARC( OdDbEntityPtr poEntity );
138 OGRFeature * TranslateMTEXT( OdDbEntityPtr poEntity );
143 OGRFeature * TranslateTEXT( OdDbEntityPtr poEntity );
158 OGRFeature * GetNextFeature();
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/dwg/
H A Dogr_dwg.h59 std::vector<OGRFeature *> apoFeatures;
82 OGRFeature * GetNextFeature() override;
88 OGRFeature * GetNextUnfilteredFeature();
103 std::queue<OGRFeature*> apoPendingFeatures;
113 OGRFeature * TranslatePOINT( OdDbEntityPtr poEntity );
114 OGRFeature * TranslateLINE( OdDbEntityPtr poEntity );
119 OGRFeature * TranslateARC( OdDbEntityPtr poEntity );
120 OGRFeature * TranslateMTEXT( OdDbEntityPtr poEntity );
125 OGRFeature * TranslateTEXT( OdDbEntityPtr poEntity );
140 OGRFeature * GetNextFeature() override;
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/dwg/
H A Dogr_dwg.h59 std::vector<OGRFeature *> apoFeatures;
82 OGRFeature * GetNextFeature() override;
88 OGRFeature * GetNextUnfilteredFeature();
103 std::queue<OGRFeature*> apoPendingFeatures;
113 OGRFeature * TranslatePOINT( OdDbEntityPtr poEntity );
114 OGRFeature * TranslateLINE( OdDbEntityPtr poEntity );
119 OGRFeature * TranslateARC( OdDbEntityPtr poEntity );
120 OGRFeature * TranslateMTEXT( OdDbEntityPtr poEntity );
125 OGRFeature * TranslateTEXT( OdDbEntityPtr poEntity );
140 OGRFeature * GetNextFeature() override;
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/dwg/
H A Dogr_dwg.h59 std::vector<OGRFeature *> apoFeatures;
82 OGRFeature * GetNextFeature() override;
88 OGRFeature * GetNextUnfilteredFeature();
103 std::queue<OGRFeature*> apoPendingFeatures;
113 OGRFeature * TranslatePOINT( OdDbEntityPtr poEntity );
114 OGRFeature * TranslateLINE( OdDbEntityPtr poEntity );
119 OGRFeature * TranslateARC( OdDbEntityPtr poEntity );
120 OGRFeature * TranslateMTEXT( OdDbEntityPtr poEntity );
125 OGRFeature * TranslateTEXT( OdDbEntityPtr poEntity );
140 OGRFeature * GetNextFeature() override;
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/tiger/
H A Dogr_tiger.h181 virtual OGRFeature *GetFeature( int nRecordId );
219 OGRFeature *GetFeaturePre2002( int );
223 OGRFeature *GetFeature2002( int );
237 virtual OGRFeature *GetFeature( int );
254 virtual OGRFeature *GetFeature( int );
312 OGRErr CreateFeature( OGRFeature *poFeature,
326 virtual OGRFeature *GetFeature( int );
371 virtual OGRFeature *GetFeature( int );
447 virtual OGRFeature *GetFeature( int );
481 virtual OGRFeature *GetFeature( int );
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/tiger/
H A Dogr_tiger.h183 virtual OGRFeature *GetFeature( int nRecordId );
219 OGRFeature *GetFeaturePre2002( int );
223 OGRFeature *GetFeature2002( int );
237 virtual OGRFeature *GetFeature( int ) override;
254 virtual OGRFeature *GetFeature( int ) override;
311 OGRErr CreateFeature( OGRFeature *poFeature,
324 virtual OGRFeature *GetFeature( int ) override;
369 virtual OGRFeature *GetFeature( int ) override;
444 virtual OGRFeature *GetFeature( int ) override;
478 virtual OGRFeature *GetFeature( int ) override;
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/tiger/
H A Dogr_tiger.h183 virtual OGRFeature *GetFeature( int nRecordId );
219 OGRFeature *GetFeaturePre2002( int );
223 OGRFeature *GetFeature2002( int );
237 virtual OGRFeature *GetFeature( int ) override;
254 virtual OGRFeature *GetFeature( int ) override;
311 OGRErr CreateFeature( OGRFeature *poFeature,
324 virtual OGRFeature *GetFeature( int ) override;
369 virtual OGRFeature *GetFeature( int ) override;
444 virtual OGRFeature *GetFeature( int ) override;
478 virtual OGRFeature *GetFeature( int ) override;
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/tiger/
H A Dogr_tiger.h183 virtual OGRFeature *GetFeature( int nRecordId );
219 OGRFeature *GetFeaturePre2002( int );
223 OGRFeature *GetFeature2002( int );
237 virtual OGRFeature *GetFeature( int ) override;
254 virtual OGRFeature *GetFeature( int ) override;
311 OGRErr CreateFeature( OGRFeature *poFeature,
324 virtual OGRFeature *GetFeature( int ) override;
369 virtual OGRFeature *GetFeature( int ) override;
444 virtual OGRFeature *GetFeature( int ) override;
478 virtual OGRFeature *GetFeature( int ) override;
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogrfeature.cpp79 OGRFeature::OGRFeature( OGRFeatureDefn * poDefnIn ) : in OGRFeature() function in OGRFeature
141 OGRFeature::~OGRFeature() in ~OGRFeature()
282 void OGRFeature::DestroyFeature( OGRFeature *poFeature ) in DestroyFeature()
633 OGRFeature* poFeature = OGRFeature::FromHandle(hFeat); in OGR_F_GetGeometryRef()
760 OGRFeature* poFeature = OGRFeature::FromHandle(hFeat); in OGR_F_GetGeomFieldRef()
948 OGRFeature *OGRFeature::Clone() const in Clone()
1003 bool OGRFeature::CopySelfTo( OGRFeature* poNew ) const in CopySelfTo()
1150 OGRFeature *poFeat = OGRFeature::FromHandle(hFeat); in OGR_F_GetFieldDefnRef()
1620 OGRFeature* poFeature = OGRFeature::FromHandle(hFeat); in OGR_F_IsFieldSetAndNotNull()
1733 OGRFeature::FieldValue OGRFeature::operator[](int iField) in operator []()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogrfeature.cpp79 OGRFeature::OGRFeature( OGRFeatureDefn * poDefnIn ) : in main()
141 OGRFeature::~OGRFeature()
282 void OGRFeature::DestroyFeature( OGRFeature *poFeature )
633 OGRFeature* poFeature = OGRFeature::FromHandle(hFeat);
760 OGRFeature* poFeature = OGRFeature::FromHandle(hFeat);
948 OGRFeature *OGRFeature::Clone() const
1003 bool OGRFeature::CopySelfTo( OGRFeature* poNew ) const
1150 OGRFeature *poFeat = OGRFeature::FromHandle(hFeat);
1620 OGRFeature* poFeature = OGRFeature::FromHandle(hFeat);
1733 OGRFeature::FieldValue OGRFeature::operator[](int iField)
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogrfeature.cpp79 OGRFeature::OGRFeature( OGRFeatureDefn * poDefnIn ) : in OGRFeature() function in OGRFeature
141 OGRFeature::~OGRFeature() in ~OGRFeature()
282 void OGRFeature::DestroyFeature( OGRFeature *poFeature ) in DestroyFeature()
633 OGRFeature* poFeature = OGRFeature::FromHandle(hFeat); in OGR_F_GetGeometryRef()
760 OGRFeature* poFeature = OGRFeature::FromHandle(hFeat); in OGR_F_GetGeomFieldRef()
948 OGRFeature *OGRFeature::Clone() const in Clone()
1003 bool OGRFeature::CopySelfTo( OGRFeature* poNew ) const in CopySelfTo()
1150 OGRFeature *poFeat = OGRFeature::FromHandle(hFeat); in OGR_F_GetFieldDefnRef()
1620 OGRFeature* poFeature = OGRFeature::FromHandle(hFeat); in OGR_F_IsFieldSetAndNotNull()
1733 OGRFeature::FieldValue OGRFeature::operator[](int iField) in operator []()
[all …]
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/ogr/
H A Dogrfeature.cpp58 OGRFeature::OGRFeature( OGRFeatureDefn * poDefnIn ) in OGRFeature() function in OGRFeature
115 OGRFeature::~OGRFeature() in ~OGRFeature()
182 delete (OGRFeature *) hFeat; in OGR_F_Destroy()
204 OGRFeature *OGRFeature::CreateFeature( OGRFeatureDefn *poDefn ) in CreateFeature()
228 void OGRFeature::DestroyFeature( OGRFeature *poFeature ) in DestroyFeature()
477 OGRFeature *OGRFeature::Clone() in Clone()
480 OGRFeature *poNew = new OGRFeature( poDefn ); in Clone()
2601 OGRBoolean OGRFeature::Equal( OGRFeature * poFeature ) in Equal()
2647 return ((OGRFeature *) hFeat)->Equal( (OGRFeature *) hOtherFeat ); in OGR_F_Equal()
2676 OGRErr OGRFeature::SetFrom( OGRFeature * poSrcFeature, int bForgiving ) in SetFrom()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/ntf/
H A Dntf_estlayers.cpp56 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateCodePoint()
97 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateAddressPoint()
138 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateOscarPoint()
173 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateOscarLine()
209 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateOscarRoutePoint()
267 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateOscarRouteLine()
324 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateOscarComment()
352 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateOscarNetworkPoint()
388 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateOscarNetworkLine()
424 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateBasedataPoint()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/ntf/
H A Dntf_estlayers.cpp55 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateCodePoint()
96 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateAddressPoint()
137 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateOscarPoint()
172 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateOscarLine()
208 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateOscarRoutePoint()
266 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateOscarRouteLine()
323 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateOscarComment()
351 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateOscarNetworkPoint()
387 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateOscarNetworkLine()
423 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateBasedataPoint()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/ntf/
H A Dntf_estlayers.cpp55 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateCodePoint()
96 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateAddressPoint()
137 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateOscarPoint()
172 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateOscarLine()
208 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateOscarRoutePoint()
266 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateOscarRouteLine()
323 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateOscarComment()
351 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateOscarNetworkPoint()
387 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateOscarNetworkLine()
423 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateBasedataPoint()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/ntf/
H A Dntf_estlayers.cpp55 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateCodePoint()
96 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateAddressPoint()
137 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateOscarPoint()
172 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateOscarLine()
208 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateOscarRoutePoint()
266 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateOscarRouteLine()
323 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateOscarComment()
351 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateOscarNetworkPoint()
387 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateOscarNetworkLine()
423 OGRFeature *poFeature = new OGRFeature( poLayer->GetLayerDefn() ); in TranslateBasedataPoint()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Ds57.h182 OGRFeature *poMultiPoint;
185 OGRFeature *NextPendingMultiPoint();
187 OGRFeature *AssembleFeature( DDFRecord *, OGRFeatureDefn * );
190 void GenerateLNAMAndRefs( DDFRecord *, OGRFeature * );
195 void AssembleLineGeometry( DDFRecord *, OGRFeature * );
196 void AssembleAreaGeometry( DDFRecord *, OGRFeature * );
233 OGRFeature *ReadNextFeature( OGRFeatureDefn * = NULL );
235 OGRFeature *ReadVector( int nFID, int nRCNM );
269 int WriteATTF( DDFRecord *, OGRFeature * );
270 int WritePrimitive( OGRFeature *poFeature );
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dogrfeature.cpp58 OGRFeature::OGRFeature( OGRFeatureDefn * poDefnIn ) in OGRFeature() function in OGRFeature
115 OGRFeature::~OGRFeature() in ~OGRFeature()
212 OGRFeature *OGRFeature::CreateFeature( OGRFeatureDefn *poDefn ) in CreateFeature()
236 void OGRFeature::DestroyFeature( OGRFeature *poFeature ) in DestroyFeature()
516 OGRFeature* poFeature = (OGRFeature *) hFeat; in OGR_F_GetGeometryRef()
602 OGRFeature* poFeature = (OGRFeature *) hFeat; in OGR_F_GetGeomFieldRef()
781 OGRFeature *OGRFeature::Clone() in Clone()
785 OGRFeature *poNew = new OGRFeature( poDefn ); in Clone()
1166 OGRFeature* poFeature = (OGRFeature* )hFeat; in OGR_F_IsFieldSet()
4007 OGRBoolean OGRFeature::Equal( OGRFeature * poFeature ) in Equal()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/xplane/
H A Dogr_xplane_apt_reader.h48 OGRFeature* AddFeature(const char* pszAptICAO,
167 OGRFeature* AddFeature(const char* pszAptICAO,
190OGRFeature* AddFeatureFromNonDisplacedThreshold(OGRFeature* poNonDisplacedThresholdFeatur…
203 OGRFeature* AddFeature(const char* pszAptICAO,
230 OGRFeature* AddFeature(const char* pszAptICAO,
249 OGRFeature* AddFeature(const char* pszAptICAO,
274 OGRFeature* AddFeature(const char* pszAptICAO,
305 OGRFeature* AddFeature(const char* pszAptICAO,
329 OGRFeature* AddFeature(const char* pszAptICAO,
354 OGRFeature* AddFeature(const char* pszAptICAO,
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/gnm/
H A Dgnmgenericnetwork.cpp78 OGRFeature *poFeature; in DeleteLayer()
212 OGRFeature *poFeature = OGRFeature::CreateFeature( in AddFeatureGlobalFID()
348 OGRFeature* poFeature; in DisconnectFeaturesWithId()
413 OGRFeature *poFeature; in DisconnectAll()
497 OGRFeature *poFeature; in DeleteAllRules()
580 OGRFeature* poFeature; in ConnectPointsByLines()
715 OGRFeature *poFeature; in ChangeAllBlockState()
911 OGRFeature *poFeature; in FindNearestPoint()
958 OGRFeature *poFeature; in SaveRules()
1077 OGRFeature *poFeature; in CreateMetadataLayer()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gnm/
H A Dgnmgenericnetwork.cpp78 OGRFeature *poFeature; in DeleteLayer()
212 OGRFeature *poFeature = OGRFeature::CreateFeature( in AddFeatureGlobalFID()
348 OGRFeature* poFeature; in DisconnectFeaturesWithId()
413 OGRFeature *poFeature; in DisconnectAll()
497 OGRFeature *poFeature; in DeleteAllRules()
580 OGRFeature* poFeature; in ConnectPointsByLines()
715 OGRFeature *poFeature; in ChangeAllBlockState()
911 OGRFeature *poFeature; in FindNearestPoint()
958 OGRFeature *poFeature; in SaveRules()
1077 OGRFeature *poFeature; in CreateMetadataLayer()
[all …]
/dports/graphics/gdal/gdal-3.3.3/gnm/
H A Dgnmgenericnetwork.cpp78 OGRFeature *poFeature; in DeleteLayer()
212 OGRFeature *poFeature = OGRFeature::CreateFeature( in AddFeatureGlobalFID()
348 OGRFeature* poFeature; in DisconnectFeaturesWithId()
413 OGRFeature *poFeature; in DisconnectAll()
497 OGRFeature *poFeature; in DeleteAllRules()
580 OGRFeature* poFeature; in ConnectPointsByLines()
715 OGRFeature *poFeature; in ChangeAllBlockState()
911 OGRFeature *poFeature; in FindNearestPoint()
958 OGRFeature *poFeature; in SaveRules()
1077 OGRFeature *poFeature; in CreateMetadataLayer()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/s57/
H A Ds57.h287 OGRFeature *poMultiPoint;
294 OGRFeature *NextPendingMultiPoint();
296 OGRFeature *AssembleFeature( DDFRecord *, OGRFeatureDefn * );
299 void GenerateLNAMAndRefs( DDFRecord *, OGRFeature * );
304 void AssembleLineGeometry( DDFRecord *, OGRFeature * );
337 OGRFeature *ReadNextFeature( OGRFeatureDefn * = NULL );
339 OGRFeature *ReadVector( int nFID, int nRCNM );
340 OGRFeature *ReadDSID( void );
371 int WriteATTF( DDFRecord *, OGRFeature * );
372 int WritePrimitive( OGRFeature *poFeature );
[all …]

12345678910>>...56