case class TileLayout(layoutCols: Int, layoutRows: Int, tileCols: Int, tileRows: Int) extends Product with Serializable
- layoutCols
number of columns in the layout, East to West
- layoutRows
number of rows in the layout grid, North to South
- tileCols
number of pixel columns in each tile, East to West
- tileRows
number of pixel rows in each tile, North to South
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TileLayout
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
TileLayout(layoutCols: Int, layoutRows: Int, tileCols: Int, tileRows: Int)
- layoutCols
number of columns in the layout, East to West
- layoutRows
number of rows in the layout grid, North to South
- tileCols
number of pixel columns in each tile, East to West
- tileRows
number of pixel rows in each tile, North to South
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
cellSize(extent: Extent): CellSize
Compute the size of the cells, the CellSize, in the given Extent.
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
combine(other: TileLayout): TileLayout
Combine the present TileLayout with another one and return then result.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isTiled: Boolean
- val layoutCols: Int
- def layoutDimensions: Dimensions[Int]
- val layoutRows: Int
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tileCols: Int
- def tileDimensions: Dimensions[Int]
- val tileRows: Int
- def tileSize: Int
-
def
totalCols: Long
Return the total number of columns across all the tiles.
-
def
totalRows: Long
Return the total number of rows across all the tiles.
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()