< prev index next >

jdk/src/java.desktop/share/classes/javax/imageio/plugins/tiff/GeoTIFFTagSet.java

Print this page

        

*** 37,47 **** * from a <i>GeoKeyDirectoryTag</i> as those are not TIFF tags per se. * * <p>The definitions of the data types referenced by the field * definitions may be found in the {@link TIFFTag TIFFTag} class.</p> * ! * @since 1.9 */ public class GeoTIFFTagSet extends TIFFTagSet { private static GeoTIFFTagSet theInstance = null; --- 37,47 ---- * from a <i>GeoKeyDirectoryTag</i> as those are not TIFF tags per se. * * <p>The definitions of the data types referenced by the field * definitions may be found in the {@link TIFFTag TIFFTag} class.</p> * ! * @since 9 */ public class GeoTIFFTagSet extends TIFFTagSet { private static GeoTIFFTagSet theInstance = null;
< prev index next >