Package net.sourceforge.gpstools.xmp

Examples of net.sourceforge.gpstools.xmp.XMPWriter


                    break;
                case ExiftoolXMP:
                    instanceCache.put(type, new ExiftoolXMPWriter(progOrLib));
                    break;
                 case XMP:
                    instanceCache.put(type, new XMPWriter());
                    break;
                case Sanselan:
                    instanceCache.put(type, newWriter("net.sourceforge.gpstools.exif.SanselanExifWriter",-1));
                    break;
                case Default:
View Full Code Here

TOP

Related Classes of net.sourceforge.gpstools.xmp.XMPWriter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.