object COGLayerMetadata extends Serializable

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

Value Members

  1. 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.

  2. 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

  3. implicit def cogLayerMetadataDecoder[K](implicit arg0: SpatialComponent[K], arg1: Decoder[K], arg2: ClassTag[K]): Decoder[COGLayerMetadata[K]]
  4. implicit def cogLayerMetadataEncoder[K](implicit arg0: SpatialComponent[K], arg1: Encoder[K], arg2: ClassTag[K]): Encoder[COGLayerMetadata[K]]