EarthRegion

ostrat.pEarth.EarthRegion
abstract class EarthRegion(val name: String, val cen: LatLong) extends GeographicSymbolKey

A first level area of the Earth, a large area such as North West Europe.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object AfricaNorth
object AfricaSouth
object Alaska
object AsiaCentral
object AsiaEast
object AsiaNorth
object AsiaSouth
object Australasia
object Canada
object CanadaIslands
object EuropeEast
object EuropeNW
object EuropeSW
object MiddleEast
object NorthAtantic
object PacificTop
object PolarNorth
object PolarSouth
object Soam
Show all

Members list

Value members

Abstract methods

Concrete methods

Concrete fields

val cen: LatLong
val name: String

The Shortened name for this geographic area.

The Shortened name for this geographic area.

Attributes