Uses of Interface
org.deegree.feature.FeatureCollection

Packages that use FeatureCollection
org.deegree.feature   
org.deegree.feature.persistence   
org.deegree.feature.persistence.postgis   
org.deegree.feature.persistence.query   
org.deegree.gml   
org.deegree.gml.feature   
org.deegree.protocol.wms.raster   
 

Uses of FeatureCollection in org.deegree.feature
 

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, including those that use FeatureCollectionTypes with additional properties.
 

Methods in org.deegree.feature that return FeatureCollection
 FeatureCollection FeatureCollection.getMembers(Filter filter, XPathEvaluator<Feature> evaluator)
          Returns the member features that match the given Filter.
 FeatureCollection AbstractFeatureCollection.getMembers(Filter filter, XPathEvaluator<Feature> evaluator)
           
static FeatureCollection Features.sortFc(FeatureCollection fc, SortProperty[] sortCrits)
          Returns a sorted FeatureCollection.
static FeatureCollection Features.toCollection(FeatureInputStream is)
           
 

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
 java.util.List<java.lang.String> FeatureStoreTransaction.performInsert(FeatureCollection fc, FeatureStoreTransaction.IDGenMode mode)
          Inserts the given FeaureCollection into the FeatureStore (including subfeatures).
 

Uses of FeatureCollection in org.deegree.feature.persistence.postgis
 

Methods in org.deegree.feature.persistence.postgis with parameters of type FeatureCollection
 java.util.List<java.lang.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 ThreadedResultSet.toCollection()
           
 FeatureCollection FeatureResultSet.toCollection()
          Returns all members of the FeatureResultSet as a FeatureCollection.
 FeatureCollection MemoryFeatureResultSet.toCollection()
           
 FeatureCollection FilteredFeatureResultSet.toCollection()
           
 FeatureCollection CombinedResultSet.toCollection()
           
 FeatureCollection IteratorResultSet.toCollection()
           
 

Constructors in org.deegree.feature.persistence.query with parameters of type FeatureCollection
MemoryFeatureResultSet(FeatureCollection fc)
          Creates a new MemoryFeatureResultSet 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, javax.xml.namespace.QName name)
           
 void GMLFeatureWriter.export(FeatureCollection fc, java.lang.String noNamespaceSchemaLocation, java.util.Map<java.lang.String,java.lang.String> bindings)
          TODO merge with other schema location possibilities
 

Uses of FeatureCollection in org.deegree.protocol.wms.raster
 

Methods in org.deegree.protocol.wms.raster that return types with arguments of type FeatureCollection
 Pair<FeatureCollection,java.util.LinkedList<java.lang.String>> WMSRaster.getFeatures(GetFeatureInfo fi, Style style)
          Do a GetFeature info request on the underlying WMS client.
 



Copyright © 2011. All Rights Reserved.