/dports/science/libkml/libkml-1.3.0/src/kml/dom/ |
H A D | overlay.cc | 155 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 D | overlay.h | 199 class GroundOverlay : public Overlay { 201 virtual ~GroundOverlay(); 281 GroundOverlay(); 296 LIBKML_DISALLOW_EVIL_CONSTRUCTORS(GroundOverlay);
|
H A D | kml_factory.cc | 217 GroundOverlay* KmlFactory::CreateGroundOverlay() const { in CreateGroundOverlay() 218 return new GroundOverlay(); in CreateGroundOverlay()
|
H A D | kml_factory.h | 63 GroundOverlay* CreateGroundOverlay() const;
|
H A D | kml_ptr.h | 68 class GroundOverlay; variable 184 typedef boost::intrusive_ptr<GroundOverlay> GroundOverlayPtr;
|
H A D | kml_cast.cc | 174 return boost::static_pointer_cast<GroundOverlay>(element); in AsGroundOverlay()
|
/dports/science/libkml/libkml-1.3.0/testdata/kml/ |
H A D | all-unknown-golden.kml | 94 <GroundOverlay> 99 </GroundOverlay> 100 <GroundOverlay> 107 </GroundOverlay> 158 <GroundOverlay> 165 </GroundOverlay>
|
H A D | all-unknown-attrs-golden.kml | 38 <GroundOverlay id="GroundOverlay" not-known="nope" unknown="not known"/> 39 <GroundOverlay> 41 </GroundOverlay> 67 <GroundOverlay> 69 </GroundOverlay>
|
H A D | all-arrays-golden.kml | 20 <GroundOverlay/> 91 <GroundOverlay id="document-groundoverlay"/> 108 <GroundOverlay id="folder-groundoverlay"/>
|
H A D | all-altitudemodes-golden.kml | 104 <GroundOverlay id="groundoverlay"> 113 </GroundOverlay>
|
/dports/science/libkml/libkml-1.3.0/testdata/links/ |
H A D | alllinks.kml | 20 <GroundOverlay> 24 </GroundOverlay>
|
/dports/science/libkml/libkml-1.3.0/testdata/gx/ |
H A D | all-gx-altitudemodes-golden.kml | 100 <GroundOverlay id="groundoverlay"> 108 </GroundOverlay>
|
H A D | all-gx-golden.kml | 142 <GroundOverlay> 144 </GroundOverlay>
|
/dports/science/healpix/Healpix_3.50/src/idl/visu/ |
H A D | cartgoogle.pro | 48 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 D | hpx2gs.pro | 49 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 D | folder.kml | 11 <GroundOverlay id="go"/>
|
/dports/astro/marble/marble-21.12.3/src/lib/marble/geodata/handlers/kml/ |
H A D | KmlGroundOverlayTagHandler.cpp | 21 KML_DEFINE_TAG_HANDLER( GroundOverlay ) in KML_DEFINE_TAG_HANDLER() argument
|
/dports/science/libkml/libkml-1.3.0/src/swig/ |
H A D | kmldom.i | 94 SWIG_INTRUSIVE_PTR_DERIVED(GroundOverlay, kmldom::Overlay, 95 kmldom::GroundOverlay)
|
H A D | libkml_kmlelements.i | 634 %nodefaultctor GroundOverlay; 635 class GroundOverlay : public Overlay {
|
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/kml/ |
H A D | KML_Common | 65 for_many( GroundOverlay, FUNC, NODE, CX ); \
|
/dports/science/libkml/libkml-1.3.0/testdata/style/ |
H A D | kmlsamples-inline-style-check.kml | 311 <GroundOverlay id="large-groundoverlay"> 333 </GroundOverlay>
|
/dports/graphics/py-gdal/gdal-3.3.3/doc/source/drivers/vector/ |
H A D | libkml.rst | 372 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 D | libkml.rst | 372 KML `<GroundOverlay> <https://developers.google.com/kml/documentation/kmlreference#groundoverlay>`__
|
/dports/graphics/gdal/gdal-3.3.3/doc/source/drivers/vector/ |
H A D | libkml.rst | 372 KML `<GroundOverlay> <https://developers.google.com/kml/documentation/kmlreference#groundoverlay>`__
|
/dports/graphics/py-gdal/gdal-3.3.3/ |
H A D | NEWS | 4445 * 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)
|