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
}
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
}