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
- Alphabetic
- By Inheritance
Inherited
- SpatialKey
- Serializable
- Serializable
- Product2
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
_1: Int
- Definition Classes
- SpatialKey → Product2
-
def
_2: Int
- Definition Classes
- SpatialKey → Product2
- val col: Int
-
def
extent(layout: LayoutDefinition): Extent
Retrieve the Extent that corresponds to this key, given a layout.
-
def
productArity: Int
- Definition Classes
- Product2 → Product
-
def
productElement(n: Int): Any
- Definition Classes
- Product2 → Product
- Annotations
- @throws( ... )
- val row: Int