Home
last modified time | relevance | path

Searched refs:AsFeature (Results 1 – 25 of 48) sorted by relevance

12

/dports/science/libkml/libkml-1.3.0/src/kml/engine/
H A Dupdate_processor.cc45 using kmldom::AsFeature;
119 if (FeaturePtr feature = AsFeature(kml_file_.GetObjectById(id))) { in DeleteFeatureById()
159 AsFeature(Clone(source_container->get_feature_array_at(j)))); in CopyFeatures()
H A Dfeature_visitor.cc44 return kmldom::AsFeature(root); in GetRootFeature()
H A Dstyle_inliner.cc56 if (kmldom::FeaturePtr feature = kmldom::AsFeature(element)) { in AsNonDocumentFeature()
H A Dstyle_splitter.cc55 if (kmldom::FeaturePtr feature = kmldom::AsFeature(element)) { in AsNonDocumentFeature()
/dports/science/libkml/libkml-1.3.0/examples/engine/
H A Dstreamkml.cc36 using kmldom::AsFeature;
56 if (FeaturePtr feature = AsFeature(child)) { in EndElement()
H A Dprintstyle.cc56 kmldom::FeaturePtr feature = kmldom::AsFeature(kml_file->GetObjectById(id)); in HelloCreateResolvedStyle()
/dports/science/libkml/libkml-1.3.0/tests/kml/engine/
H A Dstyle_resolver_test.cc158 FeaturePtr feature = kmldom::AsFeature( in TEST_F()
181 const FeaturePtr& feature = kmldom::AsFeature( in TEST_F()
308 FeaturePtr feature = kmldom::AsFeature( in TEST_F()
H A Dfeature_balloon_test.cc258 kmldom::AsFeature(kml_file_->GetObjectById(kFeatures[i].featureid)); in TEST_F()
H A Dkml_stream_test.cc161 return AsFeature(child) ? ++feature_counter_, false : true; in EndElement()
/dports/science/libkml/libkml-1.3.0/examples/helloworld/
H A Dhellofeatures.cc45 return kmldom::AsFeature(root); in GetRootFeature()
H A Dprintgeometry.cc108 return kmldom::AsFeature(root); in GetRootFeature()
H A Dhellohref.cc86 return kmldom::AsFeature(root); in GetRootFeature()
/dports/science/libkml/libkml-1.3.0/examples/hellonet/
H A Dresolvestyle.cc63 const FeaturePtr feature = kmldom::AsFeature(kml_file->GetObjectById(id)); in HelloCreateResolvedStyle()
/dports/science/libkml/libkml-1.3.0/src/kml/dom/
H A Dkml.cc65 set_feature(AsFeature(element)); in AddElement()
H A Dcontainer.cc48 if (FeaturePtr feature = AsFeature(element)) { in AddElement()
H A Dnetworklinkcontrol.cc93 add_feature(AsFeature(element)); in AddElement()
/dports/science/libkml/libkml-1.3.0/examples/php/
H A Dhellowalk.php103 $feature = kmldom::AsFeature($element);
/dports/science/libkml/libkml-1.3.0/examples/perl/
H A Dhellowalk.pl98 my $feature = kmldom::AsFeature($_[0]);
/dports/science/libkml/libkml-1.3.0/src/kml/convenience/
H A Dkml_feature_list_saver.h81 kmldom::FeaturePtr feature = kmldom::AsFeature(child); in EndElement()
H A Dgoogle_maps_data.cc141 return kmldom::AsFeature( in GetEntryFeature()
164 container->add_feature(kmldom::AsFeature(kmlengine::Clone(feature))); in GetMapKml()
/dports/science/libkml/libkml-1.3.0/tests/swig/
H A Dkmlengine_test.py113 feature = kmldom.AsFeature(element)
127 feature = kmldom.AsFeature(element)
/dports/science/libkml/libkml-1.3.0/tests/kml/dom/
H A Dcontainer_test.cc113 AsFeature(kml_factory->CreateElementById(kFeatures[i % num_features])); in CreateFeature()
H A Dgx_tour_test.cc53 ASSERT_TRUE(AsFeature(gx_tour_)); in TEST_F()
155 ASSERT_FALSE(AsFeature(gx_playlist_)); in TEST_F()
/dports/science/libkml/libkml-1.3.0/examples/domviewer/
H A Ddomviewer.py123 feature = kmldom.AsFeature(element)
/dports/science/libkml/libkml-1.3.0/examples/wxviewer/
H A Dwxviewer.cc65 return kmldom::AsFeature(root); in BEGIN_EVENT_TABLE()

12