Searched refs:CreateGroundOverlay (Results 1 – 15 of 15) sorted by relevance
/dports/science/libkml/libkml-1.3.0/examples/helloworld/ |
H A D | helloregion.cc | 43 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 D | kml_factory.cc | 62 case Type_GroundOverlay: return CreateGroundOverlay(); in CreateElementById() 217 GroundOverlay* KmlFactory::CreateGroundOverlay() const { in CreateGroundOverlay() function in kmldom::KmlFactory
|
H A D | kml_factory.h | 63 GroundOverlay* CreateGroundOverlay() const;
|
/dports/science/libkml/libkml-1.3.0/tests/kml/engine/ |
H A D | find_test.cc | 51 groundoverlay_ = KmlFactory::GetFactory()->CreateGroundOverlay(); in SetUp()
|
H A D | feature_view_test.cc | 55 ASSERT_FALSE(ComputeFeatureLookAt(factory->CreateGroundOverlay())); in TEST()
|
H A D | link_util_test.cc | 87 groundoverlay_ = factory_->CreateGroundOverlay(); in SetUp()
|
H A D | clone_test.cc | 52 groundoverlay_ = factory->CreateGroundOverlay(); in SetUp()
|
H A D | id_mapper_test.cc | 68 groundoverlay_ = KmlFactory::GetFactory()->CreateGroundOverlay(); in SetUp()
|
H A D | update_test.cc | 128 container->add_feature(kml_factory->CreateGroundOverlay()); in AddFeatures()
|
/dports/science/libkml/libkml-1.3.0/tests/kml/dom/ |
H A D | container_test.cc | 59 container_->add_feature(factory->CreateGroundOverlay()); in TEST_F()
|
H A D | serializer_test.cc | 328 document_->add_feature(kml_factory_->CreateGroundOverlay()); in TEST_F()
|
H A D | kml_factory_test.cc | 104 e = factory->CreateGroundOverlay(); in TEST()
|
H A D | overlay_test.cc | 201 groundoverlay_ = KmlFactory::GetFactory()->CreateGroundOverlay(); in SetUp()
|
/dports/science/libkml/libkml-1.3.0/tests/swig/ |
H A D | kmldom_test.py | 73 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 D | kmldom.i | 281 GroundOverlayPtr CreateGroundOverlay() const;
|