Hi, in an application I use geographic data which should not be disclosed as raw data. That is the data should be processed and displayed by the application but should not usable if extracted in binary form.
The idea is to encrypt the data and decrypt it on the fly. However, the readers I have to use (GeoTiffReader and ShapefileReader) expect in it's most common usage scenario that the data exists as files. This disallows encryption because there is no way to intercept. For example: There are the three files .tif/.tfw/.prj. Although one can supply the .tif as stream and .prj as hint, it is impossible to supply the world coordinates .tfw as an object other than file. Is there any way to meet the requirement for non-disclosure of raw data? Thank you Michael ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ GeoTools-GT2-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
