Esempio n. 1
0
 public virtual QLatLon GetCenterLatLon(QIndex index)
 {
     return(GetCenterLatLon(GetLatLon(index)));
 }
Esempio n. 2
0
 public virtual QLatLon GetLatLon(QIndex index)
 {
     return(new QLatLon {
         Latitud = VerticalResolution * index.Y + (Top), Longitud = HorizontalResolution * index.X + Left
     });
 }