org.geotools.data.memory
Class CollectionSource
Object
CollectionSource
public final class CollectionSource
- extends Object
Used to quickly adapt a collection for APIs expecting to
be able to query generic content.
Please note that this is read-only access.
- Author:
- Jody Garnett
- Module:
modules/library/main (gt-main.jar)
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionSource
public CollectionSource(Collection collection)
CollectionSource
public CollectionSource(Collection collection,
CoordinateReferenceSystem crs)
content
public Collection content()
content
public Collection content(String query,
String queryLanguage)
content
public Collection content(Filter filter)
content
public Collection content(Filter filter,
int countLimit)
describe
public Object describe()
dispose
public void dispose()
getFilterCapabilities
public FilterCapabilities getFilterCapabilities()
getName
public Name getName()
setTransaction
public void setTransaction(Transaction t)
getCRS
public CoordinateReferenceSystem getCRS()
Copyright © 1996-2009 Geotools. All Rights Reserved.