/// <summary>
 /// Creates a new instance having no properties and an empty geometry.
 /// </summary>
 public ReferenceRecord()
 {
     Properties = new Dictionary<string, string>();
     Geometry = new PointGeometry();
 }
Beispiel #2
0
 /// <summary>
 /// Creates a new instance having no properties and an empty geometry.
 /// </summary>
 public ReferenceRecord()
 {
     Properties = new Dictionary <string, string>();
     Geometry   = new PointGeometry();
 }