Class

com.scalakml.kml

LatLonAltBox

Related Doc: package kml

Permalink

case class LatLonAltBox(minAltitude: Option[Double] = None, maxAltitude: Option[Double] = None, altitudeMode: Option[AltitudeMode] = None, north: Option[Double] = None, south: Option[Double] = None, east: Option[Double] = None, west: Option[Double] = None, id: Option[String] = None, targetId: Option[String] = None, latLonAltBoxSimpleExtensionGroup: Seq[Any] = Nil, latLonAltBoxObjectExtensionGroup: Seq[Any] = Nil, latLonBoxTypeSimpleExtensionGroup: Seq[Any] = Nil, latLonBoxTypeObjectExtensionGroup: Seq[Any] = Nil, objectSimpleExtensionGroup: Seq[Any] = Nil) extends LatLonBoxType with Product with Serializable

A bounding box that describes an area of interest defined by geographic coordinates and altitudes.

minAltitude

Specified in meters (and is affected by the altitude mode specification).

maxAltitude

Specified in meters (and is affected by the altitude mode specification).

altitudeMode

Possible values for <altitudeMode> are clampToGround, relativeToGround, and absolute. Possible values for <gx:altitudeMode> are clampToSeaFloor and relativeToSeaFloor. Also see <LatLonBox>.

north

Specifies the latitude of the north edge of the bounding box, in decimal degrees from 0 to ±90.

south

Specifies the latitude of the south edge of the bounding box, in decimal degrees from 0 to ±90.

east

Specifies the longitude of the east 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.)

west

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.)

Linear Supertypes
Serializable, Serializable, Product, Equals, LatLonBoxType, KmlObject, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LatLonAltBox
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. LatLonBoxType
  7. KmlObject
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LatLonAltBox(minAltitude: Double, maxAltitude: Double, altitudeMode: AltitudeMode, north: Double, south: Double, east: Double, west: Double, id: String)

    Permalink
  2. new LatLonAltBox(minAltitude: Double, maxAltitude: Double, altitudeMode: AltitudeMode, north: Double, south: Double, east: Double, west: Double)

    Permalink
  3. new LatLonAltBox(minAltitude: Option[Double] = None, maxAltitude: Option[Double] = None, altitudeMode: Option[AltitudeMode] = None, north: Option[Double] = None, south: Option[Double] = None, east: Option[Double] = None, west: Option[Double] = None, id: Option[String] = None, targetId: Option[String] = None, latLonAltBoxSimpleExtensionGroup: Seq[Any] = Nil, latLonAltBoxObjectExtensionGroup: Seq[Any] = Nil, latLonBoxTypeSimpleExtensionGroup: Seq[Any] = Nil, latLonBoxTypeObjectExtensionGroup: Seq[Any] = Nil, objectSimpleExtensionGroup: Seq[Any] = Nil)

    Permalink

    minAltitude

    Specified in meters (and is affected by the altitude mode specification).

    maxAltitude

    Specified in meters (and is affected by the altitude mode specification).

    altitudeMode

    Possible values for <altitudeMode> are clampToGround, relativeToGround, and absolute. Possible values for <gx:altitudeMode> are clampToSeaFloor and relativeToSeaFloor. Also see <LatLonBox>.

    north

    Specifies the latitude of the north edge of the bounding box, in decimal degrees from 0 to ±90.

    south

    Specifies the latitude of the south edge of the bounding box, in decimal degrees from 0 to ±90.

    east

    Specifies the longitude of the east 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.)

    west

    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.)

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val altitudeMode: Option[AltitudeMode]

    Permalink

    Possible values for <altitudeMode> are clampToGround, relativeToGround, and absolute.

    Possible values for <altitudeMode> are clampToGround, relativeToGround, and absolute. Possible values for <gx:altitudeMode> are clampToSeaFloor and relativeToSeaFloor. Also see <LatLonBox>.

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val east: Option[Double]

    Permalink

    Specifies the longitude of the east edge of the bounding box, in decimal degrees from 0 to ±180.

    Specifies the longitude of the east 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.)

    Definition Classes
    LatLonAltBoxLatLonBoxType
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. val id: Option[String]

    Permalink
    Definition Classes
    LatLonAltBoxLatLonBoxTypeKmlObject
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. val latLonAltBoxObjectExtensionGroup: Seq[Any]

    Permalink
  14. val latLonAltBoxSimpleExtensionGroup: Seq[Any]

    Permalink
  15. val latLonBoxTypeObjectExtensionGroup: Seq[Any]

    Permalink
    Definition Classes
    LatLonAltBoxLatLonBoxType
  16. val latLonBoxTypeSimpleExtensionGroup: Seq[Any]

    Permalink
    Definition Classes
    LatLonAltBoxLatLonBoxType
  17. val maxAltitude: Option[Double]

    Permalink

    Specified in meters (and is affected by the altitude mode specification).

  18. val minAltitude: Option[Double]

    Permalink

    Specified in meters (and is affected by the altitude mode specification).

  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. val north: Option[Double]

    Permalink

    Specifies the latitude of the north edge of the bounding box, in decimal degrees from 0 to ±90.

    Specifies the latitude of the north edge of the bounding box, in decimal degrees from 0 to ±90.

    Definition Classes
    LatLonAltBoxLatLonBoxType
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. val objectSimpleExtensionGroup: Seq[Any]

    Permalink
    Definition Classes
    LatLonAltBoxLatLonBoxTypeKmlObject
  24. val south: Option[Double]

    Permalink

    Specifies the latitude of the south edge of the bounding box, in decimal degrees from 0 to ±90.

    Specifies the latitude of the south edge of the bounding box, in decimal degrees from 0 to ±90.

    Definition Classes
    LatLonAltBoxLatLonBoxType
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. val targetId: Option[String]

    Permalink
    Definition Classes
    LatLonAltBoxLatLonBoxTypeKmlObject
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. val west: Option[Double]

    Permalink

    Specifies the longitude of the west edge of the bounding box, in decimal degrees from 0 to ±180.

    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.)

    Definition Classes
    LatLonAltBoxLatLonBoxType

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from LatLonBoxType

Inherited from KmlObject

Inherited from AnyRef

Inherited from Any

Ungrouped