ostrat.pEarth

package ostrat.pEarth

This package and module is for Earth maps. In particular the tiling of the whole world in Hex grids, defining the changes over the course of history. This will be a data orientated module. It will also include terrain types to model terrain, both real and imagined for local maps and higher scales right up to 0.5 metres per tile However it won't generally include the data for these. The data for the real world will be organised according to a number of levels, which are likely to change over increasingly shorter historical time frames.

1 Base elevation, relative to 1950 sea level, and relief. 2 Climate. 2 Sea level, shore lines, lake shore lines and river courses. 3 Land-use, both natural and human.

Attributes

Members list

Type members

Classlikes

object AfricaNorth extends EArea1

Attributes

Supertypes
class EArea1
class Object
trait Matchable
class Any
Self type
object AfricaSouth extends EArea1

The southern part of Africa below approximately 5 degrees north, roughly triangular in shape.

The southern part of Africa below approximately 5 degrees north, roughly triangular in shape.

Attributes

Supertypes
class EArea1
class Object
trait Matchable
class Any
Self type
object AmericasCentral extends EArea1

Attributes

Supertypes
class EArea1
class Object
trait Matchable
class Any
Self type
object AmericasFarNorth extends EArea1

Attributes

Supertypes
class EArea1
class Object
trait Matchable
class Any
Self type
object AmericasNearNorth extends EArea1

Attributes

Supertypes
class EArea1
class Object
trait Matchable
class Any
Self type
object AmericasSouth extends EArea1

Attributes

Supertypes
class EArea1
class Object
trait Matchable
class Any
Self type
object AsiaEast extends EArea1

Asia East. North of 25.4N degs East of 66.3E west of 141.6E 33.3N

Asia East. North of 25.4N degs East of 66.3E west of 141.6E 33.3N

Attributes

Supertypes
class EArea1
class Object
trait Matchable
class Any
Self type
AsiaEast.type
object AsiaMain extends EArea1

Attributes

Supertypes
class EArea1
class Object
trait Matchable
class Any
Self type
AsiaMain.type
object Australasia extends EArea1

Attributes

Supertypes
class EArea1
class Object
trait Matchable
class Any
Self type
abstract class EArea1(val name: String, val cen: LatLong) extends GeographicSymbolKey

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

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object AfricaNorth
object AfricaSouth
object AmericasSouth
object AsiaEast
object AsiaMain
object Australasia
object EuropeEast
object EuropeNW
object EuropeSW
object MalayArch
object MiddleEast
object NorthAtantic
object PacificTop
object PolarNorth
object PolarSouth
Show all
abstract class EArea2(val name: String, val cen: LatLong, val terr: WTile) extends GeographicSymbolKey, Coloured

A second level area of the Earth.

A second level area of the Earth.

Attributes

Companion
object
Supertypes
trait Coloured
class Object
trait Matchable
class Any
Known subtypes
object Anatolia
object Arabia
object Armenia
object Iraq
object Kurdistan
object LakeTuz
object LakeVan
object Levant
object Persia
object AfricaCentral
object AfricaHorn
object AngloaZambia
object Congo
object LakeMalawi
object LakeMweru
object LakeVictoria
object Madagascar
object SaharaWest
object SouthAfrica
object Zanzibar
object ZimMoz
object Alaska
object AleutPenisula
object BaffinIsland
object Baja
object BanksIsland
object CanadaCentral
object ColomVenez
object Cuba
object Delmarva
object DevonIsland
object ElSalPanama
object Florida
object GreatBearLake
object Hispaniola
object Jamaica
object LakeErie
object LakeHuron
object LakeMichigan
object LakeOntario
object LakeSuperior
object LakeWinnipeg
object Mexico
object MexicoEast
object MicheganLower
object NewBrunswick
object NewFoundland
object NovaScotia
object Nunavut
object Quebecia
object ReindeerLake
object Ungava
object UsaMidWest
object UsaNorthEast
object UsaNorthWest
object UsaSouth
object UsaSouthWest
object China
object FeAsia
object Hainan
object Himalayas
object India
object IndoChina
object Kamchatka
object Kazak
object Korea
object Kyrgyyzstan
object LakeBaikal
object Manchuria
object Mongolia
object Pakistan
object RusNorth
object SevernyIsland
object SiberiaNorth
object SiberiaSouth
object SiberiaWest
object SriLanka
object Taiwan
object Xinjiang
object Yakutia
object Alpsland
object Alsace
object AzovSea
object BalkansEast
object BalkansWest
object Baltland
object BelgLux
object Caspian
object Crimea
object England
object Faroe
object Finlandia
object FranceSouth
object Frankia
object Funen
object Germania
object Gotland
object Greece
object Hiiumaa
object IberiaNorth
object IberiaSouth
object Ireland
object IslayJura
object IsleLewis
object ItalyHeel
object ItalyNorth
object ItalySouth
object ItalyToe
object JanMayen
object Jutland
object KolaPeninsula
object MarmaraSea
object Netherlands
object Oland
object Orkneys
object Peloponnese
object Polandia
object RussiaSouth
object Saaremaa
object ScotlandHigh
object ScotlandLow
object Shetland
object SwedenNorth
object SwedenSouth
object Uist
object Ukraine
object VolgaRegion
object Wales
object Zealand
object Borneo
object LesserSunda
object Luzon
object Mindano
object NewGuinea
object Palawan
object Samar
object Sulawesi
object Sumatra
object Visayas
object javaIsland
object Canarias
object Cephalonia
object Chios
object Corfu
object Corsica
object Crete
object Cyprus
object Lesbos
object Maghreb
object Majorca
object Rhodes
object SaharaCentral
object SaharaEast
object Sardina
object Sicily
object Sinai
object AntarticaEast
object AntarticaWest
object Artic
object Australia
object Greenland
object Hawaii
object NZNorthIsland
object NZSouthIsland
object Nordauslandet
object RossSeaIce
object Svalbard
object Tasmania
object WeddelSeaIce
object Hokkaido
object Honshu
object Iceland
object Kyshu
object sakhalin
Show all
object EArea2

