Schema Central > KML 2.2 > ogckml22.xsd > kml:ScreenOverlay
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

kml:ScreenOverlay

Element information

Namespace: http://www.opengis.net/kml/2.2

Schema document: ogckml22.xsd

Type: kml:ScreenOverlayType

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
id [0..1]xsd:IDfrom group kml:idAttributes
targetId [0..1]xsd:NCNamefrom group kml:idAttributes

Used in

Substitution hierarchy

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>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com