Michi : Michi Namespace

GGA Class

GGAセンテンスをカプセル化するクラス

Syntax

public class GGA : GPSSentence

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 GPSSentence.

Public Constructors

GGA ()
Initializes a new instance of the Michi.GGA class.

Public Fields

const
identifier string . GGAセンテンスを識別する文字列
const
identifier string . センテンスを識別する文字列 (Inherited from GPSSentence.)

Protected Fields

ageOfDGPSData double . DGPSデータのエイジ (秒)
altitudeEllipsoidal double . WGS-84楕円体から平均海水面の高度差 (m)
altitudeEllipsoidalCode string .
altitudeSeaLevel double . 平均海水面からのアンテナ高度 (m)
altitudeSeaLevelCode string .
checkSum string . チェックサム
HDOP double . Horizontal Dilution of Precision
idForDGPSBase int . DGPS基準局のID
latitude double . 緯度
latitudeCode string . 北緯、南緯を識別する文字列 (N or S)
longitude double . 経度
longitudeCode string . 東経、西経を識別する文字列 (E or W)
quality int . GPSのクオリティ; 0 = 受信不能, 1 = 単独測位,2 = DGPS
satelliteCount int . 受信衛星数
timeUTC DateTime . 測位時刻(UTC)

Public Properties

[read-only]
Altitude double . Documentation for this section has not yet been entered.
[read-only]
TimeUTC DateTime . Documentation for this section has not yet been entered.

Public Methods

LatLng () : LatLng
Documentation for this section has not yet been entered.
override
SetParameters (string[], string) : bool
パラメータを設定する
SetParameters (string[], string) : bool
Documentation for this section has not yet been entered. (Inherited from GPSSentence.)

Member Details

GGA Constructor

Initializes a new instance of the Michi.GGA class.

Syntax

public GGA ()

Remarks

Documentation for this section has not yet been entered.

Requirements

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

ageOfDGPSData Field

DGPSデータのエイジ (秒)

Syntax

protected double ageOfDGPSData

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Altitude Property

Documentation for this section has not yet been entered.

Syntax

public double Altitude { 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

altitudeEllipsoidal Field

WGS-84楕円体から平均海水面の高度差 (m)

Syntax

protected double altitudeEllipsoidal

Remarks

Documentation for this section has not yet been entered.

Requirements

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

altitudeEllipsoidalCode Field

Syntax

protected string altitudeEllipsoidalCode

Remarks

Documentation for this section has not yet been entered.

Requirements

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

altitudeSeaLevel Field

平均海水面からのアンテナ高度 (m)

Syntax

protected double altitudeSeaLevel

Remarks

Documentation for this section has not yet been entered.

Requirements

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

altitudeSeaLevelCode Field

Syntax

protected string altitudeSeaLevelCode

Remarks

Documentation for this section has not yet been entered.

Requirements

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

checkSum Field

チェックサム

Syntax

protected string checkSum

Remarks

Documentation for this section has not yet been entered.

Requirements

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

HDOP Field

Horizontal Dilution of Precision

Syntax

protected double HDOP

Remarks

Documentation for this section has not yet been entered.

Requirements

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

identifier Field

GGAセンテンスを識別する文字列

Syntax

public const string identifier

Remarks

Documentation for this section has not yet been entered.

Requirements

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

idForDGPSBase Field

DGPS基準局のID

Syntax

protected int idForDGPSBase

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

latitudeCode Field

北緯、南緯を識別する文字列 (N or S)

Syntax

protected string latitudeCode

Remarks

Documentation for this section has not yet been entered.

Requirements

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

LatLng Method

Documentation for this section has not yet been entered.

Syntax

public LatLng LatLng ()

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

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

longitudeCode Field

東経、西経を識別する文字列 (E or W)

Syntax

protected string longitudeCode

Remarks

Documentation for this section has not yet been entered.

Requirements

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

quality Field

GPSのクオリティ; 0 = 受信不能, 1 = 単独測位,2 = DGPS

Syntax

protected int quality

Remarks

Documentation for this section has not yet been entered.

Requirements

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

satelliteCount Field

受信衛星数

Syntax

protected int satelliteCount

Remarks

Documentation for this section has not yet been entered.

Requirements

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

SetParameters Method

パラメータを設定する

Syntax

public override bool SetParameters (string[] data, string checkSum)

Parameters

data
Documentation for this section has not yet been entered.
checkSum
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

timeUTC Field

測位時刻(UTC)

Syntax

protected DateTime timeUTC

Remarks

年月日はダミーを持っている

Requirements

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

TimeUTC Property

Documentation for this section has not yet been entered.

Syntax

public DateTime TimeUTC { 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