Quantcast
Viewing all articles
Browse latest Browse all 11

Find unit of EPSG-Code

I need a way to find out the unit of an EPSG-Code (e.g: meter) from java (ogr, gdal, osgeo?) but any other approach would be fine as well.
I want to do something like:

if(epsg.unit==meter){
   do this
} else {
   do that
}

Viewing all articles
Browse latest Browse all 11

Trending Articles