it.geosolutions.imageio.plugins.hdf4
Class HDF4Products
Object
HDF4Products
- All Implemented Interfaces:
- Iterable<HDF4Products.HDF4Product>, Collection<HDF4Products.HDF4Product>, List<HDF4Products.HDF4Product>
- Direct Known Subclasses:
- HDF4APSProperties.APSProducts, HDF4TeraScanProperties.TeraScanProducts
public abstract class HDF4Products
- extends Object
- implements List<HDF4Products.HDF4Product>
Utility class for supporting HDF products like SST, Albedo, etc..
- Author:
- Simone Giannecchini, GeoSolutions SAS
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface List |
equals, hashCode |
HDF4Products
public HDF4Products(int nProducts)
add
public boolean add(HDF4Products.HDF4Product o)
- Specified by:
add
in interface Collection<HDF4Products.HDF4Product>
- Specified by:
add
in interface List<HDF4Products.HDF4Product>
add
public void add(int index,
HDF4Products.HDF4Product element)
- Specified by:
add
in interface List<HDF4Products.HDF4Product>
addAll
public boolean addAll(Collection<? extends HDF4Products.HDF4Product> c)
- Specified by:
addAll
in interface Collection<HDF4Products.HDF4Product>
- Specified by:
addAll
in interface List<HDF4Products.HDF4Product>
addAll
public boolean addAll(int index,
Collection<? extends HDF4Products.HDF4Product> c)
- Specified by:
addAll
in interface List<HDF4Products.HDF4Product>
clear
public void clear()
- Specified by:
clear
in interface Collection<HDF4Products.HDF4Product>
- Specified by:
clear
in interface List<HDF4Products.HDF4Product>
contains
public boolean contains(Object o)
- Specified by:
contains
in interface Collection<HDF4Products.HDF4Product>
- Specified by:
contains
in interface List<HDF4Products.HDF4Product>
containsAll
public boolean containsAll(Collection<?> c)
- Specified by:
containsAll
in interface Collection<HDF4Products.HDF4Product>
- Specified by:
containsAll
in interface List<HDF4Products.HDF4Product>
get
public HDF4Products.HDF4Product get(int productIndex)
- Specified by:
get
in interface List<HDF4Products.HDF4Product>
indexOf
public int indexOf(Object o)
- Specified by:
indexOf
in interface List<HDF4Products.HDF4Product>
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface Collection<HDF4Products.HDF4Product>
- Specified by:
isEmpty
in interface List<HDF4Products.HDF4Product>
iterator
public Iterator<HDF4Products.HDF4Product> iterator()
- Specified by:
iterator
in interface Iterable<HDF4Products.HDF4Product>
- Specified by:
iterator
in interface Collection<HDF4Products.HDF4Product>
- Specified by:
iterator
in interface List<HDF4Products.HDF4Product>
lastIndexOf
public int lastIndexOf(Object o)
- Specified by:
lastIndexOf
in interface List<HDF4Products.HDF4Product>
listIterator
public ListIterator<HDF4Products.HDF4Product> listIterator()
- Specified by:
listIterator
in interface List<HDF4Products.HDF4Product>
listIterator
public ListIterator<HDF4Products.HDF4Product> listIterator(int index)
- Specified by:
listIterator
in interface List<HDF4Products.HDF4Product>
remove
public HDF4Products.HDF4Product remove(int index)
- Specified by:
remove
in interface List<HDF4Products.HDF4Product>
remove
public boolean remove(Object o)
- Specified by:
remove
in interface Collection<HDF4Products.HDF4Product>
- Specified by:
remove
in interface List<HDF4Products.HDF4Product>
removeAll
public boolean removeAll(Collection<?> c)
- Specified by:
removeAll
in interface Collection<HDF4Products.HDF4Product>
- Specified by:
removeAll
in interface List<HDF4Products.HDF4Product>
retainAll
public boolean retainAll(Collection<?> c)
- Specified by:
retainAll
in interface Collection<HDF4Products.HDF4Product>
- Specified by:
retainAll
in interface List<HDF4Products.HDF4Product>
set
public HDF4Products.HDF4Product set(int productIndex,
HDF4Products.HDF4Product product)
- Specified by:
set
in interface List<HDF4Products.HDF4Product>
size
public int size()
- Specified by:
size
in interface Collection<HDF4Products.HDF4Product>
- Specified by:
size
in interface List<HDF4Products.HDF4Product>
subList
public List<HDF4Products.HDF4Product> subList(int fromIndex,
int toIndex)
- Specified by:
subList
in interface List<HDF4Products.HDF4Product>
toArray
public Object[] toArray()
- Specified by:
toArray
in interface Collection<HDF4Products.HDF4Product>
- Specified by:
toArray
in interface List<HDF4Products.HDF4Product>
toArray
public <T> T[] toArray(T[] a)
- Specified by:
toArray
in interface Collection<HDF4Products.HDF4Product>
- Specified by:
toArray
in interface List<HDF4Products.HDF4Product>
get
public HDF4Products.HDF4Product get(String productName)
getNProducts
public int getNProducts()
Copyright © 2006-2010 GeoSolutions. All Rights Reserved.