|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of FeatureCollection in org.deegree.feature |
|---|
| Subinterfaces of FeatureCollection in org.deegree.feature | |
|---|---|
interface |
StreamFeatureCollection
FeatureCollection that provides stream-based access to a data source. |
| Classes in org.deegree.feature that implement FeatureCollection | |
|---|---|
class |
AbstractFeatureCollection
Abstract base class for common FeatureCollection implementations. |
class |
GenericFeatureCollection
Allows the representation of arbitrary FeatureCollections, also those that use FeatureCollectionTypes
with their own properties. |
| Methods in org.deegree.feature that return FeatureCollection | |
|---|---|
FeatureCollection |
AbstractFeatureCollection.getMembers(Filter filter)
|
FeatureCollection |
FeatureCollection.getMembers(Filter filter)
Returns the contained features that match the given Filter. |
static FeatureCollection |
Features.sortFc(FeatureCollection fc,
SortProperty[] sortCrits)
Returns a sorted FeatureCollection. |
| Methods in org.deegree.feature with parameters of type FeatureCollection | |
|---|---|
static FeatureCollection |
Features.sortFc(FeatureCollection fc,
SortProperty[] sortCrits)
Returns a sorted FeatureCollection. |
| Uses of FeatureCollection in org.deegree.feature.persistence |
|---|
| Methods in org.deegree.feature.persistence with parameters of type FeatureCollection | |
|---|---|
List<String> |
FeatureStoreTransaction.performInsert(FeatureCollection fc,
FeatureStoreTransaction.IDGenMode mode)
Inserts the member features of the given FeatureCollection into the FeatureStore. |
| Uses of FeatureCollection in org.deegree.feature.persistence.memory |
|---|
| Methods in org.deegree.feature.persistence.memory that return FeatureCollection | |
|---|---|
(package private) FeatureCollection |
MemoryFeatureStore.getCollection(FeatureType ft)
|
| Methods in org.deegree.feature.persistence.memory with parameters of type FeatureCollection | |
|---|---|
List<String> |
MemoryFeatureStoreTransaction.performInsert(FeatureCollection fc,
FeatureStoreTransaction.IDGenMode mode)
|
(package private) void |
MemoryFeatureStore.setCollection(FeatureType ft,
FeatureCollection fc)
|
| Uses of FeatureCollection in org.deegree.feature.persistence.postgis |
|---|
| Methods in org.deegree.feature.persistence.postgis with parameters of type FeatureCollection | |
|---|---|
List<String> |
PostGISFeatureStoreTransaction.performInsert(FeatureCollection fc,
FeatureStoreTransaction.IDGenMode mode)
|
| Uses of FeatureCollection in org.deegree.feature.persistence.query |
|---|
| Methods in org.deegree.feature.persistence.query that return FeatureCollection | |
|---|---|
FeatureCollection |
FilteredFeatureResultSet.toCollection()
|
FeatureCollection |
CachedFeatureResultSet.toCollection()
|
FeatureCollection |
IteratorResultSet.toCollection()
|
FeatureCollection |
CombinedResultSet.toCollection()
|
FeatureCollection |
FeatureResultSet.toCollection()
Returns all members of the FeatureResultSet as a FeatureCollection. |
| Constructors in org.deegree.feature.persistence.query with parameters of type FeatureCollection | |
|---|---|
CachedFeatureResultSet(FeatureCollection fc)
Creates a new CachedFeatureResultSet that is backed by the given FeatureCollection. |
|
| Uses of FeatureCollection in org.deegree.gml |
|---|
| Methods in org.deegree.gml that return FeatureCollection | |
|---|---|
FeatureCollection |
GMLStreamReader.readFeatureCollection()
Returns the deegree model representation for the GML feature collection element event that the cursor of the underlying xml stream points to. |
| Uses of FeatureCollection in org.deegree.gml.feature |
|---|
| Methods in org.deegree.gml.feature with parameters of type FeatureCollection | |
|---|---|
void |
GMLFeatureWriter.export(FeatureCollection fc,
QName name)
|
void |
GMLFeatureWriter.export(FeatureCollection col,
String noNamespaceSchemaLocation)
TODO merge with other schema location possibilities |
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||