case class SpatialKey(col: Int, row: Int) extends Product2[Int, Int] with Product with Serializable

A SpatialKey designates the spatial positioning of a layer's tile.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SpatialKey
  2. Serializable
  3. Serializable
  4. Product2
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SpatialKey(col: Int, row: Int)

Value Members

  1. def _1: Int
    Definition Classes
    SpatialKey → Product2
  2. def _2: Int
    Definition Classes
    SpatialKey → Product2
  3. val col: Int
  4. def extent(layout: LayoutDefinition): Extent

    Retrieve the Extent that corresponds to this key, given a layout.

  5. def productArity: Int
    Definition Classes
    Product2 → Product
  6. def productElement(n: Int): Any
    Definition Classes
    Product2 → Product
    Annotations
    @throws( ... )
  7. val row: Int