object COGLayerMetadata extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- COGLayerMetadata
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
apply[K](cellType: CellType, extent: Extent, crs: CRS, keyBounds: KeyBounds[K], baseZoom: Int, layoutScheme: ZoomedLayoutScheme, zoomRanges: Vector[ZoomRange])(implicit arg0: SpatialComponent[K]): COGLayerMetadata[K]
Constructs a COGLayerMetadata.
Constructs a COGLayerMetadata. This overload can be used when zoom ranges are predefined - e.g., for updating an existing layer.
-
def
apply[K](cellType: CellType, extent: Extent, crs: CRS, keyBounds: KeyBounds[K], layoutScheme: ZoomedLayoutScheme, maxZoom: Int, minZoom: Int = 0, maxTileSize: Int = 4096)(implicit arg0: SpatialComponent[K]): COGLayerMetadata[K]
Constructs a COGLayerMetadata
- implicit def cogLayerMetadataDecoder[K](implicit arg0: SpatialComponent[K], arg1: Decoder[K], arg2: ClassTag[K]): Decoder[COGLayerMetadata[K]]
- implicit def cogLayerMetadataEncoder[K](implicit arg0: SpatialComponent[K], arg1: Encoder[K], arg2: ClassTag[K]): Encoder[COGLayerMetadata[K]]