Uses of Class
twaver.gis.utils.GeoCoordinate

Packages that use GeoCoordinate
twaver.gis   
twaver.gis.utils   
 

Uses of GeoCoordinate in twaver.gis
 

Methods in twaver.gis that return GeoCoordinate
static GeoCoordinate GisToolkits.convertScreenToLatLong(GeographyMap map, java.awt.geom.Point2D screenPoint)
          Converts screen coordinate to geographical coordinate
static GeoCoordinate GisToolkits.convertScreenToLatLong(GeographyMap map, double screenX, double screenY)
          Converts screen coordinate to geographical coordinate
 GeoCoordinate GeographyMap.getCenterPoint()
          Gets the center point of the map, and the point is described by a GeoCoordinate instance.
 

Methods in twaver.gis with parameters of type GeoCoordinate
static java.awt.geom.Point2D GisToolkits.convertLatLongToScreen(GeographyMap map, GeoCoordinate co)
          Converts geographical coordinate to screen coordinate
 void GeographyMap.setCenterPoint(GeoCoordinate center)
          Specifies the center point of the map.
 

Uses of GeoCoordinate in twaver.gis.utils
 

Methods in twaver.gis.utils with parameters of type GeoCoordinate
 boolean GridBbox.contain(GeoCoordinate coordinate)