Lines Matching refs:formatName
366 * @param formatName the desired metadata format.
370 * @exception IllegalArgumentException if <code>formatName</code>
376 public IIOMetadataFormat getMetadataFormat(String formatName) {
377 if (formatName == null) {
378 throw new IllegalArgumentException("formatName == null!");
381 && formatName.equals
386 if (formatName.equals(nativeMetadataFormatName)) {
390 if (formatName.equals(extraMetadataFormatNames[i])) {
459 * @param formatName the desired metadata format.
464 * @exception IllegalArgumentException if <code>formatName</code>
472 public abstract Node getAsTree(String formatName);
489 * @param formatName the desired metadata format.
494 * @exception IllegalArgumentException if <code>formatName</code>
506 public abstract void mergeTree(String formatName, Node root)
737 * followed by <code>mergeTree(formatName, root)</code>.
739 * @param formatName the desired metadata format.
744 * @exception IllegalArgumentException if <code>formatName</code>
756 public void setFromTree(String formatName, Node root)
759 mergeTree(formatName, root);