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
- Alphabetic
- By Inheritance
Inherited
- LocalLayoutScheme
- LayoutScheme
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new LocalLayoutScheme()
Value Members
-
def
levelFor(extent: Extent, cellSize: CellSize): LayoutLevel
- Definition Classes
- LocalLayoutScheme → LayoutScheme
-
def
zoomIn(level: LayoutLevel): LayoutLevel
- Definition Classes
- LocalLayoutScheme → LayoutScheme
-
def
zoomOut(level: LayoutLevel): LayoutLevel
- Definition Classes
- LocalLayoutScheme → LayoutScheme