コード例 #1
0
 public void SetPolygon(String Coordinates)
 {
     if (Polygon == null)
     {
         Polygon = new GPSPolygon();
     }
     Polygon.SetPolygon(Coordinates);
 }
コード例 #2
0
 public GPS(GPSPolygon Polygon)
 {
     this.Polygon = Polygon;
 }