c

geotrellis.raster.mask

TileFeatureMaskMethods

abstract class TileFeatureMaskMethods[T <: CellGrid[Int], D] extends TileMaskMethods[TileFeature[T, D]]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TileFeatureMaskMethods
  2. TileMaskMethods
  3. MethodExtensions
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TileFeatureMaskMethods(self: TileFeature[T, D])(implicit arg0: (T) ⇒ TileMaskMethods[T])

Value Members

  1. def localInverseMask(mask: T, readMask: Int, writeMask: Int): TileFeature[T, D]
  2. 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
    TileFeatureMaskMethodsTileMaskMethods
  3. def localMask(mask: T, readMask: Int, writeMask: Int): TileFeature[T, D]
  4. 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
    TileFeatureMaskMethodsTileMaskMethods
  5. 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
    TileFeatureMaskMethodsTileMaskMethods
  6. 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
  7. 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
  8. 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
  9. val self: TileFeature[T, D]