Companion object for the EArea2 class. Contains 2 factory apply methods.

Companion object for the EArea2 class. Contains 2 factory apply methods.

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
EArea2.type
case class EarthBasicGui(canv: CanvasPlatform, viewIn: EarthView) extends GlobeGui

Basic map of the Earth using irregular areas / tiles.

Basic map of the Earth using irregular areas / tiles.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class GlobeGui
trait CmdBarGui
trait CanvasUser
class Object
trait Matchable
class Any
Show all

object to launch EarthBasic Gui.

object to launch EarthBasic Gui.

Attributes

Supertypes
trait GuiLaunch
class Object
trait Matchable
class Any
Self type
object EarthPage extends HtmlPage

HTML documentation page for Earth module.

HTML documentation page for Earth module.

Attributes

Supertypes
trait HtmlPage
class Object
trait Matchable
class Any
Self type
EarthPage.type
object EarthTryApp extends App

Attributes

Supertypes
trait App
trait DelayedInit
class Object
trait Matchable
class Any
Self type
object EuropeEast extends EArea1

Attributes

Supertypes
class EArea1
class Object
trait Matchable
class Any
Self type
EuropeEast.type
object EuropeNW extends EArea1

20North, 0 East

20North, 0 East

Attributes

Supertypes
class EArea1
class Object
trait Matchable
class Any
Self type
EuropeNW.type
object EuropeSW extends EArea1

Attributes

Supertypes
class EArea1
class Object
trait Matchable
class Any
Self type
EuropeSW.type

Not sure about this trait.

