implicit class withFeatureDoubleRasterizeMethods extends FeatureDoubleRasterizeMethods[Geometry]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- withFeatureDoubleRasterizeMethods
- FeatureDoubleRasterizeMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
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
-
val
self: Feature[Geometry, Double]
- Definition Classes
- withFeatureDoubleRasterizeMethods → MethodExtensions