class LocalLayoutScheme extends LayoutScheme

Layout scheme for building a local power of 2 pyramid. Zooming out will reduce raster pixel resolution by 2, while using minimum number of tiles. Layouts produced by this scheme will not be power of 2 however. Uneven layouts will pyramid up until they are reduced to a single tile.

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

Instance Constructors

  1. new LocalLayoutScheme()

Value Members

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