LatLong2CTM

scalation.LatLong2CTM
object LatLong2CTM

The LatLong2CTM object supports conversion from latlong coordinates to CTM (Custom Transverse Mercator) coordinates

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def latLong2CTMxy(ll: LatLong, cent: Double): (Double, Double)

Convert Latitude-Longitude to (x, y) CTM (Custom Transverse Mercator) coordinates.

Convert Latitude-Longitude to (x, y) CTM (Custom Transverse Mercator) coordinates.

Value parameters

cent

the central meridian of the custom TM zone

ll

the Latitude-Longitude

Attributes