Table of Contents

Class Annotation

名前空間
EasyAR.Mega.Ema.v0_5
アセンブリ
EasyAR.Mega.Ema.dll

アノテーションデータ。

public class Annotation : IAnnotation
継承
Annotation
実装
Derived

フィールド

featureType

Feature タイプ。

public Optional<string> featureType

id

ID。

public Guid id

properties

protected Optional<ProxyObject> properties

timestamp

アノテーションの最終更新時刻。

public string timestamp

プロパティ

Name

名前。

public Optional<string> Name { get; set; }

メソッド

GetID()

ID を取得します。

public Guid GetID()

GetPropertyString(string)

属性文字列を取得します。

public Optional<string> GetPropertyString(string key)

パラメーター

key

GetProperty<T>(string)

属性データを取得します。

public Optional<T> GetProperty<T>(string key)

パラメーター

key

型パラメーター

T

SetProperty<T>(string, Optional<T>)

属性データを設定します。

public void SetProperty<T>(string key, Optional<T> value)

パラメーター

key
value

型パラメーター

T