Packages

package sfcurve

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

Type Members

  1. case class CoveredRange(lower: Long, upper: Long) extends IndexRange with Product with Serializable
  2. sealed trait IndexRange extends AnyRef
  3. case class OverlappingRange(lower: Long, upper: Long) extends IndexRange with Product with Serializable
  4. final class Z2 extends AnyVal
  5. final class Z3 extends AnyVal
  6. abstract class ZN extends AnyRef

    N-dimensional z-curve base class

  7. case class ZPrefix(prefix: Long, precision: Int) extends Product with Serializable
  8. case class ZRange(min: Long, max: Long) extends Product with Serializable

    Represents a rectangle in defined by min and max as two opposing points

Value Members

  1. object IndexRange
  2. object Z2 extends ZN
  3. object Z3 extends ZN
  4. object ZN
  5. object ZRange extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped