c

geotrellis.raster.mask

RasterMaskMethods

abstract class RasterMaskMethods[T <: CellGrid[Int]] extends MethodExtensions[Raster[T]]

A trait containing extension methods related to masking of a Raster.

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

Value Members

  1. def mask(geoms: Traversable[Geometry], options: Options): Raster[T]

    Masks this raster by the given Geometry.

  2. def mask(geoms: Traversable[Geometry]): Raster[T]

    Masks this raster by the given Geometry.

    Masks this raster by the given Geometry. Do not include polygon exteriors.

  3. def mask(geom: Geometry, options: Options): Raster[T]

    Masks this raster by the given Geometry.

  4. def mask(geom: Geometry): Raster[T]

    Masks this raster by the given Geometry.

    Masks this raster by the given Geometry. Do not include polygon exteriors.

  5. val self: Raster[T]
    Definition Classes
    RasterMaskMethodsMethodExtensions