kml:ScreenOverlay
Element information
Namespace: http://www.opengis.net/kml/2.2
Schema document: ogckml22.xsd
Type: kml:ScreenOverlayType
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:overlayXY [0..1]
- kml:screenXY [0..1]
- kml:rotationXY [0..1]
- kml:size [0..1]
- kml:rotation [0..1]
- kml:ScreenOverlaySimpleExtensionGroupAbstract [0..*]
- kml:ScreenOverlayObjectExtensionGroupAbstract [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:ScreenOverlaySimpleExtensionGroupfrom subst. group kml:ScreenOverlayObjectExtensionGroup
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:ScreenOverlay
- can be substituted with kml:AbstractOverlayGroup
- can be substituted with kml:AbstractFeatureGroup
Sample instance
<ScreenOverlay> <name>Simple crosshairs</name> <visibility>0</visibility> <description>This screen overlay uses fractional positioning to put the image in the exact center of the screen</description> <Icon> <href>http://developers.google.com/kml/documentation/images/crosshairs.png</href> </Icon> <overlayXY x="0.5" y="0.5" xunits="fraction" yunits="fraction"/> <screenXY x="0.5" y="0.5" xunits="fraction" yunits="fraction"/> <rotationXY x="0.5" y="0.5" xunits="fraction" yunits="fraction"/> <size x="0" y="0" xunits="pixels" yunits="pixels"/> </ScreenOverlay>