Not sure about this trait.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class EArea1
object AfricaNorth
object AfricaSouth
object AmericasSouth
object AsiaEast
object AsiaMain
object Australasia
object EuropeEast
object EuropeNW
object EuropeSW
object MalayArch
object MiddleEast
object NorthAtantic
object PacificTop
object PolarNorth
object PolarSouth
class EArea2
object Anatolia
object Arabia
object Armenia
object Iraq
object Kurdistan
object LakeTuz
object LakeVan
object Levant
object Persia
object AfricaCentral
object AfricaHorn
object AngloaZambia
object Congo
object LakeMalawi
object LakeMweru
object LakeVictoria
object Madagascar
object SaharaWest
object SouthAfrica
object Zanzibar
object ZimMoz
object Alaska
object AleutPenisula
object BaffinIsland
object Baja
object BanksIsland
object CanadaCentral
object ColomVenez
object Cuba
object Delmarva
object DevonIsland
object ElSalPanama
object Florida
object GreatBearLake
object Hispaniola
object Jamaica
object LakeErie
object LakeHuron
object LakeMichigan
object LakeOntario
object LakeSuperior
object LakeWinnipeg
object Mexico
object MexicoEast
object MicheganLower
object NewBrunswick
object NewFoundland
object NovaScotia
object Nunavut
object Quebecia
object ReindeerLake
object Ungava
object UsaMidWest
object UsaNorthEast
object UsaNorthWest
object UsaSouth
object UsaSouthWest
object China
object FeAsia
object Hainan
object Himalayas
object India
object IndoChina
object Kamchatka
object Kazak
object Korea
object Kyrgyyzstan
object LakeBaikal
object Manchuria
object Mongolia
object Pakistan
object RusNorth
object SevernyIsland
object SiberiaNorth
object SiberiaSouth
object SiberiaWest
object SriLanka
object Taiwan
object Xinjiang
object Yakutia
object Alpsland
object Alsace
object AzovSea
object BalkansEast
object BalkansWest
object Baltland
object BelgLux
object Caspian
object Crimea
object England
object Faroe
object Finlandia
object FranceSouth
object Frankia
object Funen
object Germania
object Gotland
object Greece
object Hiiumaa
object IberiaNorth
object IberiaSouth
object Ireland
object IslayJura
object IsleLewis
object ItalyHeel
object ItalyNorth
object ItalySouth
object ItalyToe
object JanMayen
object Jutland
object KolaPeninsula
object MarmaraSea
object Netherlands
object Oland
object Orkneys
object Peloponnese
object Polandia
object RussiaSouth
object Saaremaa
object ScotlandHigh
object ScotlandLow
object Shetland
object SwedenNorth
object SwedenSouth
object Uist
object Ukraine
object VolgaRegion
object Wales
object Zealand
object Borneo
object LesserSunda
object Luzon
object Mindano
object NewGuinea
object Palawan
object Samar
object Sulawesi
object Sumatra
object Visayas
object javaIsland
object Canarias
object Cephalonia
object Chios
object Corfu
object Corsica
object Crete
object Cyprus
object Lesbos
object Maghreb
object Majorca
object Rhodes
object SaharaCentral
object SaharaEast
object Sardina
object Sicily
object Sinai
object AntarticaEast
object AntarticaWest
object Artic
object Australia
object Greenland
object Hawaii
object NZNorthIsland
object NZSouthIsland
object Nordauslandet
object RossSeaIce
object Svalbard
object Tasmania
object WeddelSeaIce
object Hokkaido
object Honshu
object Iceland
object Kyshu
object sakhalin
Show all
object Hokkaido extends EArea2

Attributes

Supertypes
class EArea2
trait Coloured
class Object
trait Matchable
class Any
Show all
Self type
Hokkaido.type
object Honshu extends EArea2

Attributes

Supertypes
class EArea2
trait Coloured
class Object
trait Matchable
class Any
Show all
Self type
Honshu.type
object Iceland extends EArea2

Attributes

Supertypes
class EArea2
trait Coloured
class Object
trait Matchable
class Any
Show all
Self type
Iceland.type
object Kyshu extends EArea2

Attributes

Supertypes
class EArea2
trait Coloured
class Object
trait Matchable
class Any
Show all
Self type
Kyshu.type
class LocationLL(latMilliSecs: Double, longMilliSecs: Double, nameIn: String, level: Int) extends LatLongPair[Place]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Show all
object LocationLL

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
LocationLL.type

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
object MalayArch extends EArea1

Attributes

Supertypes
class EArea1
class Object
trait Matchable
class Any
Self type
MalayArch.type
object MediterraneanEast extends EArea1

Attributes

Supertypes
class EArea1
class Object
trait Matchable
class Any
Self type
object MediterreaneanWest extends EArea1

Attributes

Supertypes
class EArea1
class Object
trait Matchable
class Any
Self type
object MiddleEast extends EArea1

North of 25.4N degs East of 66.3E west of 141.6E 33.3N

North of 25.4N degs East of 66.3E west of 141.6E 33.3N

Attributes

Supertypes
class EArea1
class Object
trait Matchable
class Any
Self type
MiddleEast.type
object NorthAtantic extends EArea1

The North Atlantic. The seas and the land of the north Atlantic.

The North Atlantic. The seas and the land of the north Atlantic.

Attributes

Supertypes
class EArea1
class Object
trait Matchable
class Any
Self type
object PacificTop extends EArea1

Attributes

Supertypes
class EArea1
class Object
trait Matchable
class Any
Self type
PacificTop.type
case class Place(name: String, level: Int)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object PolarNorth extends EArea1

Polar regions.

Polar regions.

Attributes

Supertypes
class EArea1
class Object
trait Matchable
class Any
Self type
PolarNorth.type
object PolarSouth extends EArea1

Attributes

Supertypes
class EArea1
class Object
trait Matchable
class Any
Self type
PolarSouth.type
object sakhalin extends EArea2

Attributes

Supertypes
class EArea2
trait Coloured
class Object
trait Matchable
class Any
Show all
Self type
sakhalin.type

Value members

Concrete methods

Concrete fields

The North-South divide between Area1s and Grids at 45 degrees north approx.

The North-South divide between Area1s and Grids at 45 degrees north approx.

Attributes

The areas discovered from the late 14th century.

The areas discovered from the late 14th century.

Attributes

Europe, Asia and North-and central Africa.

Europe, Asia and North-and central Africa.

Attributes