Class/Object

com.kodekutters.czml.czmlProperties

Cylinder

Related Docs: object Cylinder | package czmlProperties

Permalink

case class Cylinder(show: Option[CzmlBoolean] = None, length: Option[Number] = None, topRadius: Option[Number] = None, bottomRadius: Option[Number] = None, material: Option[Material] = None, fill: Option[CzmlBoolean] = None, outline: Option[CzmlBoolean] = None, outlineColor: Option[ColorProperty] = None, outlineWidth: Option[Number] = None, numberOfVerticalLines: Option[Number] = None, slices: Option[Number] = None, shadows: Option[ShadowMode] = None) extends CzmlProperty with Product with Serializable

A cylinder

show

A boolean Property specifying the visibility of the cylinder.

length

The length of the cylinder

topRadius

The top radius of the cylinder

bottomRadius

The bottom radius of the cylinder

material

A Property specifying the material used to fill the cylinder.

fill

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

outline

A boolean Property specifying whether the cylinder is outlined.

outlineColor

A Property specifying the Color of the outline.

outlineWidth

A numeric Property specifying the width of the outline.

shadows

Whether or not the box casts or receives shadows.

Linear Supertypes
Serializable, Serializable, Product, Equals, CzmlProperty, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Cylinder
  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 Cylinder(show: Option[CzmlBoolean] = None, length: Option[Number] = None, topRadius: Option[Number] = None, bottomRadius: Option[Number] = None, material: Option[Material] = None, fill: Option[CzmlBoolean] = None, outline: Option[CzmlBoolean] = None, outlineColor: Option[ColorProperty] = None, outlineWidth: Option[Number] = None, numberOfVerticalLines: Option[Number] = None, slices: Option[Number] = None, shadows: Option[ShadowMode] = None)

    Permalink

    show

    A boolean Property specifying the visibility of the cylinder.

    length

    The length of the cylinder

    topRadius

    The top radius of the cylinder

    bottomRadius

    The bottom radius of the cylinder

    material

    A Property specifying the material used to fill the cylinder.

    fill

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

    outline

    A boolean Property specifying whether the cylinder is outlined.

    outlineColor

    A Property specifying the Color of the outline.

    outlineWidth

    A numeric Property specifying the width of the outline.

    shadows

    Whether or not the box casts or receives shadows.

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

    Permalink

    The bottom radius of the cylinder

  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. val fill: Option[CzmlBoolean]

    Permalink

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

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

    Permalink
    Definition Classes
    Any
  12. val length: Option[Number]

    Permalink

    The length of the cylinder

  13. val material: Option[Material]

    Permalink

    A Property specifying the material used to fill the cylinder.

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

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

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

    Permalink
    Definition Classes
    AnyRef
  17. val numberOfVerticalLines: Option[Number]

    Permalink
  18. val outline: Option[CzmlBoolean]

    Permalink

    A boolean Property specifying whether the cylinder 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 shadows: Option[ShadowMode]

    Permalink

    Whether or not the box casts or receives shadows.

  22. val show: Option[CzmlBoolean]

    Permalink

    A boolean Property specifying the visibility of the cylinder.

  23. val slices: Option[Number]

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

    Permalink
    Definition Classes
    AnyRef
  25. val topRadius: Option[Number]

    Permalink

    The top radius of the cylinder

  26. final def wait(): Unit

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

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