kml:AbstractLatLonBoxSimpleExtensionGroup kml: AbstractLatLonBoxObjectExtensionGroup

OGC 07-147r2 Copyright © 2007, 2008 Open Geospatial Consortium, Inc. All Rights Reserved. 67

9.14.3.4 kml:west

9.14.3.4.1 Description

Specifies the longitude of the west edge of the bounding box, in decimal degrees from 0 to ±180. For overlays that overlap the meridian of 180° longitude, values can extend beyond that range.

9.14.3.4.2 Content

Type: kml:angle180Type Default Value: -180.0

9.14.3.5 kml:AbstractLatLonBoxSimpleExtensionGroup

See 6.6.3.1 Simple Element Substitution.

9.14.3.6 kml: AbstractLatLonBoxObjectExtensionGroup

See 6.6.3.2 Complex Element Substitution. OGC 07-147r2 68 Copyright © 2007, 2008 Open Geospatial Consortium, Inc. All Rights Reserved. 9.15 kml:LatLonAltBox 9.15.1 Structure kml:LatLonAltBox id=ID [0..1] targetId=NCName [0..1] kml:ObjectSimpleExtensionGroup ... kml:ObjectSimpleExtensionGroup [0..] kml:north ... kml:north [0..1] kml:south ... kml:south [0..1] kml:east ... kml:east [0..1] kml:west ... kml:west [0..1] kml:AbstractLatLonBoxSimpleExtensionGroup ... kml:AbstractLatLonBoxSimpleExtensionGroup [0..] kml:AbstractLatLonBoxObjectExtensionGroup ... kml:AbstractLatLonBoxObjectExtensionGroup [0..] kml:minAltitude ... kml:minAltitude [0..1] kml:maxAltitude ... kml:maxAltitude [0..1] kml:altitudeModeGroup ... kml:altitudeModeGroup [0..1] kml:LatLonAltBoxSimpleExtensionGroup ... kml:LatLonAltBoxSimpleExtensionGroup [0..] kml:LatLonAltBoxObjectExtensionGroup ... kml:LatLonAltBoxObjectExtensionGroup [0..] kml:LatLonAltBox 9.15.2 Description This element can be used wherever the following element is referenced: • kml:AbstractObjectGroup NOTE: The schema type for kml:LatLonAltBox derives by extension from the schema type for kml:AbstractLatLonAltBoxGroup , even though it does not substitute for it. Specifies the extent of a 3D bounding box, such that: • kml:north is greater than kml:south ; • kml:east is greater than kml:west ; • kml:minAltitude is less than or equal to kml:maxAltitude ; • if kml:minAltitude and kml:maxAltitude are both present, kml:altitudeMode shall not have a value of clampToGround. OGC 07-147r2 Copyright © 2007, 2008 Open Geospatial Consortium, Inc. All Rights Reserved. 69

9.15.3 Content

9.15.3.1 minAltitude

9.15.3.1.1 Description

Specified in meters above the vertical datum and is affected by the kml:altitudeMode specification.

9.15.3.1.2 Content

Type: xsd: double Default Value: 0.0

9.15.3.2 maxAltitude

9.15.3.2.1 Description

Specified in meters above the vertical datum and is affected by the kml:altitudeMode specification.

9.15.3.2.2 Content

Type: xsd: double Default Value: 0.0

9.15.3.3 altitudeModeGroup

See 9.17 kml:altitudeMode.

9.15.3.4 kml:LatLonAltBoxSimpleExtensionGroup

See 6.6.3.1 Simple Element Substitution.

9.15.3.5 kml:LatLonAltBoxObjectExtensionGroup

See 6.6.3.2 Complex Element Substitution.