Class

com.scalakml.kml

ViewVolume

Related Doc: package kml

Permalink

case class ViewVolume(leftFov: Option[Double] = None, rightFov: Option[Double] = None, bottomFov: Option[Double] = None, topFov: Option[Double] = None, near: Option[Double] = None, id: Option[String] = None, targetId: Option[String] = None, viewVolumeSimpleExtensionGroup: Seq[Any] = Nil, viewVolumeObjectExtensionGroup: Seq[Any] = Nil, objectSimpleExtensionGroup: Seq[Any] = Nil) extends KmlObject with Product with Serializable

Defines how much of the current scene is visible. Specifying the field of view is analogous to specifying the lens opening in a physical camera. A small field of view, like a telephoto lens, focuses on a small part of the scene. A large field of view, like a wide-angle lens, focuses on a large part of the scene.

leftFov

Angle, in degrees, between the camera's viewing direction and the left side of the view volume.

rightFov

Angle, in degrees, between the camera's viewing direction and the right side of the view volume.

bottomFov

Angle, in degrees, between the camera's viewing direction and the bottom side of the view volume.

topFov

Angle, in degrees, between the camera's viewing direction and the top side of the view volume.

near

Measurement in meters along the viewing direction from the camera viewpoint to the PhotoOverlay shape.

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

Instance Constructors

  1. new ViewVolume(leftFov: Double, rightFov: Double, bottomFov: Double, near: Double)

    Permalink
  2. new ViewVolume(leftFov: Option[Double] = None, rightFov: Option[Double] = None, bottomFov: Option[Double] = None, topFov: Option[Double] = None, near: Option[Double] = None, id: Option[String] = None, targetId: Option[String] = None, viewVolumeSimpleExtensionGroup: Seq[Any] = Nil, viewVolumeObjectExtensionGroup: Seq[Any] = Nil, objectSimpleExtensionGroup: Seq[Any] = Nil)

    Permalink

    leftFov

    Angle, in degrees, between the camera's viewing direction and the left side of the view volume.

    rightFov

    Angle, in degrees, between the camera's viewing direction and the right side of the view volume.

    bottomFov

    Angle, in degrees, between the camera's viewing direction and the bottom side of the view volume.

    topFov

    Angle, in degrees, between the camera's viewing direction and the top side of the view volume.

    near

    Measurement in meters along the viewing direction from the camera viewpoint to the PhotoOverlay shape.

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. val bottomFov: Option[Double]

    Permalink

    Angle, in degrees, between the camera's viewing direction and the bottom side of the view volume.

  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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
    ViewVolumeKmlObject
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. val leftFov: Option[Double]

    Permalink

    Angle, in degrees, between the camera's viewing direction and the left side of the view volume.

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

    Permalink
    Definition Classes
    AnyRef
  14. val near: Option[Double]

    Permalink

    Measurement in meters along the viewing direction from the camera viewpoint to the PhotoOverlay shape.

  15. final def notify(): Unit

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

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

    Permalink
    Definition Classes
    ViewVolumeKmlObject
  18. val rightFov: Option[Double]

    Permalink

    Angle, in degrees, between the camera's viewing direction and the right side of the view volume.

  19. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    ViewVolumeKmlObject
  21. val topFov: Option[Double]

    Permalink

    Angle, in degrees, between the camera's viewing direction and the top side of the view volume.

  22. val viewVolumeObjectExtensionGroup: Seq[Any]

    Permalink
  23. val viewVolumeSimpleExtensionGroup: Seq[Any]

    Permalink
  24. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from KmlObject

Inherited from AnyRef

Inherited from Any

Ungrouped