case class TileExtents(extent: Extent, tileLayout: TileLayout) extends Product with Serializable
The TileExtents type.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TileExtents
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TileExtents(extent: Extent, tileLayout: TileLayout)
Value Members
-
def
apply(tileIndex: Int): Extent
Take a tile index, relative to the TileLayout that was used to create the present TileExtents object, and use that to produce an Extent.
-
def
apply(tileCol: Int, tileRow: Int): Extent
Take a column and a row and produce an Extent.
- val cellSize: CellSize
- val extent: Extent
- val tileLayout: TileLayout