object LayoutDefinition extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LayoutDefinition
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(grid: RasterExtent, tileSize: Int): LayoutDefinition
  2. def apply(grid: RasterExtent, tileCols: Int, tileRows: Int): LayoutDefinition
  3. 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.

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

  5. implicit val codecForLayoutDefinition: AsObject[LayoutDefinition]