Hi,
    I am trying to open a .dt2 extension file with 
 AbstractGridFormat format = GridFormatFinder.findFormat(rasterFile);
      AbstractGridCoverage2DReader  reader = format.getReader(rasterFile);
 

and i am getting the following error:

Exception in thread "main" java.lang.UnsupportedOperationException: Trying
to get a reader from an unknown format.
        at
org.geotools.coverage.grid.io.UnknownFormat.getReader(UnknownFormat.java:62)

I read in the tutorial that geotiff and .jpeg files are supported. but i am
not able to open any file except the .tif file
Is there any other Format for the other types of files  



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Reading-a-DT2-file-tp5020285.html
Sent from the geotools-gt2-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
BUILD Helping you discover the best ways to construct your parallel projects.
http://goparallel.sourceforge.net
_______________________________________________
GeoTools-GT2-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to