implicit class withMultibandTileMaskMethods extends MultibandTileMaskMethods
- Alphabetic
- By Inheritance
- withMultibandTileMaskMethods
- MultibandTileMaskMethods
- TileMaskMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new withMultibandTileMaskMethods(self: MultibandTile)
Value Members
-
def
localInverseMask(r: MultibandTile, readMask: Int, writeMask: Int): MultibandTile
Generate a raster with the values from the first raster, but only include cells in which the corresponding cell in the second raster is set to the "readMask" value.
Generate a raster with the values from the first raster, but only include cells in which the corresponding cell in the second raster is set to the "readMask" value.
For example, if *all* cells in the second raster are set to the readMask value, the output raster will be identical to the first raster.
- Definition Classes
- MultibandTileMaskMethods → TileMaskMethods
-
def
localMask(r: MultibandTile, readMask: Int, writeMask: Int): MultibandTile
Generate a raster with the values from the first raster, but only include cells in which the corresponding cell in the second raster *are not* set to the "readMask" value.
Generate a raster with the values from the first raster, but only include cells in which the corresponding cell in the second raster *are not* set to the "readMask" value.
For example, if *all* cells in the second raster are set to the readMask value, the output raster will be empty -- all values set to NODATA.
- Definition Classes
- MultibandTileMaskMethods → TileMaskMethods
-
def
mask(ext: Extent, geoms: Traversable[Geometry], options: Options): MultibandTile
Masks this tile by the given Geometry.
Masks this tile by the given Geometry.
- Definition Classes
- MultibandTileMaskMethods → TileMaskMethods
-
def
mask(ext: Extent, geoms: Traversable[Geometry]): MultibandTile
Masks this tile by the given Geometry.
Masks this tile by the given Geometry. Do not include polygon exteriors.
- Definition Classes
- TileMaskMethods
-
def
mask(ext: Extent, geom: Geometry, options: Options): MultibandTile
Masks this tile by the given Geometry.
Masks this tile by the given Geometry.
- Definition Classes
- TileMaskMethods
-
def
mask(ext: Extent, geom: Geometry): MultibandTile
Masks this tile by the given Geometry.
Masks this tile by the given Geometry. Do not include polygon exteriors.
- Definition Classes
- TileMaskMethods
-
val
self: MultibandTile
- Definition Classes
- withMultibandTileMaskMethods → MethodExtensions