Home
last modified time | relevance | path

Searched refs:GroundOverlay (Results 1 – 25 of 27) sorted by relevance

12

/dports/science/libkml/libkml-1.3.0/src/kml/dom/
H A Doverlay.cc155 GroundOverlay::GroundOverlay() in GroundOverlay() function in kmldom::GroundOverlay
164 GroundOverlay::~GroundOverlay() { in ~GroundOverlay()
167 void GroundOverlay::AddElement(const ElementPtr& element) { in AddElement()
193 void GroundOverlay::Serialize(Serializer& serializer) const { in Serialize()
213 void GroundOverlay::Accept(Visitor* visitor) { in Accept()
217 void GroundOverlay::AcceptChildren(VisitorDriver* driver) { in AcceptChildren()
H A Doverlay.h199 class GroundOverlay : public Overlay {
201 virtual ~GroundOverlay();
281 GroundOverlay();
296 LIBKML_DISALLOW_EVIL_CONSTRUCTORS(GroundOverlay);
H A Dkml_factory.cc217 GroundOverlay* KmlFactory::CreateGroundOverlay() const { in CreateGroundOverlay()
218 return new GroundOverlay(); in CreateGroundOverlay()
H A Dkml_factory.h63 GroundOverlay* CreateGroundOverlay() const;
H A Dkml_ptr.h68 class GroundOverlay; variable
184 typedef boost::intrusive_ptr<GroundOverlay> GroundOverlayPtr;
H A Dkml_cast.cc174 return boost::static_pointer_cast<GroundOverlay>(element); in AsGroundOverlay()
/dports/science/libkml/libkml-1.3.0/testdata/kml/
H A Dall-unknown-golden.kml94 <GroundOverlay>
99 </GroundOverlay>
100 <GroundOverlay>
107 </GroundOverlay>
158 <GroundOverlay>
165 </GroundOverlay>
H A Dall-unknown-attrs-golden.kml38 <GroundOverlay id="GroundOverlay" not-known="nope" unknown="not known"/>
39 <GroundOverlay>
41 </GroundOverlay>
67 <GroundOverlay>
69 </GroundOverlay>
H A Dall-arrays-golden.kml20 <GroundOverlay/>
91 <GroundOverlay id="document-groundoverlay"/>
108 <GroundOverlay id="folder-groundoverlay"/>
H A Dall-altitudemodes-golden.kml104 <GroundOverlay id="groundoverlay">
113 </GroundOverlay>
/dports/science/libkml/libkml-1.3.0/testdata/links/
H A Dalllinks.kml20 <GroundOverlay>
24 </GroundOverlay>
/dports/science/libkml/libkml-1.3.0/testdata/gx/
H A Dall-gx-altitudemodes-golden.kml100 <GroundOverlay id="groundoverlay">
108 </GroundOverlay>
H A Dall-gx-golden.kml142 <GroundOverlay>
144 </GroundOverlay>
/dports/science/healpix/Healpix_3.50/src/idl/visu/
H A Dcartgoogle.pro48 printf,lun,' <GroundOverlay>'
63 printf,lun,' </GroundOverlay>'
123 ; SUBTITLE = information on the data, will appear in KML file GroundOverlay
126 ; TITLEPLOT = information on the data, will appear in KML file GroundOverlay
H A Dhpx2gs.pro49 printf,lun,' <GroundOverlay>'
64 printf,lun,' </GroundOverlay>'
157 ; SUBTITLE = information on the data, will appear in KML file GroundOverlay
160 ; TITLEPLOT = information on the data, will appear in KML file GroundOverlay
/dports/science/libkml/libkml-1.3.0/examples/kml/
H A Dfolder.kml11 <GroundOverlay id="go"/>
/dports/astro/marble/marble-21.12.3/src/lib/marble/geodata/handlers/kml/
H A DKmlGroundOverlayTagHandler.cpp21 KML_DEFINE_TAG_HANDLER( GroundOverlay ) in KML_DEFINE_TAG_HANDLER() argument
/dports/science/libkml/libkml-1.3.0/src/swig/
H A Dkmldom.i94 SWIG_INTRUSIVE_PTR_DERIVED(GroundOverlay, kmldom::Overlay,
95 kmldom::GroundOverlay)
H A Dlibkml_kmlelements.i634 %nodefaultctor GroundOverlay;
635 class GroundOverlay : public Overlay {
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/kml/
H A DKML_Common65 for_many( GroundOverlay, FUNC, NODE, CX ); \
/dports/science/libkml/libkml-1.3.0/testdata/style/
H A Dkmlsamples-inline-style-check.kml311 <GroundOverlay id="large-groundoverlay">
333 </GroundOverlay>
/dports/graphics/py-gdal/gdal-3.3.3/doc/source/drivers/vector/
H A Dlibkml.rst372 KML `<GroundOverlay> <https://developers.google.com/kml/documentation/kmlreference#groundoverlay>`__
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/doc/source/drivers/vector/
H A Dlibkml.rst372 KML `<GroundOverlay> <https://developers.google.com/kml/documentation/kmlreference#groundoverlay>`__
/dports/graphics/gdal/gdal-3.3.3/doc/source/drivers/vector/
H A Dlibkml.rst372 KML `<GroundOverlay> <https://developers.google.com/kml/documentation/kmlreference#groundoverlay>`__
/dports/graphics/py-gdal/gdal-3.3.3/
H A DNEWS4445 * recognize simple document made of GroundOverlay (#6712)
5258 …have a intermediate <Folder> that forms a <Document><Folder><Region/><GroundOverlay/> structure (#…
7942 * Add support for GroundOverlay reading (#4738)

12