Class: KmlLatLonAltBox

KmlLatLonAltBox(options)

Contains the data associated with LatLonAltBox node.

Constructor

new KmlLatLonAltBox(options)

Constructs an KmlLatLonAltBox. Applications usually don't call this constructor. It is called by KmlFile as objects from Kml file are read. This object is already concrete implementation.
Parameters:
Name Type Description
options Object
Properties
Name Type Description
objectNode Node Node representing alternative lat lon box in the document.
Source:
See:
Throws:
If the node is null or undefined.
Type
ArgumentError

Members

(readonly) kmlEast :Number

Specifies the longitude of the east edge of the bounding box, in decimal degrees from 0 to +-180.
Type:
  • Number
Source:

(readonly) kmlMaxAltitude :Number

Specified in meters (and is affected by the altitude mode specification).
Type:
  • Number
Source:

(readonly) kmlMinAltitude :Number

Specified in meters (and is affected by the altitude mode specification).
Type:
  • Number
Source:

(readonly) kmlNorth :Number

Specifies the latitude of the north edge of the bounding box, in decimal degrees from 0 to +-90.
Type:
  • Number
Source:

(readonly) kmlSouth :Number

Specifies the latitude of the south edge of the bounding box, in decimal degrees from 0 to +-90.
Type:
  • Number
Source:

(readonly) kmlWest :Number

Specifies the longitude of the west edge of the bounding box, in decimal degrees from 0 to +-180.
Type:
  • Number
Source:

Methods

getTagNames()

Source: