Home
last modified time | relevance | path

Searched refs:KmlPtr (Results 1 – 25 of 61) sorted by relevance

123

/dports/science/libkml/libkml-1.3.0/tests/kml/regionator/
H A Dregionator_test.cc45 using kmldom::KmlPtr;
50 typedef std::map<string, KmlPtr> kml_file_map_t;
88 void SaveKml(const KmlPtr& kml, const string& filename) { in SaveKml()
193 virtual void SaveKml(const kmldom::KmlPtr& kml, const string& filename) { in SaveKml()
251 kmldom::KmlPtr kml = kml_file_map_["1.kml"]; in TEST_F()
/dports/science/libkml/libkml-1.3.0/tests/kml/engine/
H A Dkml_stream_test.cc41 using kmldom::KmlPtr;
127 KmlPtr kml = AsKml(root); in TEST()
146 KmlPtr kml = AsKml(root); in TEST()
180 KmlPtr kml = AsKml(root); in TEST()
H A Dfeature_visitor_test.cc38 using kmldom::KmlPtr;
58 KmlPtr kml_;
H A Dentity_mapper_test.cc46 using kmldom::KmlPtr;
282 KmlPtr kml = kmldom::AsKml(kml_file_->get_root()); in TEST_F()
/dports/science/libkml/libkml-1.3.0/src/kml/engine/
H A Dfeature_visitor.cc35 using kmldom::KmlPtr;
40 const KmlPtr kml = kmldom::AsKml(root); in GetRootFeature()
H A Dupdate_processor.cc52 using kmldom::KmlPtr;
123 if (KmlPtr kml = AsKml(feature->GetParent())) { in DeleteFeatureById()
/dports/science/libkml/libkml-1.3.0/examples/helloworld/
H A Dcreatekml.cc36 using kmldom::KmlPtr;
60 KmlPtr kml = factory->CreateKml(); in main()
H A Dhellofeatures.cc38 using kmldom::KmlPtr;
41 const KmlPtr kml = kmldom::AsKml(root); in GetRootFeature()
H A Dsharedstyles.cc35 using kmldom::KmlPtr;
80 KmlPtr kml = kml_factory->CreateKml(); in main()
H A Dprintgeometry.cc38 using kmldom::KmlPtr;
104 const KmlPtr kml = kmldom::AsKml(root); in GetRootFeature()
H A Dhelloregion.cc35 using kmldom::KmlPtr;
120 KmlPtr kml = factory->CreateKml(); in SwapOverlays()
H A Dsimplifylines.cc55 using kmldom::KmlPtr;
133 KmlPtr kml = KmlFactory::GetFactory()->CreateKml(); in WriteFile()
H A Dhellohref.cc52 using kmldom::KmlPtr;
82 const KmlPtr kml = kmldom::AsKml(root); in GetRootFeature()
/dports/science/libkml/libkml-1.3.0/src/kml/regionator/
H A Dfeature_list_region_handler.cc38 using kmldom::KmlPtr;
70 void FeatureListRegionHandler::SaveKml(const KmlPtr& kml, in SaveKml()
H A Dregionator.cc44 using kmldom::KmlPtr;
147 KmlPtr kml = kmldom::KmlFactory::GetFactory()->CreateKml(); in _Regionate()
H A Dregion_handler.h75 virtual void SaveKml(const kmldom::KmlPtr& kml,
H A Dfeature_list_region_handler.h61 virtual void SaveKml(const kmldom::KmlPtr& kml, const string& filename);
/dports/science/libkml/libkml-1.3.0/examples/engine/
H A Dchange.cc36 using kmldom::KmlPtr;
56 KmlPtr kml = kml_factory->CreateKml(); in HelloUpdateChange()
H A Dimport.cc36 using kmldom::KmlPtr;
55 KmlPtr kml = kml_factory->CreateKml(); in HelloKmlFileCreateFromImport()
H A Dcsv2kml.cc53 using kmldom::KmlPtr;
112 kmldom::KmlPtr kml = kmldom::KmlFactory::GetFactory()->CreateKml(); in main()
H A Dparsebig.cc36 using kmldom::KmlPtr;
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/libkml/
H A Dogr_libkml.h40 using kmldom::KmlPtr;
214 KmlPtr m_poKmlDSKml;
239 void ParseDocumentOptions(KmlPtr poKml,
/dports/science/libkml/libkml-1.3.0/examples/gx/
H A Dfeaturetour.cc45 using kmldom::KmlPtr;
103 KmlPtr kml = KmlFactory::GetFactory()->CreateKml(); in WriteTour()
H A Dgpxfly.cc61 using kmldom::KmlPtr;
203 KmlPtr kml = kml_factory->CreateKml(); in CreateGpxTour()
/dports/science/libkml/libkml-1.3.0/examples/gpx/
H A Dgpxtracktokml.cc53 using kmldom::KmlPtr;
240 kmldom::KmlPtr kml = kml_factory->CreateKml(); in ConvertGpxTrkPtsToKml()

123