Packages

c

geotrellis.spark.regrid

RegridMethods

class RegridMethods[K, V, M] extends MethodExtensions[RDD[(K, V)] with Metadata[M]]

Linear Supertypes
MethodExtensions[RDD[(K, V)] with Metadata[M]], Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RegridMethods
  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 RegridMethods(self: RDD[(K, V)] with Metadata[M])(implicit arg0: SpatialComponent[K], arg1: ClassTag[K], arg2: ClassTag[V], arg3: Stitcher[V], arg4: (V) ⇒ CropMethods[V], arg5: Component[M, LayoutDefinition], arg6: Component[M, Bounds[K]])

Value Members

  1. def regrid(tileSize: Int): RDD[(K, V)] with Metadata[M]
  2. def regrid(tileCols: Int, tileRows: Int): RDD[(K, V)] with Metadata[M]
  3. val self: RDD[(K, V)] with Metadata[M]
    Definition Classes
    RegridMethodsMethodExtensions