Class/Object

com.kodekutters.czml.czmlProperties

Wall

Related Docs: object Wall | package czmlProperties

Permalink

case class Wall(positions: Option[Positions] = None, show: Option[CzmlBoolean] = None, material: Option[Material] = None, minimumHeights: Option[Array[Double]] = None, maximumHeights: Option[Array[Double]] = None, granularity: Option[Number] = None, fill: Option[CzmlBoolean] = None, outline: Option[CzmlBoolean] = None, outlineColor: Option[ColorProperty] = None, outlineWidth: Option[Number] = None) extends CzmlProperty with Product with Serializable

Describes a two dimensional wall defined as a line strip and optional maximum and minimum heights. The wall conforms to the curvature of the globe and can be placed along the surface or at altitude.

positions

A Property specifying the array of Cartesian3 positions which define the top of the wall.

show

A boolean Property specifying the visibility of the wall.

material

A Property specifying the material used to fill the wall.

minimumHeights

A Property specifying an array of heights to be used for the bottom of the wall instead of the globe surface.

maximumHeights

A Property specifying an array of heights to be used for the top of the wall instead of the height of each position.

granularity

A numeric Property specifying the angular distance between each latitude and longitude point.

fill

A boolean Property specifying whether the wall is filled with the provided material.

outline

A boolean Property specifying whether the wall is outlined.

outlineColor

A Property specifying the Color of the outline.

outlineWidth

A numeric Property specifying the width of the outline.

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

Instance Constructors

  1. new Wall(positions: Option[Positions] = None, show: Option[CzmlBoolean] = None, material: Option[Material] = None, minimumHeights: Option[Array[Double]] = None, maximumHeights: Option[Array[Double]] = None, granularity: Option[Number] = None, fill: Option[CzmlBoolean] = None, outline: Option[CzmlBoolean] = None, outlineColor: Option[ColorProperty] = None, outlineWidth: Option[Number] = None)

    Permalink

    positions

    A Property specifying the array of Cartesian3 positions which define the top of the wall.

    show

    A boolean Property specifying the visibility of the wall.

    material

    A Property specifying the material used to fill the wall.

    minimumHeights

    A Property specifying an array of heights to be used for the bottom of the wall instead of the globe surface.

    maximumHeights

    A Property specifying an array of heights to be used for the top of the wall instead of the height of each position.

    granularity

    A numeric Property specifying the angular distance between each latitude and longitude point.

    fill

    A boolean Property specifying whether the wall is filled with the provided material.

    outline

    A boolean Property specifying whether the wall is outlined.

    outlineColor

    A Property specifying the Color of the outline.

    outlineWidth

    A numeric Property specifying the width of the outline.

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. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. val fill: Option[CzmlBoolean]

    Permalink

    A boolean Property specifying whether the wall is filled with the provided material.

  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 granularity: Option[Number]

    Permalink

    A numeric Property specifying the angular distance between each latitude and longitude point.

  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. val material: Option[Material]

    Permalink

    A Property specifying the material used to fill the wall.

  13. val maximumHeights: Option[Array[Double]]

    Permalink

    A Property specifying an array of heights to be used for the top of the wall instead of the height of each position.

  14. val minimumHeights: Option[Array[Double]]

    Permalink

    A Property specifying an array of heights to be used for the bottom of the wall instead of the globe surface.

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

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

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

    Permalink
    Definition Classes
    AnyRef
  18. val outline: Option[CzmlBoolean]

    Permalink

    A boolean Property specifying whether the wall is outlined.

  19. val outlineColor: Option[ColorProperty]

    Permalink

    A Property specifying the Color of the outline.

  20. val outlineWidth: Option[Number]

    Permalink

    A numeric Property specifying the width of the outline.

  21. val positions: Option[Positions]

    Permalink

    A Property specifying the array of Cartesian3 positions which define the top of the wall.

  22. val show: Option[CzmlBoolean]

    Permalink

    A boolean Property specifying the visibility of the wall.

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

    Permalink
    Definition Classes
    AnyRef
  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 CzmlProperty

Inherited from AnyRef

Inherited from Any

Ungrouped