Packages

p

geotrellis.raster

rasterize

package rasterize

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. rasterize
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Callback = (Int, Int) ⇒ Unit

    Callback for given row and column (compatible with previous definition).

  2. case class CellValue(value: Double, zindex: Double) extends Product with Serializable

    Cell value with its zindex to be used by the rasterizer.

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

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

  4. trait FeatureIntRasterizeMethods[+G <: Geometry] extends MethodExtensions[Feature[G, Int]]

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

  5. 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.

  6. trait GeometryRasterizeMethods extends MethodExtensions[Geometry]

    Extension methods for invoking the rasterizer on Geometry objects.

  7. trait Implicits extends AnyRef
  8. trait RasterExtentRasterizeMethods[T <: RasterExtent] extends MethodExtensions[T]

    Extension methods for invoking the rasterizer on RasterExtents.

  9. trait Transformer[+B] extends AnyRef

Value Members

  1. object Implicits extends Implicits
  2. object Rasterizer

    An object holding rasterizer functions.

Inherited from AnyRef

Inherited from Any

Ungrouped