Packages

c

geotrellis.spark.tiling

TilerMethods

class TilerMethods[K, V <: CellGrid[Int]] extends MethodExtensions[RDD[(K, V)]]

Linear Supertypes
MethodExtensions[RDD[(K, V)]], Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TilerMethods
  2. MethodExtensions
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TilerMethods(self: RDD[(K, V)])(implicit arg0: ClassTag[V], arg1: (V) ⇒ TileMergeMethods[V], arg2: (V) ⇒ TilePrototypeMethods[V])

Value Members

  1. def cutTiles[K2](tileLayerMetadata: TileLayerMetadata[K2])(implicit arg0: SpatialComponent[K2], arg1: ClassTag[K2], ev: (K) ⇒ TilerKeyMethods[K, K2]): RDD[(K2, V)]
  2. def cutTiles[K2](tileLayerMetadata: TileLayerMetadata[K2], resampleMethod: ResampleMethod)(implicit arg0: SpatialComponent[K2], arg1: ClassTag[K2], ev: (K) ⇒ TilerKeyMethods[K, K2]): RDD[(K2, V)]
  3. def cutTiles[K2](cellType: CellType, layoutDefinition: LayoutDefinition)(implicit arg0: SpatialComponent[K2], arg1: ClassTag[K2], ev: (K) ⇒ TilerKeyMethods[K, K2]): RDD[(K2, V)]
  4. def cutTiles[K2](cellType: CellType, layoutDefinition: LayoutDefinition, resampleMethod: ResampleMethod)(implicit arg0: SpatialComponent[K2], arg1: ClassTag[K2], ev: (K) ⇒ TilerKeyMethods[K, K2]): RDD[(K2, V)]
  5. val self: RDD[(K, V)]
    Definition Classes
    TilerMethodsMethodExtensions
  6. def tileToLayout[K2](tileLayerMetadata: TileLayerMetadata[K2])(implicit arg0: SpatialComponent[K2], arg1: ClassTag[K2], ev: (K) ⇒ TilerKeyMethods[K, K2]): RDD[(K2, V)] with Metadata[TileLayerMetadata[K2]]
  7. def tileToLayout[K2](tileLayerMetadata: TileLayerMetadata[K2], options: Options)(implicit arg0: SpatialComponent[K2], arg1: ClassTag[K2], ev: (K) ⇒ TilerKeyMethods[K, K2]): RDD[(K2, V)] with Metadata[TileLayerMetadata[K2]]
  8. def tileToLayout[K2](cellType: CellType, layoutDefinition: LayoutDefinition)(implicit arg0: SpatialComponent[K2], arg1: ClassTag[K2], ev: (K) ⇒ TilerKeyMethods[K, K2]): RDD[(K2, V)]
  9. def tileToLayout[K2](cellType: CellType, layoutDefinition: LayoutDefinition, options: Options)(implicit arg0: SpatialComponent[K2], arg1: ClassTag[K2], ev: (K) ⇒ TilerKeyMethods[K, K2]): RDD[(K2, V)]