package rasterize
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- rasterize
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
Callback = (Int, Int) ⇒ Unit
Callback for given row and column (compatible with previous definition).
-
case class
CellValue(value: Double, zindex: Double) extends Product with Serializable
Cell value with its zindex to be used by the rasterizer.
-
trait
FeatureDoubleRasterizeMethods[+G <: Geometry] extends MethodExtensions[Feature[G, Double]]
A trait providing extension methods for invoking the rasterizer on Feature objects.
-
trait
FeatureIntRasterizeMethods[+G <: Geometry] extends MethodExtensions[Feature[G, Int]]
A trait providing extension methods for invoking the rasterizer on Feature objects.
-
trait
FractionCallback extends AnyRef
A call back which accepts a col-row-fraction triple.
A call back which accepts a col-row-fraction triple. The fraction is the fraction of the pixel which is covered by the query object.
-
trait
GeometryRasterizeMethods extends MethodExtensions[Geometry]
Extension methods for invoking the rasterizer on Geometry objects.
- trait Implicits extends AnyRef
-
trait
RasterExtentRasterizeMethods[T <: RasterExtent] extends MethodExtensions[T]
Extension methods for invoking the rasterizer on RasterExtents.
- trait Transformer[+B] extends AnyRef
Value Members
- object Implicits extends Implicits
-
object
Rasterizer
An object holding rasterizer functions.