c

geotrellis.raster.mask

RasterTileFeatureMaskMethods

abstract class RasterTileFeatureMaskMethods[T <: CellGrid[Int], D] extends MethodExtensions[TileFeature[Raster[T], D]]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RasterTileFeatureMaskMethods
  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 RasterTileFeatureMaskMethods(self: TileFeature[Raster[T], D])(implicit arg0: (T) ⇒ TileMaskMethods[T], ev: (Raster[T]) ⇒ RasterMaskMethods[T])

Value Members

  1. implicit val ev: (Raster[T]) ⇒ RasterMaskMethods[T]
  2. def mask(geoms: Traversable[Geometry], options: Options): TileFeature[Raster[T], D]
  3. def mask(geoms: Traversable[Geometry]): TileFeature[Raster[T], D]
  4. def mask(geom: Geometry, options: Options): TileFeature[Raster[T], D]
  5. def mask(geom: Geometry): TileFeature[Raster[T], D]
  6. val self: TileFeature[Raster[T], D]