Package

com.kodekutters

czml

Permalink

package czml

Visibility
  1. Public
  2. All

Type Members

  1. case class MyPacket(mydata: Option[Array[Int]], czmlPacket: Option[CZMLPacket]) extends Packet with Product with Serializable

    Permalink

    make a custom packet that extends Packet

    make a custom packet that extends Packet

    mydata

    the custom property

    czmlPacket

    the CZML standard packet

Value Members

  1. object CzmlImplicits

    Permalink

    a set of implicit conversions.

    a set of implicit conversions. Use with care.

  2. object Example1

    Permalink

    a basic example

  3. object Example2

    Permalink
  4. object Example3

    Permalink

    another example

  5. object ExampleCustom

    Permalink

    an example using custom properties

  6. object MainTest

    Permalink
  7. object MyPacket extends Serializable

    Permalink
  8. object TestApp

    Permalink
  9. object Util

    Permalink

    basic supporting utilities

  10. package czmlCore

    Permalink

    The Cesium CZML language as described in the following references:

    The Cesium CZML language as described in the following references:

    https://github.com/AnalyticalGraphicsInc/cesium/wiki/CZML-Structure https://github.com/AnalyticalGraphicsInc/cesium/wiki/CZML-Content https://github.com/AnalyticalGraphicsInc/cesium/wiki/CZML-Guide

    CZML is a JSON schema for describing a time-dynamic graphical scene, primarily for display in a web browser running Cesium. It describes lines, points, billboards (markers), models and other graphical primitives, and specifies how they change with time.

    This package implements all core czml supporting elements but not the czmlProperties.

  11. package czmlCustom

    Permalink

    This package implements CustomProperty and its support elements for the CZML custom properties

    This package implements CustomProperty and its support elements for the CZML custom properties

    see: https://github.com/AnalyticalGraphicsInc/cesium/issues/3162

  12. package czmlProperties

    Permalink

    The Cesium CZML language as described in the following references:

    The Cesium CZML language as described in the following references:

    https://github.com/AnalyticalGraphicsInc/cesium/wiki/CZML-Structure https://github.com/AnalyticalGraphicsInc/cesium/wiki/CZML-Content https://github.com/AnalyticalGraphicsInc/cesium/wiki/CZML-Guide

    CZML is a JSON schema for describing a time-dynamic graphical scene, primarily for display in a web browser running Cesium. It describes lines, points, billboards (markers), models and other graphical primitives, and specifies how they change with time.

    This package implements the CZML object as a list of CZMLPacket, the CZMLPacket object and all its constituent czml properties.

Ungrouped