IntGlobeExtensions

ostrat.geom.pglobe.IntGlobeExtensions
class IntGlobeExtensions(thisInt: Int)

Globe extensions class for Ints.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

Extension method returns a longitude where this Int is the value east specified in degrees. An Int -180 > i < 0 returns a western value.

Extension method returns a longitude where this Int is the value east specified in degrees. An Int -180 > i < 0 returns a western value.

Attributes

infix def ll(longDegs: Double): LatLong

infix extension method for creating a latitude-longitude value LatLong. This Int is the latitude specified in degrees. The operand parameter is the longitude specified in degrees.

infix extension method for creating a latitude-longitude value LatLong. This Int is the latitude specified in degrees. The operand parameter is the longitude specified in degrees.

Attributes

Extension method returns a latitude where this Int is the value north specified in degrees. An Int -180 > i < 0 returns a southern value.

Extension method returns a latitude where this Int is the value north specified in degrees. An Int -180 > i < 0 returns a southern value.

Attributes

Extension method returns a latitude where this Int is the value south specified in degrees. An Int -180 > i < 0 returns a northern value.

Extension method returns a latitude where this Int is the value south specified in degrees. An Int -180 > i < 0 returns a northern value.

Attributes

Extension method returns a longitude where this Int is the value west specified in degrees. An Int -180 > i < 0 returns an eastern value.

Extension method returns a longitude where this Int is the value west specified in degrees. An Int -180 > i < 0 returns an eastern value.

Attributes