c

geotrellis.spark.reproject

ProjectedExtentComponentReprojectMethods

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

Linear Supertypes
MethodExtensions[RDD[(K, V)]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProjectedExtentComponentReprojectMethods
  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 ProjectedExtentComponentReprojectMethods(self: RDD[(K, V)])(implicit arg0: Component[K, ProjectedExtent], arg1: (V) ⇒ TileReprojectMethods[V])

Value Members

  1. def reproject(destCrs: CRS): RDD[(K, V)]
  2. def reproject(destCrs: CRS, options: Options): RDD[(K, V)]
  3. val self: RDD[(K, V)]