Home
last modified time | relevance | path

Searched refs:CreateGroundOverlay (Results 1 – 15 of 15) sorted by relevance

/dports/science/libkml/libkml-1.3.0/examples/helloworld/
H A Dhelloregion.cc43 static GroundOverlayPtr CreateGroundOverlay(double north, double south,
73 static GroundOverlayPtr CreateGroundOverlay(double north, double south, in CreateGroundOverlay() function
78 GroundOverlayPtr groundoverlay = factory->CreateGroundOverlay(); in CreateGroundOverlay()
106 CreateGroundOverlay(north, south, east, west, "Red", solid_red); in SwapOverlays()
111 CreateGroundOverlay(north, south, east, west, "Blue", solid_blue); in SwapOverlays()
/dports/science/libkml/libkml-1.3.0/src/kml/dom/
H A Dkml_factory.cc62 case Type_GroundOverlay: return CreateGroundOverlay(); in CreateElementById()
217 GroundOverlay* KmlFactory::CreateGroundOverlay() const { in CreateGroundOverlay() function in kmldom::KmlFactory
H A Dkml_factory.h63 GroundOverlay* CreateGroundOverlay() const;
/dports/science/libkml/libkml-1.3.0/tests/kml/engine/
H A Dfind_test.cc51 groundoverlay_ = KmlFactory::GetFactory()->CreateGroundOverlay(); in SetUp()
H A Dfeature_view_test.cc55 ASSERT_FALSE(ComputeFeatureLookAt(factory->CreateGroundOverlay())); in TEST()
H A Dlink_util_test.cc87 groundoverlay_ = factory_->CreateGroundOverlay(); in SetUp()
H A Dclone_test.cc52 groundoverlay_ = factory->CreateGroundOverlay(); in SetUp()
H A Did_mapper_test.cc68 groundoverlay_ = KmlFactory::GetFactory()->CreateGroundOverlay(); in SetUp()
H A Dupdate_test.cc128 container->add_feature(kml_factory->CreateGroundOverlay()); in AddFeatures()
/dports/science/libkml/libkml-1.3.0/tests/kml/dom/
H A Dcontainer_test.cc59 container_->add_feature(factory->CreateGroundOverlay()); in TEST_F()
H A Dserializer_test.cc328 document_->add_feature(kml_factory_->CreateGroundOverlay()); in TEST_F()
H A Dkml_factory_test.cc104 e = factory->CreateGroundOverlay(); in TEST()
H A Doverlay_test.cc201 groundoverlay_ = KmlFactory::GetFactory()->CreateGroundOverlay(); in SetUp()
/dports/science/libkml/libkml-1.3.0/tests/swig/
H A Dkmldom_test.py73 assert factory.CreateGroundOverlay()
1109 groundoverlay = self.factory.CreateGroundOverlay()
1128 groundoverlay = self.factory.CreateGroundOverlay()
1416 groundoverlay = self.factory.CreateGroundOverlay()
/dports/science/libkml/libkml-1.3.0/src/swig/
H A Dkmldom.i281 GroundOverlayPtr CreateGroundOverlay() const;