Hello

I decided to update my project from 2.7 to 2.8.0-M1. The GridFormatFinder seems 
to have a new dependency in 8.0. Do I need to to download the ArcSDE from esri 
now?

Thanks

Mike O'Toole


Code:

AbstractGridFormat format = GridFormatFinder.findFormat( rasterFile );        
reader = format.getReader(rasterFile);


Error:

2011-07-28 13:27:22 WARNING: ArcSDE Java API seems to not be on your classpath. 
Please verify that all needed jars are. ArcSDE data stores will not be 
available. (ArcSDERasterFormatFactory.isAvailable())
  java.lang.NoClassDefFoundError: com/esri/sde/sdk/client/SeConnection
      
org.geotools.arcsde.ArcSDERasterFormatFactory.isAvailable(ArcSDERasterFormatFactory.java:57)
      
org.geotools.coverage.grid.io.GridFormatFinder.getAvailableFormats(GridFormatFinder.java:91)
      
org.geotools.coverage.grid.io.GridFormatFinder.findFormats(GridFormatFinder.java:178)
      
org.geotools.coverage.grid.io.GridFormatFinder.findFormat(GridFormatFinder.java:241)
      
org.geotools.coverage.grid.io.GridFormatFinder.findFormat(GridFormatFinder.java:216)
------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to