case class LocalLayout(tileCols: Int, tileRows: Int) extends LayoutType with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LocalLayout
- Serializable
- Serializable
- Product
- Equals
- LayoutType
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
layoutDefinition(crs: CRS, extent: Extent, cellSize: CellSize): LayoutDefinition
Produce the LayoutDefinition for given raster
Produce the LayoutDefinition for given raster
- Definition Classes
- LayoutType
-
def
layoutDefinitionWithZoom(crs: CRS, extent: Extent, cellSize: CellSize): (LayoutDefinition, None.type)
Produce the LayoutDefinition and zoom level, if applicable, for given raster
Produce the LayoutDefinition and zoom level, if applicable, for given raster
- Definition Classes
- LocalLayout → LayoutType
- val tileCols: Int
- val tileRows: Int