c

geotrellis.layer.Implicits

TileToLayoutOps

implicit class TileToLayoutOps extends AnyRef

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

Instance Constructors

  1. new TileToLayoutOps(self: RasterSource)

Value Members

  1. val self: RasterSource
  2. def tileToLayout(layout: LayoutDefinition): LayoutTileSource[SpatialKey]
  3. def tileToLayout(layout: LayoutDefinition, resampleMethod: ResampleMethod): LayoutTileSource[SpatialKey]
  4. def tileToLayout[K](layout: LayoutDefinition, tileKeyTransform: (SpatialKey) ⇒ K, resampleMethod: ResampleMethod = NearestNeighbor, strategy: OverviewStrategy = OverviewStrategy.DEFAULT)(implicit arg0: SpatialComponent[K]): LayoutTileSource[K]