One options includes invoking command line utilities via
Runtime.getRuntime().exec("command parameters") and setting up a
simple multi-threaded processing pipeline. You need libraries to:
a) convert from NITF to other image format(s)
b) extract metadata like 4-corner info and timestamps:
Two for you to consider:
GDAL utilities
http://www.remotesensing.org/gdal/gdal_utilities.html
AFRL NITF tools
https://www.sdms.afrl.af.mil/tools/nitf/
This is all done fairly easily on a unix system, don't know how easy
it is to do in Windows infrastructure but it appears theoretically
possible.
Tony Bigbee
On Aug 26, 2005, at 12:11 PM, Joseph N. Goodman wrote:
> I realize that the NITF classes don't allow the display of NITF
> data on the map. Surely somebody out there has figured out a way
> to do this. Either through a third party library or by "rolling
> there own" NITF classes. We really need to display NITF ASAP. Any
> help would be appreciated.
>
> Thanks
--
[To unsubscribe to this list send an email to "majdart_at_bbn.com"
with the following text in the BODY of the message "unsubscribe openmap-users"]
Received on Fri Aug 26 2005 - 13:39:59 EDT