implicit object Boundable extends Boundable[SpatialKey]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Boundable
- Boundable
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
combine(b1: KeyBounds[SpatialKey], b2: KeyBounds[SpatialKey]): KeyBounds[SpatialKey]
- Definition Classes
- Boundable
-
def
include(p: SpatialKey, bounds: KeyBounds[SpatialKey]): KeyBounds[SpatialKey]
- Definition Classes
- Boundable
-
def
includes(p: SpatialKey, bounds: KeyBounds[SpatialKey]): Boolean
- Definition Classes
- Boundable
-
def
intersect(b1: KeyBounds[SpatialKey], b2: KeyBounds[SpatialKey]): Option[KeyBounds[SpatialKey]]
- Definition Classes
- Boundable
-
def
intersects(b1: KeyBounds[SpatialKey], b2: KeyBounds[SpatialKey]): Boolean
- Definition Classes
- Boundable
- def maxBound(a: SpatialKey, b: SpatialKey): SpatialKey
- def minBound(a: SpatialKey, b: SpatialKey): SpatialKey