Class

com.scalakml.kml

LatLonBox

Related Doc: package kml

Permalink

case class LatLonBox(rotation: Option[Double] = 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, latLonBoxTypeSimpleExtensionGroup: Seq[Any] = Nil, latLonBoxTypeObjectExtensionGroup: Seq[Any] = Nil, objectSimpleExtensionGroup: Seq[Any] = Nil) extends LatLonBoxType with Product with Serializable

Specifies where the top, bottom, right, and left sides of a bounding box for the ground overlay are aligned.

rotation

Specifies a rotation of the overlay about its center, in degrees. Values can be ±180. The default is 0 (north). Rotations are specified in a counterclockwise direction.

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. LatLonBox
  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 LatLonBox(rotation: Double, north: Double, south: Double, east: Double, west: Double, id: String)

    Permalink
  2. new LatLonBox(rotation: Double, north: Double, south: Double, east: Double, west: Double)

    Permalink
  3. new LatLonBox(rotation: Option[Double] = 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, latLonBoxTypeSimpleExtensionGroup: Seq[Any] = Nil, latLonBoxTypeObjectExtensionGroup: Seq[Any] = Nil, objectSimpleExtensionGroup: Seq[Any] = Nil)

    Permalink

    rotation

    Specifies a rotation of the overlay about its center, in degrees. Values can be ±180. The default is 0 (north). Rotations are specified in a counterclockwise direction.

    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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. 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
    LatLonBoxLatLonBoxType
  7. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    LatLonBoxLatLonBoxTypeKmlObject
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. val latLonBoxTypeObjectExtensionGroup: Seq[Any]

    Permalink
    Definition Classes
    LatLonBoxLatLonBoxType
  13. val latLonBoxTypeSimpleExtensionGroup: Seq[Any]

    Permalink
    Definition Classes
    LatLonBoxLatLonBoxType
  14. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. 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
    LatLonBoxLatLonBoxType
  16. final def notify(): Unit

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

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

    Permalink
    Definition Classes
    LatLonBoxLatLonBoxTypeKmlObject
  19. val rotation: Option[Double]

    Permalink

    Specifies a rotation of the overlay about its center, in degrees.

    Specifies a rotation of the overlay about its center, in degrees. Values can be ±180. The default is 0 (north). Rotations are specified in a counterclockwise direction.

  20. 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
    LatLonBoxLatLonBoxType
  21. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    LatLonBoxLatLonBoxTypeKmlObject
  23. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. 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
    LatLonBoxLatLonBoxType

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