Class/Object

com.kodekutters.czml.czmlProperties

ConicSensor

Related Docs: object ConicSensor | package czmlProperties

Permalink

case class ConicSensor(show: Option[CzmlBoolean] = None, innerHalfAngle: Option[Number] = None, outerHalfAngle: Option[Number] = None, minimumClockAngle: Option[Number] = None, maximumClockAngle: Option[Number] = None, radius: Option[Number] = None, showIntersection: Option[CzmlBoolean] = None, intersectionColor: Option[ColorProperty] = None, intersectionWidth: Option[Number] = None, showLateralSurfaces: Option[CzmlBoolean] = None, lateralSurfaceMaterial: Option[Material] = None, showEllipsoidSurfaces: Option[CzmlBoolean] = None, ellipsoidSurfaceMaterial: Option[Material] = None, showEllipsoidHorizonSurfaces: Option[CzmlBoolean] = None, ellipsoidHorizonSurfaceMaterial: Option[Material] = None, showDomeSurfaces: Option[CzmlBoolean] = None, domeSurfaceMaterial: Option[Material] = None, portionToDisplay: Option[PortionToDisplay] = None) extends CzmlProperty with Product with Serializable

A conical sensor volume taking into account occlusion of an ellipsoid, i.e., the globe.

show

whether or not to show this property

innerHalfAngle

The inner half angle of the cone.

outerHalfAngle

The outer half angle of the cone.

minimumClockAngle

The minimum clock angle limit of the cone.

maximumClockAngle

The maximum clock angle limit of the cone.

radius

The radial limit of the cone.

showIntersection

Whether or not the intersection of the cone with the Earth is shown.

intersectionColor

The color of the intersection of the cone with the Earth.

intersectionWidth

The width of the intersection in pixels.

showLateralSurfaces

Whether or not the intersections of the cone with the earth are shown.

lateralSurfaceMaterial

Whether or not lateral surfaces are shown.

showEllipsoidSurfaces

Whether or not ellipsoid surfaces are shown.

ellipsoidSurfaceMaterial

The material to use for the cone's ellipsoid surface.

showEllipsoidHorizonSurfaces

Whether or not ellipsoid horizon surfaces are shown.

ellipsoidHorizonSurfaceMaterial

The material to use for the cone's ellipsoid horizon surface.

showDomeSurfaces

Whether or not dome surfaces are shown.

domeSurfaceMaterial

The material to use for the cone's dome.

portionToDisplay

Indicates what part of a sensor should be displayed.

Linear Supertypes
Serializable, Serializable, Product, Equals, CzmlProperty, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConicSensor
  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 ConicSensor(show: Option[CzmlBoolean] = None, innerHalfAngle: Option[Number] = None, outerHalfAngle: Option[Number] = None, minimumClockAngle: Option[Number] = None, maximumClockAngle: Option[Number] = None, radius: Option[Number] = None, showIntersection: Option[CzmlBoolean] = None, intersectionColor: Option[ColorProperty] = None, intersectionWidth: Option[Number] = None, showLateralSurfaces: Option[CzmlBoolean] = None, lateralSurfaceMaterial: Option[Material] = None, showEllipsoidSurfaces: Option[CzmlBoolean] = None, ellipsoidSurfaceMaterial: Option[Material] = None, showEllipsoidHorizonSurfaces: Option[CzmlBoolean] = None, ellipsoidHorizonSurfaceMaterial: Option[Material] = None, showDomeSurfaces: Option[CzmlBoolean] = None, domeSurfaceMaterial: Option[Material] = None, portionToDisplay: Option[PortionToDisplay] = None)

    Permalink

    show

    whether or not to show this property

    innerHalfAngle

    The inner half angle of the cone.

    outerHalfAngle

    The outer half angle of the cone.

    minimumClockAngle

    The minimum clock angle limit of the cone.

    maximumClockAngle

    The maximum clock angle limit of the cone.

    radius

    The radial limit of the cone.

    showIntersection

    Whether or not the intersection of the cone with the Earth is shown.

    intersectionColor

    The color of the intersection of the cone with the Earth.

    intersectionWidth

    The width of the intersection in pixels.

    showLateralSurfaces

    Whether or not the intersections of the cone with the earth are shown.

    lateralSurfaceMaterial

    Whether or not lateral surfaces are shown.

    showEllipsoidSurfaces

    Whether or not ellipsoid surfaces are shown.

    ellipsoidSurfaceMaterial

    The material to use for the cone's ellipsoid surface.

    showEllipsoidHorizonSurfaces

    Whether or not ellipsoid horizon surfaces are shown.

    ellipsoidHorizonSurfaceMaterial

    The material to use for the cone's ellipsoid horizon surface.

    showDomeSurfaces

    Whether or not dome surfaces are shown.

    domeSurfaceMaterial

    The material to use for the cone's dome.

    portionToDisplay

    Indicates what part of a sensor should be displayed.

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 domeSurfaceMaterial: Option[Material]

    Permalink

    The material to use for the cone's dome.

  7. val ellipsoidHorizonSurfaceMaterial: Option[Material]

    Permalink

    The material to use for the cone's ellipsoid horizon surface.

  8. val ellipsoidSurfaceMaterial: Option[Material]

    Permalink

    The material to use for the cone's ellipsoid surface.

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. val innerHalfAngle: Option[Number]

    Permalink

    The inner half angle of the cone.

  13. val intersectionColor: Option[ColorProperty]

    Permalink

    The color of the intersection of the cone with the Earth.

  14. val intersectionWidth: Option[Number]

    Permalink

    The width of the intersection in pixels.

  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. val lateralSurfaceMaterial: Option[Material]

    Permalink

    Whether or not lateral surfaces are shown.

  17. val maximumClockAngle: Option[Number]

    Permalink

    The maximum clock angle limit of the cone.

  18. val minimumClockAngle: Option[Number]

    Permalink

    The minimum clock angle limit of the cone.

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

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

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

    Permalink
    Definition Classes
    AnyRef
  22. val outerHalfAngle: Option[Number]

    Permalink

    The outer half angle of the cone.

  23. val portionToDisplay: Option[PortionToDisplay]

    Permalink

    Indicates what part of a sensor should be displayed.

  24. val radius: Option[Number]

    Permalink

    The radial limit of the cone.

  25. val show: Option[CzmlBoolean]

    Permalink

    whether or not to show this property

  26. val showDomeSurfaces: Option[CzmlBoolean]

    Permalink

    Whether or not dome surfaces are shown.

  27. val showEllipsoidHorizonSurfaces: Option[CzmlBoolean]

    Permalink

    Whether or not ellipsoid horizon surfaces are shown.

  28. val showEllipsoidSurfaces: Option[CzmlBoolean]

    Permalink

    Whether or not ellipsoid surfaces are shown.

  29. val showIntersection: Option[CzmlBoolean]

    Permalink

    Whether or not the intersection of the cone with the Earth is shown.

  30. val showLateralSurfaces: Option[CzmlBoolean]

    Permalink

    Whether or not the intersections of the cone with the earth are shown.

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

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

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

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