EGrid80

ostrat.eg80.EGrid80
object EGrid80

object for creating 80km hex scale earth grids.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
EGrid80.type

Members list

Value members

Concrete methods

def e0(rBottomCen: Int, rTopCen: Int): EGrid80LongFull

Factory method for creating a main Earth grid centred on 0 degrees east of scale cScale 20Km or hex scale 80km.

Factory method for creating a main Earth grid centred on 0 degrees east of scale cScale 20Km or hex scale 80km.

Attributes

def e30(rBottomCen: Int, rTopCen: Int): EGrid80LongFull

Factory method for creating a main Earth grid centred on 30 degrees east of scale cScale 20Km or hex scale 80km.

Factory method for creating a main Earth grid centred on 30 degrees east of scale cScale 20Km or hex scale 80km.

Attributes

def grids(num: Int, startIndex: Int, rBottomCen: Int, rTopCen: Int): RArr[EGrid80LongFull]

Returns an RArr sequence of 320km full earth grids.

Returns an RArr sequence of 320km full earth grids.

Attributes

def multi(numGridsIn: Int, headInt: Int, bottomR: Int, topR: Int): EGrid80LongMulti