Beispiel #1
0
 public ALatLonBox(ALatLonBox box)
 {
   _mNorth = box.North;
   _mSouth = box.South;
   _mEast = box.East;
   _mWest = box.West;
 }
Beispiel #2
0
 public LatLonBox(ALatLonBox box)
   : base(box)
 {
 }