EGridLong

ostrat.egrid.EGridLong
See theEGridLong companion class
object EGridLong

Attributes

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

Members list

Value members

Concrete methods

def cDelta(r: Int, c: Int, cScale: Length): Double

Returns the longitudinal delta for a given c at a given y (latitude) for an EGrid80Km Hex Grid.

Returns the longitudinal delta for a given c at a given y (latitude) for an EGrid80Km Hex Grid.

Attributes

def colToLongDelta(latRadians: Double, c: Int, cOffset: Int, cScale: Length): Double
def hCenToLatLong0(inp: HCoord, cOffset: Int, cScale: Length): LatLong

The key method to get the longitude delta for c based from 0° longitude.

The key method to get the longitude delta for c based from 0° longitude.

Attributes

def hCenToLatLong0(r: Int, c: Int, cOffset: Int, cScale: Length): LatLong

The key method to get the longitude delta for c based from 0° longitude.

The key method to get the longitude delta for c based from 0° longitude.

Attributes

def hCoordToLatLong0(r: Int, c: Int, cScale: Length): LatLong
def hCoordToLatLong0(inp: HCoord, cScale: Length): LatLong

Copied from pGrid. The key method to get the longitude delta for x based from 0 degs longitude.

Copied from pGrid. The key method to get the longitude delta for x based from 0 degs longitude.

Attributes