object ZoomedLayoutScheme extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZoomedLayoutScheme
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val DEFAULT_RESOLUTION_THRESHOLD: Double
- val DEFAULT_TILE_SIZE: Int
- val EARTH_CIRCUMFERENCE: Double
- def apply(crs: CRS, tileSize: Int = DEFAULT_TILE_SIZE, resolutionThreshold: Double = DEFAULT_RESOLUTION_THRESHOLD): ZoomedLayoutScheme
- def layoutColsForZoom(level: Int): Int
- def layoutForZoom(zoom: Int, layoutExtent: Extent, tileSize: Int = DEFAULT_TILE_SIZE): LayoutDefinition
- def layoutRowsForZoom(level: Int): Int