Packages

c

geotrellis.raster.rasterize.Implicits

withFeatureIntRasterizeMethods

implicit class withFeatureIntRasterizeMethods extends FeatureIntRasterizeMethods[Geometry]

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

Value Members

  1. def rasterize(re: RasterExtent, ct: CellType = IntConstantNoDataCellType, 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
    FeatureIntRasterizeMethods
  2. val self: Feature[Geometry, Int]