Packages

  • package root
    Definition Classes
    root
  • package com
    Definition Classes
    root
  • package nvidia
    Definition Classes
    com
  • package mdx

    this is the base transform for mdx analytics SDK, the transform comprise of

    this is the base transform for mdx analytics SDK, the transform comprise of


    core : mdx streaming core classes
    xapp : comprise of sample applications

    Definition Classes
    nvidia
  • package core

    this is the core transform for mdx SDK, contains transform and classes for the core mdx functionality

    this is the core transform for mdx SDK, contains transform and classes for the core mdx functionality

    Definition Classes
    mdx
  • package util
    Definition Classes
    core
  • package kafka
    Definition Classes
    util
  • package kml

    primarily comprise of KMLWriter classes, these utility classed are used to validate calibration, malformed trajectories etc.

    primarily comprise of KMLWriter classes, these utility classed are used to validate calibration, malformed trajectories etc.

    Definition Classes
    util
  • package osm
    Definition Classes
    util
  • package playback

    primarily comprise of playback classes, these utility classed are used to simulate perception layer, send Frames or Messages from input file.

    primarily comprise of playback classes, these utility classed are used to simulate perception layer, send Frames or Messages from input file.

    Definition Classes
    util
  • CRP
  • Config
  • DistanceUtil
  • Encryptor
  • Implicits
  • MapMatchingUtil
  • SchemaUtil
  • Util

object Util extends Serializable

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

Type Members

  1. type OptionMap = Map[String, Any]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def cleanSensorId(sensorId: String): String

    handle sensor id with .mp4 as part of the url

    handle sensor id with .mp4 as part of the url

    rtsp://172.17.170.54:1935/its_no_bbox/HWY_20_AND_DEVONEB4_11_2018_4_59_59_728_AM_UTC-07_00.mp4

  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. def confidenceFilter(appConfig: Config, m: Message): Boolean
  8. def cosineSimilarity(x: Array[Float], y: Array[Float]): Float
  9. val datePattern: Regex
  10. def defaultFormat: DefaultFormats
  11. def dotProduct(x: Array[Float], y: Array[Float]): Float
  12. val enableEncrption: Boolean
  13. def encryptLicense(obj: jObject): jObject
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def extractIntersection(x: String): String
  17. def extractSensorId(x: String): String
  18. def fromJson[T](s: String, c: Class[T]): T
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def jsonString(e: Any): String
  23. def localToGMT(): Timestamp
  24. def magnitude(x: Array[Float]): Float
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def nextOption(map: OptionMap, list: List[String]): OptionMap
  27. def normalize(x: Array[Float]): Array[Float]
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def readCalibrationCommandLine(options: OptionMap, default: String): Map[String, String]

    read calibration configuration from commandline else use the "default" is from classpath

  31. def readConfig(path: String): Map[String, String]

    read configuration map from resource stream

  32. def readConfigCommandLine(options: OptionMap, default: String): Map[String, String]

    read configuration from commandline else use the "default" is from classpath

  33. def readConfigFromFile(path: String): Map[String, String]

    read configuration map from file

  34. def readConfigString(path: String): String
  35. def readData(path: String = "data/traffic.txt"): Iterator[jMessage]
  36. def readFile(path: String): String
  37. def readSet(path: String): Set[String]
  38. def safeStringToDouble(str: String): Option[Double]
  39. def safeStringToInt(str: String): Option[Int]
  40. def sensorConfigMap(config: Map[String, String]): Map[String, Map[String, String]]
  41. def sourceJsonToMap(f: BufferedSource): Map[String, String]
  42. def sourceToMap(f: BufferedSource): Map[String, String]
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. def timeXMinutesAgo(minutes: Long): Timestamp
  45. def timeXhoursAgo(hours: Long): Timestamp
  46. def toLocalTime(ts: Timestamp): Timestamp
  47. def toMillis(ts: Timestamp): Long
  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. def to_utc(t: Timestamp): Timestamp
  50. def to_utc_from_String(d: String): Timestamp
  51. def updateTrajectory(objectId: String, inputs: Iterator[jMessage]): (String, List[jMessage])
  52. def uuid: String
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped