object TileLayerMetadata extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TileLayerMetadata
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def boundsComponent[K](implicit arg0: SpatialComponent[K]): Component[TileLayerMetadata[K], Bounds[K]]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- implicit def crsComponent[K]: GetComponent[TileLayerMetadata[K], CRS]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit def extentComponent[K]: GetComponent[TileLayerMetadata[K], Extent]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def layoutComponent[K](implicit arg0: SpatialComponent[K]): Component[TileLayerMetadata[K], LayoutDefinition]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit def semigroup[K](implicit arg0: Boundable[K]): Semigroup[TileLayerMetadata[K]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()