Packages

c

geotrellis.spark.crop

LayerRDDCropMethods

abstract class LayerRDDCropMethods[K, V <: CellGrid[Int], 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. LayerRDDCropMethods
  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 LayerRDDCropMethods()(implicit arg0: SpatialComponent[K], arg1: (V) ⇒ TileCropMethods[V], arg2: Component[M, Bounds[K]], arg3: GetComponent[M, Extent], arg4: GetComponent[M, LayoutDefinition])

Abstract Value Members

  1. abstract def self: RDD[(K, V)] with Metadata[M]
    Definition Classes
    MethodExtensions

Concrete Value Members

  1. def crop(extent: Extent): RDD[(K, V)] with Metadata[M]
  2. def crop(extent: Extent, options: Options): RDD[(K, V)] with Metadata[M]