Revision 988 branches/v02_desarrollo/libraries/libCq CMS for java.old/src/org/cresques/geo/Geodetic.java

View differences:

Geodetic.java
64 64
	 * @return
65 65
	 */	
66 66
	
67
	public GeoPoint toGeo(Point2D gPt) { return (GeoPoint) gPt;	}
67
	public Point2D toGeo(Point2D gPt) { return (GeoPoint) gPt;	}
68 68
	
69 69
	public Point2D fromGeo(Point2D gPt, Point2D pPt) { return gPt; }
70 70

  

Also available in: Unified diff