kml:GroundOverlay
Element information
Namespace: http://www.opengis.net/kml/2.2
Schema document: ogckml22.xsd
Type: kml:GroundOverlayType
Properties: Global, Qualified
Content
- Sequence [1..1]
- kml:ObjectSimpleExtensionGroupAbstract [0..*]
- kml:name [0..1]
- kml:visibility [0..1]
- kml:open [0..1]
- atom:author [0..1]
- atom:link [0..1]
- kml:address [0..1]
- xal:AddressDetails [0..1] This container defines the details of the address. Can define multiple addresses including tracking address history
- kml:phoneNumber [0..1]
- Choice [1..1]
- kml:Snippet [0..1]
- kml:snippet [0..1]
- kml:description [0..1]
- Choice [0..1]from subst. group kml:AbstractViewGroup
- Choice [0..1]from subst. group kml:AbstractTimePrimitiveGroup
- kml:styleUrl [0..1]
- Choice [0..*]from subst. group kml:AbstractStyleSelectorGroup
- kml:Region [0..1]
- Choice [1..1]
- kml:Metadata [0..1] Metadata deprecated in 2.2
- kml:ExtendedData [0..1]
- kml:AbstractFeatureSimpleExtensionGroupAbstract [0..*]
- kml:AbstractFeatureObjectExtensionGroupAbstract [0..*]
- kml:color [0..1]
- kml:drawOrder [0..1]
- kml:Icon [0..1]
- kml:AbstractOverlaySimpleExtensionGroupAbstract [0..*]
- kml:AbstractOverlayObjectExtensionGroupAbstract [0..*]
- kml:altitude [0..1]
- kml:altitudeMode [0..1]
- kml:LatLonBox [0..1]
- kml:GroundOverlaySimpleExtensionGroupAbstract [0..*]
- kml:GroundOverlayObjectExtensionGroupAbstract [0..*]
from type kml:AbstractObjectTypefrom subst. group kml:ObjectSimpleExtensionGroupfrom type kml:AbstractFeatureTypefrom subst. group kml:AbstractFeatureSimpleExtensionGroupfrom subst. group kml:AbstractFeatureObjectExtensionGroupfrom type kml:AbstractOverlayTypefrom subst. group kml:AbstractOverlaySimpleExtensionGroupfrom subst. group kml:AbstractOverlayObjectExtensionGroupfrom subst. group kml:altitudeModeGroupfrom subst. group kml:GroundOverlaySimpleExtensionGroupfrom subst. group kml:GroundOverlayObjectExtensionGroup
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from group kml:idAttributes | |
targetId | [0..1] | xsd:NCName | from group kml:idAttributes |
Used in
- Type kml:ChangeType (Element kml:Change)
- Type kml:DeleteType (Element kml:Delete)
- Type kml:DocumentType (Element kml:Document)
- Type kml:FolderType (Element kml:Folder)
- Type kml:KmlType (Element kml:kml)
Substitution hierarchy
- kml:AbstractObjectGroup
- can be substituted with kml:AbstractFeatureGroup
- can be substituted with kml:AbstractOverlayGroup
- can be substituted with kml:GroundOverlay
- can be substituted with kml:AbstractOverlayGroup
- can be substituted with kml:AbstractFeatureGroup
Sample instance
<GroundOverlay> <name>Large-scale overlay on terrain</name> <visibility>0</visibility> <description>Overlay shows Mount Etna erupting on July 13th, 2001.</description> <LookAt> <longitude>15.02468937557116</longitude> <latitude>37.67395167941667</latitude> <altitude>0</altitude> <heading>-16.5581842842829</heading> <tilt>58.31228652890705</tilt> <range>30350.36838438907</range> </LookAt> <Icon> <href>http://developers.google.com/kml/documentation/images/etna.jpg</href> </Icon> <LatLonBox> <north>37.91904192681665</north> <south>37.46543388598137</south> <east>15.35832653742206</east> <west>14.60128369746704</west> <rotation>-0.1556640799496235</rotation> </LatLonBox> </GroundOverlay>