LatLongDirn

ostrat.geom.pglobe.LatLongDirn
See theLatLongDirn companion class
object LatLongDirn

Attributes

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

Members list

Value members

Concrete methods

def degs(lat: Double, long: Double, dirn: Boolean): LatLongDirn

Factory method for LatLong, creates LatLong from the Double values for the Latitude and Longitude in degrees, where southern and western values are negative.

Factory method for LatLong, creates LatLong from the Double values for the Latitude and Longitude in degrees, where southern and western values are negative.

Attributes

def milliSecs(lat: Double, long: Double, dirn: Boolean): LatLongDirn

Factory method for LatLong, creates LatLong from the Double values for the Latitude and Longitude in thousands of an arc second of a degree, where southern and western values are negative.

Factory method for LatLong, creates LatLong from the Double values for the Latitude and Longitude in thousands of an arc second of a degree, where southern and western values are negative.

Attributes