jericks wrote:
> I just wanted to follow up that GDAL does support JP2 because I just used
> gdal_translate to extract a subsection of the same SDE raster.  If GDAL is
> based on the ArcSDE C Api and it supports JP2, doesn't that mean that the
> ArcSDE Java Api (likely) supports it also? I am crossing my fingers.  Thanks
> again for all the help.

Nope, it does not necessarily mean that, most of the time java api are
pure java ones, not wrappers around a c api (for portability and
stability reasons).
Also if you read the gdal documentation it says the c api is not thread
safe, so we could not even try to leverage our recent set of gdal 
wrappers, as trying would probably end up blowing up GeoServer as
concurrent requests start appearing (GeoServer being a single heavily
multithreaded app as opposed to mapserver cgi in which each request
runs in a separate project).

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

Reply via email to