implicit class withMultibandRasterMaskMethods extends RasterMaskMethods[MultibandTile]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- withMultibandRasterMaskMethods
- RasterMaskMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new withMultibandRasterMaskMethods(self: Raster[MultibandTile])
Value Members
-
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
-
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
-
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
-
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
-
val
self: Raster[MultibandTile]
- Definition Classes
- RasterMaskMethods → MethodExtensions