implicit class TileToLayoutOps extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TileToLayoutOps
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TileToLayoutOps(self: RasterSource)
Value Members
- val self: RasterSource
- def tileToLayout(layout: LayoutDefinition): LayoutTileSource[SpatialKey]
- def tileToLayout(layout: LayoutDefinition, resampleMethod: ResampleMethod): LayoutTileSource[SpatialKey]
- def tileToLayout[K](layout: LayoutDefinition, tileKeyTransform: (SpatialKey) ⇒ K, resampleMethod: ResampleMethod = NearestNeighbor, strategy: OverviewStrategy = OverviewStrategy.DEFAULT)(implicit arg0: SpatialComponent[K]): LayoutTileSource[K]