object LayoutDefinition extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LayoutDefinition
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def apply(grid: RasterExtent, tileSize: Int): LayoutDefinition
- def apply(grid: RasterExtent, tileCols: Int, tileRows: Int): LayoutDefinition
-
def
apply[N](grid: GridExtent[N], tileCols: Int, tileRows: Int)(implicit arg0: Integral[N]): LayoutDefinition
Divides given grid into a TileLayout given tile dimensions.
Divides given grid into a TileLayout given tile dimensions. Since padding may be required on the lower/right tiles to preserve the original resolution of the raster a new Extent is returned, covering the padding.
-
def
apply[N](grid: GridExtent[N], tileSize: Int)(implicit arg0: Integral[N]): LayoutDefinition
Divides given RasterExtent into a TileLayout given a required tileSize.
Divides given RasterExtent into a TileLayout given a required tileSize. Since padding may be required on the lower/right tiles to preserve the original resolution of the raster a new Extent is returned, covering the padding.
- implicit val codecForLayoutDefinition: AsObject[LayoutDefinition]