EGrid120

ostrat.eg120.EGrid120
object EGrid120

object for creating earth grids with 120km hexs, with a c scale of 80km.

Attributes

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

Members list

Value members

Concrete methods

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

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

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

Attributes

def e30(rBottomCen: Int, rTopCen: Int): EGrid120LongFull
def e60(rBottomCen: Int, rTopCen: Int): EGrid120LongFull
def grids(num: Int, startIndex: Int, rBottomCen: Int, rTopCen: Int): RArr[EGrid120LongFull]

Returns an RArr sequence of 120km full earth grids.

Returns an RArr sequence of 120km full earth grids.

Attributes

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