object TileLayerMetadata extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TileLayerMetadata
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- implicit def boundsComponent[K](implicit arg0: SpatialComponent[K]): Component[TileLayerMetadata[K], Bounds[K]]
- implicit def crsComponent[K]: GetComponent[TileLayerMetadata[K], CRS]
- implicit def extentComponent[K]: GetComponent[TileLayerMetadata[K], Extent]
- implicit def layoutComponent[K](implicit arg0: SpatialComponent[K]): Component[TileLayerMetadata[K], LayoutDefinition]
- implicit def semigroup[K](implicit arg0: Boundable[K]): Semigroup[TileLayerMetadata[K]]
- implicit def tileLayerMetadataDecoder[K](implicit arg0: SpatialComponent[K], arg1: Decoder[K]): Decoder[TileLayerMetadata[K]]
- implicit def tileLayerMetadataEncoder[K](implicit arg0: SpatialComponent[K], arg1: Encoder[K]): Encoder[TileLayerMetadata[K]]
- implicit val tileLayerMetadataFunctor: Functor[TileLayerMetadata]
- implicit def toLayoutDefinition(md: TileLayerMetadata[_]): LayoutDefinition