implicit class withSinglebandRasterMaskMethods extends RasterMaskMethods[Tile]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- withSinglebandRasterMaskMethods
- RasterMaskMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
mask(geoms: Traversable[Geometry], options: Options): Raster[Tile]
Masks this raster by the given Geometry.
Masks this raster by the given Geometry.
- Definition Classes
- RasterMaskMethods
-
def
mask(geoms: Traversable[Geometry]): Raster[Tile]
Masks this raster by the given Geometry.
Masks this raster by the given Geometry. Do not include polygon exteriors.
- Definition Classes
- RasterMaskMethods
-
def
mask(geom: Geometry, options: Options): Raster[Tile]
Masks this raster by the given Geometry.
Masks this raster by the given Geometry.
- Definition Classes
- RasterMaskMethods
-
def
mask(geom: Geometry): Raster[Tile]
Masks this raster by the given Geometry.
Masks this raster by the given Geometry. Do not include polygon exteriors.
- Definition Classes
- RasterMaskMethods
-
val
self: Raster[Tile]
- Definition Classes
- RasterMaskMethods → MethodExtensions