it.geosolutions.imageio.plugins.hdf4
Class HDF4Products

Object
  extended by 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

Nested Class Summary
 class HDF4Products.HDF4Product
           
 
Constructor Summary
HDF4Products(int nProducts)
           
 
Method Summary
 boolean add(HDF4Products.HDF4Product o)
           
 void add(int index, HDF4Products.HDF4Product element)
           
 boolean addAll(Collection<? extends HDF4Products.HDF4Product> c)
           
 boolean addAll(int index, Collection<? extends HDF4Products.HDF4Product> c)
           
 void clear()
           
 boolean contains(Object o)
           
 boolean containsAll(Collection<?> c)
           
 HDF4Products.HDF4Product get(int productIndex)
           
 HDF4Products.HDF4Product get(String productName)
           
 int getNProducts()
           
 int indexOf(Object o)
           
 boolean isEmpty()
           
 Iterator<HDF4Products.HDF4Product> iterator()
           
 int lastIndexOf(Object o)
           
 ListIterator<HDF4Products.HDF4Product> listIterator()
           
 ListIterator<HDF4Products.HDF4Product> listIterator(int index)
           
 HDF4Products.HDF4Product remove(int index)
           
 boolean remove(Object o)
           
 boolean removeAll(Collection<?> c)
           
 boolean retainAll(Collection<?> c)
           
 HDF4Products.HDF4Product set(int productIndex, HDF4Products.HDF4Product product)
           
 int size()
           
 List<HDF4Products.HDF4Product> subList(int fromIndex, int toIndex)
           
 Object[] toArray()
           
<T> T[]
toArray(T[] a)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface List
equals, hashCode
 

Constructor Detail

HDF4Products

public HDF4Products(int nProducts)
Method Detail

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.