Packages

implicit object SpatialPartitioner extends PartitionerIndex[SpatialKey]

This is a reasonable default value. Operating on 512x512 tiles of Doubles This partitioner will produces partitions of approximately half a gigabyte (16x16 blocks of 512x512 tiles of 64bit)

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

Value Members

  1. def indexRanges(keyRange: (SpatialKey, SpatialKey)): Seq[(BigInt, BigInt)]
    Definition Classes
    SpatialPartitionerPartitionerIndex
  2. def toIndex(key: SpatialKey): BigInt
    Definition Classes
    SpatialPartitionerPartitionerIndex