Land

ostrat.egrid.Land
See theLand companion class
object Land

Companion object for Land, contains factory apply method and type class instance for Show, Unshow and EqT,

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Land.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(elev: Lelev, climate: Climate, landUse: LandUse): Land

Factory apply method for Land objects.

Factory apply method for Land objects.

Attributes

Implicits

Implicits

implicit val eqEv: EqT[Land]

Implicit EqT type class instance / evidence for Land.

Implicit EqT type class instance / evidence for Land.

Attributes

implicit lazy val persistEv: Persist3Both[Lelev, Climate, LandUse, Land]

Implicit Show and Unshow type class instances / evidence for Land.

Implicit Show and Unshow type class instances / evidence for Land.

Attributes