c

geotrellis.raster.mask.Implicits

withMultibandRasterMaskMethods

implicit class withMultibandRasterMaskMethods extends RasterMaskMethods[MultibandTile]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withMultibandRasterMaskMethods
  2. RasterMaskMethods
  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 withMultibandRasterMaskMethods(self: Raster[MultibandTile])

Value Members

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

    Masks this raster by the given Geometry.

    Masks this raster by the given Geometry.

    Definition Classes
    RasterMaskMethods
  2. def mask(geoms: Traversable[Geometry]): Raster[MultibandTile]

    Masks this raster by the given Geometry.

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

    Definition Classes
    RasterMaskMethods
  3. def mask(geom: Geometry, options: Options): Raster[MultibandTile]

    Masks this raster by the given Geometry.

    Masks this raster by the given Geometry.

    Definition Classes
    RasterMaskMethods
  4. def mask(geom: Geometry): Raster[MultibandTile]

    Masks this raster by the given Geometry.

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

    Definition Classes
    RasterMaskMethods
  5. val self: Raster[MultibandTile]
    Definition Classes
    RasterMaskMethodsMethodExtensions