]> Pileus Git - grits/blobdiff - src/gis-view.h
Reorganize BMNG and SRTM into plugins
[grits] / src / gis-view.h
index 4608788d5c10672c80fdaab6a9226bc1a6ab7d82..ec84b845793e9ba1a7acedec48ba995bd7beec75 100644 (file)
@@ -1,16 +1,16 @@
 /*
  * Copyright (C) 2009 Andy Spencer <spenceal@rose-hulman.edu>
- * 
+ *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation, either version 3 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- * 
+ *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
@@ -55,9 +55,9 @@ GisView *gis_view_new();
 void gis_view_set_time(GisView *view, const gchar *time);
 gchar *gis_view_get_time(GisView *view);
 
-void gis_view_set_location(GisView *view, gdouble  x, gdouble  y, gdouble  z);
-void gis_view_get_location(GisView *view, gdouble *x, gdouble *y, gdouble *z);
-void gis_view_pan         (GisView *view, gdouble  x, gdouble  y, gdouble  z);
+void gis_view_set_location(GisView *view, gdouble  lat, gdouble  lon, gdouble  elev);
+void gis_view_get_location(GisView *view, gdouble *lat, gdouble *lon, gdouble *elev);
+void gis_view_pan         (GisView *view, gdouble  lat, gdouble  lon, gdouble  elev);
 void gis_view_zoom        (GisView *view, gdouble  scale);
 
 void gis_view_set_rotation(GisView *view, gdouble  x, gdouble  y, gdouble  z);