implicit class withSinglebandTileFeatureMaskMethods[D] extends TileFeatureMaskMethods[Tile, D]
- Alphabetic
- By Inheritance
- withSinglebandTileFeatureMaskMethods
- TileFeatureMaskMethods
- TileMaskMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new withSinglebandTileFeatureMaskMethods(self: TileFeature[Tile, D])
Value Members
-
def
localInverseMask(mask: Tile, readMask: Int, writeMask: Int): TileFeature[Tile, D]
- Definition Classes
- TileFeatureMaskMethods
-
def
localInverseMask(mask: TileFeature[Tile, D], readMask: Int, writeMask: Int): TileFeature[Tile, D]
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
- TileFeatureMaskMethods → TileMaskMethods
-
def
localMask(mask: Tile, readMask: Int, writeMask: Int): TileFeature[Tile, D]
- Definition Classes
- TileFeatureMaskMethods
-
def
localMask(mask: TileFeature[Tile, D], readMask: Int, writeMask: Int): TileFeature[Tile, D]
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
- TileFeatureMaskMethods → TileMaskMethods
-
def
mask(extent: Extent, geoms: Traversable[Geometry], options: Options): TileFeature[Tile, D]
Masks this tile by the given Geometry.
Masks this tile by the given Geometry.
- Definition Classes
- TileFeatureMaskMethods → TileMaskMethods
-
def
mask(ext: Extent, geoms: Traversable[Geometry]): TileFeature[Tile, D]
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): TileFeature[Tile, D]
Masks this tile by the given Geometry.
Masks this tile by the given Geometry.
- Definition Classes
- TileMaskMethods
-
def
mask(ext: Extent, geom: Geometry): TileFeature[Tile, D]
Masks this tile by the given Geometry.
Masks this tile by the given Geometry. Do not include polygon exteriors.
- Definition Classes
- TileMaskMethods
-
val
self: TileFeature[Tile, D]
- Definition Classes
- TileFeatureMaskMethods → MethodExtensions