Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-dev] Oracle GeoRaster contribution

I have been chatting a bit with Ivan off list, and his work is available here:

https://github.com/IvanLucena/udig-georaster/commits/udig-georaster

I did not see anything too scary in my review:

a) OracleServiceExtension.java.html <-- article that appears to be committed by accident
b) Same with  plugins/sqlnet.log
c) OracleRasterResource(parent, details, params) <-- is it actually easier to pass in "details" rather than params? Or are these details directly usable by the format.getReader ??

Ivan is working with oracle (which has signed a contributor agreement) so I believe we can accept this initial patch.

As for Ivan's question (stuck at the end of the last thread) - does format.getReader( source ) always need a file?

1) Sometimes source can take an input stream,  in which case you could create an in memory input stream?
2) We could even ask if passing in the data structure object would be appropriate? 
3) Failing that I recommend creating a temporary file as needed

Perhaps ask on geotools-user list ... 

Jody Garnett

Back to the top