org.geotools.catalog
Class DefaultQueryResult

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byjava.util.ArrayList
              extended byorg.geotools.catalog.DefaultQueryResult
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.util.List, org.opengis.catalog.QueryResult, java.util.RandomAccess, java.io.Serializable

public class DefaultQueryResult
extends java.util.ArrayList
implements org.opengis.catalog.QueryResult

Author:
jeichar TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
DefaultQueryResult()
           
 
Method Summary
 org.opengis.catalog.CatalogEntry getEntry(int index)
           
 int getNumEntries()
           
 java.util.Iterator iterator()
           
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, remove, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, listIterator, listIterator, remove, removeAll, retainAll, subList
 

Constructor Detail

DefaultQueryResult

public DefaultQueryResult()
Method Detail

iterator

public java.util.Iterator iterator()
Specified by:
iterator in interface org.opengis.catalog.QueryResult

getNumEntries

public int getNumEntries()
Specified by:
getNumEntries in interface org.opengis.catalog.QueryResult

getEntry

public org.opengis.catalog.CatalogEntry getEntry(int index)
Specified by:
getEntry in interface org.opengis.catalog.QueryResult


Copyright © GeoTools. All Rights Reserved.