implicit class withLayerRDDCropMethods[K, V <: CellGrid[Int], M] extends LayerRDDCropMethods[K, V, M]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- withLayerRDDCropMethods
- LayerRDDCropMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
-
def
crop(extent: Extent): RDD[(K, V)] with Metadata[M]
- Definition Classes
- LayerRDDCropMethods
-
def
crop(extent: Extent, options: Options): RDD[(K, V)] with Metadata[M]
- Definition Classes
- LayerRDDCropMethods
-
val
self: RDD[(K, V)] with Metadata[M]
- Definition Classes
- withLayerRDDCropMethods → MethodExtensions