Пример #1
0
 public virtual QLatLon GetCenterLatLon(QIndex index)
 {
     return(GetCenterLatLon(GetLatLon(index)));
 }
Пример #2
0
 public virtual QLatLon GetLatLon(QIndex index)
 {
     return(new QLatLon {
         Latitud = VerticalResolution * index.Y + (Top), Longitud = HorizontalResolution * index.X + Left
     });
 }