Class Annotation
Donnees d'annotation.
public class Annotation : IAnnotation
- Héritage
-
Annotation
- Implémente
- Dérivé
Champs
featureType
Type de feature.
public Optional<string> featureType
id
ID。
public Guid id
properties
protected Optional<ProxyObject> properties
timestamp
Heure de derniere modification de l'annotation.
public string timestamp
Propriétés
Name
Nom.
public Optional<string> Name { get; set; }
Méthodes
GetID()
Obtient l'ID.
public Guid GetID()
GetPropertyString(string)
Obtient la chaine de propriete.
public Optional<string> GetPropertyString(string key)
Paramètres
key
GetProperty<T>(string)
Obtient les donnees de propriete.
public Optional<T> GetProperty<T>(string key)
Paramètres
key
Paramètres de type
T
SetProperty<T>(string, Optional<T>)
Definit les donnees de propriete.
public void SetProperty<T>(string key, Optional<T> value)
Paramètres
keyvalue
Paramètres de type
T