abstract class TileFeatureMaskMethods[T <: CellGrid[Int], D] extends TileMaskMethods[TileFeature[T, D]]
- Alphabetic
- By Inheritance
- TileFeatureMaskMethods
- TileMaskMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new TileFeatureMaskMethods(self: TileFeature[T, D])(implicit arg0: (T) ⇒ TileMaskMethods[T])
Value Members
- def localInverseMask(mask: T, readMask: Int, writeMask: Int): TileFeature[T, D]
-
def
localInverseMask(mask: TileFeature[T, D], readMask: Int, writeMask: Int): TileFeature[T, 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: T, readMask: Int, writeMask: Int): TileFeature[T, D]
-
def
localMask(mask: TileFeature[T, D], readMask: Int, writeMask: Int): TileFeature[T, 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[T, 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[T, 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[T, 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[T, 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[T, D]
- Definition Classes
- TileFeatureMaskMethods → MethodExtensions