object TileLayerMetadata extends Serializable

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

Value Members

  1. implicit def boundsComponent[K](implicit arg0: SpatialComponent[K]): Component[TileLayerMetadata[K], Bounds[K]]
  2. implicit def crsComponent[K]: GetComponent[TileLayerMetadata[K], CRS]
  3. implicit def extentComponent[K]: GetComponent[TileLayerMetadata[K], Extent]
  4. implicit def layoutComponent[K](implicit arg0: SpatialComponent[K]): Component[TileLayerMetadata[K], LayoutDefinition]
  5. implicit def semigroup[K](implicit arg0: Boundable[K]): Semigroup[TileLayerMetadata[K]]
  6. implicit def tileLayerMetadataDecoder[K](implicit arg0: SpatialComponent[K], arg1: Decoder[K]): Decoder[TileLayerMetadata[K]]
  7. implicit def tileLayerMetadataEncoder[K](implicit arg0: SpatialComponent[K], arg1: Encoder[K]): Encoder[TileLayerMetadata[K]]
  8. implicit val tileLayerMetadataFunctor: Functor[TileLayerMetadata]
  9. implicit def toLayoutDefinition(md: TileLayerMetadata[_]): LayoutDefinition