jericks wrote: > Hello! > > I am trying to use GeoTools' ArcSDE raster (2.5.3) support to display some > of our orthophotos in GeoServer (1.7.2), but I am getting the following > error: > > ERROR [imageio.ArcSDERasterReader] - INVALID COMPRESSION TYPE. > > ArcSDE Error Number : -316 > Error Description : INVALID COMPRESSION TYPE. > Extended Error Description : JP2 compression type not yet supported > Extended Error Description : JP2 compression type not yet supported > > com.esri.sde.sdk.client.SeException: JP2 compression type not yet supported > at com.esri.sde.sdk.client.SeRasterTile.a(Unknown Source) > at com.esri.sde.sdk.client.f.a(Unknown Source) > at com.esri.sde.sdk.client.k.C(Unknown Source) > at com.esri.sde.sdk.client.SeRow.getRasterTile(Unknown Source) > at > org.geotools.arcsde.gce.imageio.ArcSDERasterReader.read(ArcSDERasterReader.java:277) > at > org.geotools.arcsde.gce.ArcSDERasterGridCoverage2DReader.createCoverage(ArcSDERasterGridCoverage2DReader.java:440) > at > org.geotools.arcsde.gce.ArcSDERasterGridCoverage2DReader.read(ArcSDERasterGridCoverage2DReader.java:243) > at > org.vfny.geoserver.config.CoverageConfig.<init>(CoverageConfig.java:291) > at > org.vfny.geoserver.action.data.DataCoveragesNewAction.newCoverageConfig(DataCoveragesNewAction.java:106) > at > org.vfny.geoserver.action.data.CoverageStoresEditorAction.execute(CoverageStoresEditorAction.java:90) > > Does GeoTools support JPEG 2000 ArcSDE Rasters?
From the looks of the stack trace, it seems the SDE java api does not support that format in the first place. Since we build on top of it, apparently we have no easy way to support that format either. Cheers Andrea ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
