EGridLongFull

ostrat.egrid.EGridLongFull
See theEGridLongFull companion class
object EGridLongFull

Functions for Earth tile grids.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def getBounds(rTileMin: Int, rTileMax: Int, rOffset: Int, c0Offset: Int, cScale: Length): Array[Int]

Copied from Old. This would seem to return the Array that has the irregular HexGrid row specifications.

Copied from Old. This would seem to return the Array that has the irregular HexGrid row specifications.

Attributes

def tileRowMinMaxC(r: Int, rOffset: Int, cOffset: Int, cScale: Length): (Int, Int)

Returns the min and max columns of a tile row in an EGrid80Km grid for a given y (latitude) with a given c offset.

Returns the min and max columns of a tile row in an EGrid80Km grid for a given y (latitude) with a given c offset.

Attributes