class ZCurve2D extends SpaceFillingCurve2D
Represents a 2D Z order curve that we will use for benchmarking purposes in the early stages.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZCurve2D
- SpaceFillingCurve2D
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
ZCurve2D(resolution: Int)
- resolution
The number of cells in each dimension of the grid space that will be indexed.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bound(i: Long): (Double, Double, Double, Double)
- val cellheight: Double
- val cellwidth: Double
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def colToMap(col: Int): Double
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapToCol(x: Double): Int
- def mapToRow(y: Double): Int
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def rowToMap(row: Int): Double
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toIndex(x: Double, y: Double): Long
- Definition Classes
- ZCurve2D → SpaceFillingCurve2D
-
def
toPoint(i: Long): (Double, Double)
- Definition Classes
- ZCurve2D → SpaceFillingCurve2D
-
def
toRanges(xmin: Double, ymin: Double, xmax: Double, ymax: Double, hints: Option[RangeComputeHints] = None): Seq[IndexRange]
- Definition Classes
- ZCurve2D → SpaceFillingCurve2D
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def validateX(x: Double): Double
- def validateY(y: Double): Double
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val xmax: Double
- val xmin: Double
- val ymax: Double
- val ymin: Double