Summary:

Currently, imaging-nitf appears to be the only pure java implementation of a NITF parser.  Brad Hards has contributed it to the Codice Foundation and has written a prototype NITF Input Transformer using the library.  After some investigation, it appears to be a viable option to parse NITF 2.10 and NSIF 1.0 files.  This Input Transformer would make an excellent addition to default set of Input Transformers available in DDF.  Below are the findings.

Updates to imaging-nitf:

https://github.com/codice/imaging-nitf/pull/2

Forked InputTransformer:

https://github.com/kcwire/ddf-nitfinputtransformer

Desired Improvements:

NITF Input Transformer

Imaging Nitf