UnitySensors
UnitySensors.Utils.Geometry.GeoCoordinateConverter Class Reference

平面直角座標系と緯度経度の相互変換 参照:国土地理院の「測量計算サイト」 http://vldb.gsi.go.jp/sokuchi/surveycalc/main.html More...

Collaboration diagram for UnitySensors.Utils.Geometry.GeoCoordinateConverter:

Public Member Functions

 GeoCoordinateConverter (GeoCoordinate origin)
 
Vector3D Convert (GeoCoordinate coordinate)
 
GeoCoordinate Convert (Vector3D coordinate)
 

Static Private Member Functions

static double Atanh (double x)
 
static double Deg2Rad (double Deg)
 
static double Rad2Deg (double Rad)
 

Private Attributes

GeoCoordinate _origin
 

Static Private Attributes

const double daa = 6378137
 
const double dF = 298.257222101d
 
const double dM0 = 0.9999
 

Detailed Description

平面直角座標系と緯度経度の相互変換 参照:国土地理院の「測量計算サイト」 http://vldb.gsi.go.jp/sokuchi/surveycalc/main.html

Constructor & Destructor Documentation

◆ GeoCoordinateConverter()

UnitySensors.Utils.Geometry.GeoCoordinateConverter.GeoCoordinateConverter ( GeoCoordinate  origin)

Member Function Documentation

◆ Atanh()

static double UnitySensors.Utils.Geometry.GeoCoordinateConverter.Atanh ( double  x)
staticprivate
Here is the caller graph for this function:

◆ Convert() [1/2]

Vector3D UnitySensors.Utils.Geometry.GeoCoordinateConverter.Convert ( GeoCoordinate  coordinate)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ Convert() [2/2]

GeoCoordinate UnitySensors.Utils.Geometry.GeoCoordinateConverter.Convert ( Vector3D  coordinate)
Here is the call graph for this function:

◆ Deg2Rad()

static double UnitySensors.Utils.Geometry.GeoCoordinateConverter.Deg2Rad ( double  Deg)
staticprivate
Here is the caller graph for this function:

◆ Rad2Deg()

static double UnitySensors.Utils.Geometry.GeoCoordinateConverter.Rad2Deg ( double  Rad)
staticprivate
Here is the caller graph for this function:

Member Data Documentation

◆ _origin

GeoCoordinate UnitySensors.Utils.Geometry.GeoCoordinateConverter._origin
private

◆ daa

const double UnitySensors.Utils.Geometry.GeoCoordinateConverter.daa = 6378137
staticprivate

◆ dF

const double UnitySensors.Utils.Geometry.GeoCoordinateConverter.dF = 298.257222101d
staticprivate

◆ dM0

const double UnitySensors.Utils.Geometry.GeoCoordinateConverter.dM0 = 0.9999
staticprivate

The documentation for this class was generated from the following file: