kml:LatLonBox
Element information
Namespace: http://www.opengis.net/kml/2.2
Schema document: ogckml22.xsd
Type: kml:LatLonBoxType
Properties: Global, Qualified
Content
- Sequence [1..1]
- kml:ObjectSimpleExtensionGroupAbstract [0..*]
- kml:north [0..1]
- kml:south [0..1]
- kml:east [0..1]
- kml:west [0..1]
- kml:AbstractLatLonBoxSimpleExtensionGroupAbstract [0..*]
- kml:AbstractLatLonBoxObjectExtensionGroupAbstract [0..*]
- kml:rotation [0..1]
- kml:LatLonBoxSimpleExtensionGroupAbstract [0..*]
- kml:LatLonBoxObjectExtensionGroupAbstract [0..*]
from type kml:AbstractObjectTypefrom subst. group kml:ObjectSimpleExtensionGroupfrom type kml:AbstractLatLonBoxTypefrom subst. group kml:AbstractLatLonBoxSimpleExtensionGroupfrom subst. group kml:AbstractLatLonBoxObjectExtensionGroupfrom subst. group kml:LatLonBoxSimpleExtensionGroupfrom subst. group kml:LatLonBoxObjectExtensionGroup
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:GroundOverlayType (Element kml:GroundOverlay)
Substitution hierarchy
- kml:AbstractObjectGroup
- can be substituted with kml:LatLonBox
Sample instance
<LatLonBox> <north>37.91904192681665</north> <south>37.46543388598137</south> <east>15.35832653742206</east> <west>14.60128369746704</west> <rotation>-0.1556640799496235</rotation> </LatLonBox>