object NormalizedDimension

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

Type Members

  1. class BitNormalizedDimension extends NormalizedDimension
  2. case class NormalizedLat(precision: Int) extends BitNormalizedDimension with Product with Serializable
  3. case class NormalizedLon(precision: Int) extends BitNormalizedDimension with Product with Serializable
  4. case class NormalizedTime(precision: Int, max: Double) extends BitNormalizedDimension with Product with Serializable
  5. class SemiNormalizedDimension extends NormalizedDimension
    Annotations
    @deprecated
    Deprecated

    use BitNormalizedDimension instead

  6. case class SemiNormalizedLat(precision: Long) extends SemiNormalizedDimension with Product with Serializable
    Annotations
    @deprecated
    Deprecated

    use NormalizedLat instead

  7. case class SemiNormalizedLon(precision: Long) extends SemiNormalizedDimension with Product with Serializable
    Annotations
    @deprecated
    Deprecated

    use NormalizedLon instead

  8. case class SemiNormalizedTime(precision: Long, max: Double) extends SemiNormalizedDimension with Product with Serializable
    Annotations
    @deprecated
    Deprecated

    use NormalizedTime instead