org.esa.beam.framework.datamodel
Interface Product.AutoGrouping

All Superinterfaces:
Collection<String[]>, Iterable<String[]>, List<String[]>
Enclosing class:
Product

public static interface Product.AutoGrouping
extends List<String[]>

AutoGrouping can be used by an application to auto-group a long list of product nodes (e.g. bands) as a tree of product nodes.

Since:
BEAM 4.8

Method Summary
 int indexOf(String name)
          Gets the index of the first group path that matches the given name.
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

indexOf

int indexOf(String name)
Gets the index of the first group path that matches the given name.

Parameters:
name - A product node name.
Returns:
The index of the group path or -1 if no group path matches the given name.


Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.