Packages

c

geotrellis.spark.crop.Implicits

withLayerRDDCropMethods

implicit class withLayerRDDCropMethods[K, V <: CellGrid[Int], M] extends LayerRDDCropMethods[K, V, M]

Linear Supertypes
LayerRDDCropMethods[K, V, M], MethodExtensions[RDD[(K, V)] with Metadata[M]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withLayerRDDCropMethods
  2. LayerRDDCropMethods
  3. MethodExtensions
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new withLayerRDDCropMethods(self: RDD[(K, V)] with Metadata[M])(implicit arg0: SpatialComponent[K], arg1: (V) ⇒ TileCropMethods[V], arg2: Component[M, Bounds[K]], arg3: GetComponent[M, Extent], arg4: GetComponent[M, LayoutDefinition])

Value Members

  1. def crop(extent: Extent): RDD[(K, V)] with Metadata[M]
    Definition Classes
    LayerRDDCropMethods
  2. def crop(extent: Extent, options: Options): RDD[(K, V)] with Metadata[M]
    Definition Classes
    LayerRDDCropMethods
  3. val self: RDD[(K, V)] with Metadata[M]