case class GlobalLayout(tileSize: Int, zoom: Int, threshold: Double) extends LayoutType with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GlobalLayout
- 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, Option[Int])
Produce the LayoutDefinition and zoom level, if applicable, for given raster
Produce the LayoutDefinition and zoom level, if applicable, for given raster
- Definition Classes
- GlobalLayout → LayoutType
- val threshold: Double
- val tileSize: Int
- val zoom: Int