Michi : Michi Namespace

LatLng Class

緯度、経度の対をカプセル化するクラス

Syntax

public class LatLng

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

Members

See Also: Inherited members from object.

Public Constructors

Initializes a new instance of the Michi.LatLng class.

Protected Fields

latitude double . 緯度 (北緯)
longitude double . 経度 (東経)

Public Properties

[read-only]
Latitude double . 緯度 (北緯)
[read-only]
Longitude double . 経度 (東経)

Public Methods

static
GetDegreeFromRadian (double) : double
Documentation for this section has not yet been entered.
static
GetDistanceAsMeter (LatLng, LatLng) : double
2組の緯度経度からその測地線の長さ(m)を計算する
static
GetRadianFromDegree (double) : double
Documentation for this section has not yet been entered.

Member Details

LatLng Constructor

Initializes a new instance of the Michi.LatLng class.

Syntax

public LatLng (double lat, string latCode, double lng, string lngCode)

Parameters

lat
Latitude
latCode
Latitude code, N:North or S:South.
lng
Longitude.
lngCode
Longitude code, E:East or W:West.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

GetDegreeFromRadian Method

Documentation for this section has not yet been entered.

Syntax

public static double GetDegreeFromRadian (double value)

Parameters

value
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

GetDistanceAsMeter Method

2組の緯度経度からその測地線の長さ(m)を計算する

Syntax

public static double GetDistanceAsMeter (LatLng latLng1, LatLng latLng2)

Parameters

latLng1
Michi.GPSPosition 1
latLng2
Michi.GPSPosition 2

Returns

距離(m)

Remarks

http://h2caster.net/home/gpsandpda/hybeny.php

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

GetRadianFromDegree Method

Documentation for this section has not yet been entered.

Syntax

public static double GetRadianFromDegree (double value)

Parameters

value
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

latitude Field

緯度 (北緯)

Syntax

protected double latitude

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

Latitude Property

緯度 (北緯)

Syntax

public double Latitude { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

longitude Field

経度 (東経)

Syntax

protected double longitude

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

Longitude Property

経度 (東経)

Syntax

public double Longitude { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0