Class Annotation
Anmerkungsdaten.
public class Annotation : IAnnotation
- Vererbung
-
Annotation
- Implementiert
- Derived
Felder
featureType
Feature-Typ.
public Optional<string> featureType
id
ID。
public Guid id
properties
protected Optional<ProxyObject> properties
timestamp
Letzte Aenderungszeit der Anmerkung.
public string timestamp
Eigenschaften
Name
Name.
public Optional<string> Name { get; set; }
Methoden
GetID()
Ruft ID ab.
public Guid GetID()
GetPropertyString(string)
Ruft die Eigenschaftszeichenfolge ab.
public Optional<string> GetPropertyString(string key)
Parameter
key
GetProperty<T>(string)
Ruft Eigenschaftsdaten ab.
public Optional<T> GetProperty<T>(string key)
Parameter
key
Typparameter
T
SetProperty<T>(string, Optional<T>)
Legt Eigenschaftsdaten fest.
public void SetProperty<T>(string key, Optional<T> value)
Parameter
keyvalue
Typparameter
T