t

geotrellis.raster.rasterize

FeatureDoubleRasterizeMethods

trait FeatureDoubleRasterizeMethods[+G <: Geometry] extends MethodExtensions[Feature[G, Double]]

A trait providing extension methods for invoking the rasterizer on Feature objects.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FeatureDoubleRasterizeMethods
  2. MethodExtensions
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def self: Feature[G, Double]
    Definition Classes
    MethodExtensions

Concrete Value Members

  1. def rasterize(re: RasterExtent, ct: CellType = DoubleConstantNoDataCellType, options: Options = Options.DEFAULT): Raster[Tile]

    Fill in this feature's data value at each cell of given RasterExtent that is covered by the present Feature.

    Fill in this feature's data value at each cell of given RasterExtent that is covered by the present Feature. The result is a Raster.