Packages

c

geotrellis.spark.clip.Implicits

withGeometryClipToGridMethods

implicit class withGeometryClipToGridMethods[G <: Geometry] extends GeometryClipToGridMethods[G]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withGeometryClipToGridMethods
  2. GeometryClipToGridMethods
  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 withGeometryClipToGridMethods(self: RDD[G])

Value Members

  1. def clipToGrid(layout: LayoutDefinition, clipGeom: (Extent, G, Predicates) ⇒ Option[Geometry]): RDD[(SpatialKey, Geometry)]
    Definition Classes
    GeometryClipToGridMethods
  2. def clipToGrid(layout: LayoutDefinition): RDD[(SpatialKey, Geometry)]
    Definition Classes
    GeometryClipToGridMethods
  3. val self: RDD[G]