Packages

c

geotrellis.raster.rasterize.Implicits

withFeatureDoubleRasterizeMethods

implicit class withFeatureDoubleRasterizeMethods extends FeatureDoubleRasterizeMethods[Geometry]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withFeatureDoubleRasterizeMethods
  2. FeatureDoubleRasterizeMethods
  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 withFeatureDoubleRasterizeMethods(self: Feature[Geometry, Double])

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.

    Definition Classes
    FeatureDoubleRasterizeMethods
  2. val self: Feature[Geometry, Double]