Exemple #1
0
 public void pointTo(tsPoint p)
 {
     point(p.Lat, p.Lon);
 }
Exemple #2
0
 public jsonPoint(jsonListener Aparent,
                  tsContentTo doc) : base(Aparent) 
 {
     p = new tsPoint(doc);
 }
Exemple #3
0
 public void pointTo(tsPoint p)
 {
     if (fStage == 0)
     if (fEnabled && (p.Key != null))
     {
         int id;
         fmap.New_node(p.Key, p.Lat * DegToRad, p.Lon * DegToRad, znil, out id);
     }
 }
Exemple #4
0
 public void pointTo(tsPoint p)
 {
     beginObject(p,PosStr(p.Lat,p.Lon));
     endObject();
 }