Object

com.kodekutters.czml

Util

Related Doc: package czml

Permalink

object Util

basic supporting utilities

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. val ABOVE_ELLIPSOID_HORIZON: String

    Permalink
  5. val BELOW_ELLIPSOID_HORIZON: String

    Permalink
  6. val BOTTOM: String

    Permalink
  7. val CENTER: String

    Permalink
  8. val CLAMPED: String

    Permalink
  9. val COMPLETE: String

    Permalink
  10. val FILL: String

    Permalink
  11. val FILL_AND_OUTLINE: String

    Permalink
  12. val HERMITE: String

    Permalink
  13. val LAGRANGE: String

    Permalink
  14. val LEFT: String

    Permalink
  15. val LINEAR: String

    Permalink
  16. val LOOP_STOP: String

    Permalink
  17. val OUTLINE: String

    Permalink
  18. val RIGHT: String

    Permalink
  19. val SYSTEM_CLOCK: String

    Permalink
  20. val SYSTEM_CLOCK_MULTIPLIER: String

    Permalink
  21. val TICK_DEPENDENT: String

    Permalink
  22. val TOP: String

    Permalink
  23. val UNBOUNDED: String

    Permalink
  24. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  25. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  28. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  30. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  31. def isAllDigits(x: String): Boolean

    Permalink
  32. def isEmpty(x: String): Boolean

    Permalink
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def writeCzmlToFile(czml: CZML[CZMLPacket], outFile: Option[String] = None): Unit

    Permalink

    write the czml document to a file.

    write the czml document to a file.

    czml

    the CZML document, i.e. the list of CZML packets

    outFile

    the file name to write to, if empty or missing output will be to System.out

  43. def writeJsToFile(czmljs: String, outFile: Option[String]): Unit

    Permalink

    write the (json) string representation of a czml document to a file.

    write the (json) string representation of a czml document to a file.

    czmljs

    the CZML document as a (json) string

    outFile

    the file name to write to, if empty or missing output will be to System.out

Inherited from AnyRef

Inherited from Any

Ungrouped