Class/Object

com.kodekutters.czml.czmlProperties

Rectangle

Related Docs: object Rectangle | package czmlProperties

Permalink

case class Rectangle(coordinates: Option[WsenDegrees] = None, show: Option[CzmlBoolean] = None, material: Option[Material] = None, height: Option[Number] = None, extrudedHeight: Option[Number] = None, granularity: Option[Number] = None, rotation: Option[Number] = None, stRotation: Option[Number] = None, fill: Option[CzmlBoolean] = None, outline: Option[CzmlBoolean] = None, outlineColor: Option[ColorProperty] = None, outlineWidth: Option[Number] = None, closeBottom: Option[CzmlBoolean] = None, closeTop: Option[CzmlBoolean] = None) extends CzmlProperty with Product with Serializable

The rectangle conforms to the curvature of the globe and can be placed on the surface or at altitude and can optionally be extruded into a volume.

coordinates

the coordinate of the rectangle in WsenDegrees

show

A boolean Property specifying the visibility of the rectangle.

material

A Property specifying the material used to fill the rectangle.

height

A numeric Property specifying the altitude of the rectangle.

extrudedHeight

A numeric Property specifying the altitude of the rectangle extrusion.

granularity

A numeric Property specifying the angular distance between points on the rectangle.

rotation

A numeric property specifying the rotation of the rectangle clockwise from north.

stRotation

A numeric property specifying the rotation of the rectangle texture counter-clockwise from north.

fill

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

outline

A boolean Property specifying whether the rectangle is outlined.

outlineColor

A Property specifying the Color of the outline.

outlineWidth

A numeric Property specifying the width of the outline.

closeBottom

A boolean Property specifying whether the rectangle has a bottom cover when extruded.

closeTop

A boolean Property specifying whether the rectangle has a top cover when extruded

Linear Supertypes
Serializable, Serializable, Product, Equals, CzmlProperty, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Rectangle
  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 Rectangle(w: Double, s: Double, e: Double, n: Double)

    Permalink
  2. new Rectangle(coordinates: Option[WsenDegrees] = None, show: Option[CzmlBoolean] = None, material: Option[Material] = None, height: Option[Number] = None, extrudedHeight: Option[Number] = None, granularity: Option[Number] = None, rotation: Option[Number] = None, stRotation: Option[Number] = None, fill: Option[CzmlBoolean] = None, outline: Option[CzmlBoolean] = None, outlineColor: Option[ColorProperty] = None, outlineWidth: Option[Number] = None, closeBottom: Option[CzmlBoolean] = None, closeTop: Option[CzmlBoolean] = None)

    Permalink

    coordinates

    the coordinate of the rectangle in WsenDegrees

    show

    A boolean Property specifying the visibility of the rectangle.

    material

    A Property specifying the material used to fill the rectangle.

    height

    A numeric Property specifying the altitude of the rectangle.

    extrudedHeight

    A numeric Property specifying the altitude of the rectangle extrusion.

    granularity

    A numeric Property specifying the angular distance between points on the rectangle.

    rotation

    A numeric property specifying the rotation of the rectangle clockwise from north.

    stRotation

    A numeric property specifying the rotation of the rectangle texture counter-clockwise from north.

    fill

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

    outline

    A boolean Property specifying whether the rectangle is outlined.

    outlineColor

    A Property specifying the Color of the outline.

    outlineWidth

    A numeric Property specifying the width of the outline.

    closeBottom

    A boolean Property specifying whether the rectangle has a bottom cover when extruded.

    closeTop

    A boolean Property specifying whether the rectangle has a top cover when extruded

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 closeBottom: Option[CzmlBoolean]

    Permalink

    A boolean Property specifying whether the rectangle has a bottom cover when extruded.

  7. val closeTop: Option[CzmlBoolean]

    Permalink

    A boolean Property specifying whether the rectangle has a top cover when extruded

  8. val coordinates: Option[WsenDegrees]

    Permalink

    the coordinate of the rectangle in WsenDegrees

  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. val extrudedHeight: Option[Number]

    Permalink

    A numeric Property specifying the altitude of the rectangle extrusion.

  11. val fill: Option[CzmlBoolean]

    Permalink

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

  12. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. val granularity: Option[Number]

    Permalink

    A numeric Property specifying the angular distance between points on the rectangle.

  15. val height: Option[Number]

    Permalink

    A numeric Property specifying the altitude of the rectangle.

  16. final def isInstanceOf[T0]: Boolean

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

    Permalink

    A Property specifying the material used to fill the rectangle.

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

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

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

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

    Permalink

    A boolean Property specifying whether the rectangle is outlined.

  22. val outlineColor: Option[ColorProperty]

    Permalink

    A Property specifying the Color of the outline.

  23. val outlineWidth: Option[Number]

    Permalink

    A numeric Property specifying the width of the outline.

  24. val rotation: Option[Number]

    Permalink

    A numeric property specifying the rotation of the rectangle clockwise from north.

  25. val show: Option[CzmlBoolean]

    Permalink

    A boolean Property specifying the visibility of the rectangle.

  26. val stRotation: Option[Number]

    Permalink

    A numeric property specifying the rotation of the rectangle texture counter-clockwise from north.

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

    Permalink
    Definition Classes
    AnyRef
  28. final def wait(): Unit

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

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