t

geotrellis.layer

LayoutScheme

trait LayoutScheme extends Serializable

A LayoutScheme is something that provides LayoutLevels based on an integer id or an extent and cellsize. The resolution of the tiles for the LayoutLevel returned will not necessarily match the CellSize provided, but an appropriately close selection will be made.

It also provides methods for next zoomed out tile layout level.

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

Abstract Value Members

  1. abstract def levelFor(extent: Extent, cellSize: CellSize): LayoutLevel
  2. abstract def zoomIn(level: LayoutLevel): LayoutLevel
  3. abstract def zoomOut(level: LayoutLevel): LayoutLevel