> So in the end my question is this: how can I tell from the projection > string metadata that I get from a GDAL Dataset object (Java) if it is > EPSG:4326.
You can try the AutoIdentifyEPSG() method of the SpatialReference class. And then check that GetAuthorityName() returns "EPSG" and GetAuthorityCode() returns 4326. > > thanks > _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
