コード例 #1
0
 public ALatLonBox(ALatLonBox box)
 {
     m_north = box.north;
     m_south = box.south;
     m_east  = box.east;
     m_west  = box.west;
 }
コード例 #2
0
 public ALatLonBox(ALatLonBox box)
 {
     north = box.north;
     south = box.south;
     east = box.east;
     west = box.west;
 }
コード例 #3
0
 public LatLonBox(ALatLonBox box)
     : base(box)
 {
 }
コード例 #4
0
 public LatLonAltBox(ALatLonBox box)
     : base(box) { }
コード例 #5
0
 public ALatLonBox(ALatLonBox box) {
     m_north = box.north;
     m_south = box.south;
     m_east = box.east;
     m_west = box.west;
 }