| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
Returns all members of the given FeatureInputStream as a 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,
              IDGenMode mode)
Inserts the given FeatureCollection into the FeatureStore (including subfeatures). | 
| Uses of FeatureCollection in org.deegree.feature.persistence.geocouch | 
|---|
| Methods in org.deegree.feature.persistence.geocouch with parameters of type FeatureCollection | |
|---|---|
 List<String> | 
GeoCouchFeatureStoreTransaction.performInsert(FeatureCollection fc,
              IDGenMode mode)
 | 
| Uses of FeatureCollection in org.deegree.feature.persistence.sql | 
|---|
| Methods in org.deegree.feature.persistence.sql with parameters of type FeatureCollection | |
|---|---|
 List<String> | 
SQLFeatureStoreTransaction.performInsert(FeatureCollection fc,
              IDGenMode mode)
 | 
| Uses of FeatureCollection in org.deegree.feature.stream | 
|---|
| Methods in org.deegree.feature.stream that return FeatureCollection | |
|---|---|
 FeatureCollection | 
MemoryFeatureInputStream.toCollection()
 | 
 FeatureCollection | 
FeatureInputStream.toCollection()
Returns all members of the FeatureInputStream as a FeatureCollection. | 
 FeatureCollection | 
CombinedFeatureInputStream.toCollection()
 | 
 FeatureCollection | 
FilteredFeatureInputStream.toCollection()
 | 
 FeatureCollection | 
IteratorFeatureInputStream.toCollection()
 | 
 FeatureCollection | 
ThreadedFeatureInputStream.toCollection()
 | 
| Constructors in org.deegree.feature.stream with parameters of type FeatureCollection | |
|---|---|
MemoryFeatureInputStream(FeatureCollection fc)
Creates a new MemoryFeatureInputStream 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 that return FeatureCollection | |
|---|---|
 FeatureCollection | 
StreamFeatureCollection.toCollection()
 | 
| Methods in org.deegree.gml.feature with parameters of type FeatureCollection | |
|---|---|
 void | 
GMLFeatureWriter.export(FeatureCollection fc,
       String noNamespaceSchemaLocation,
       Map<String,String> bindings)
TODO merge with other schema location possibilities  | 
| Uses of FeatureCollection in org.deegree.layer | 
|---|
| Methods in org.deegree.layer that return types with arguments of type FeatureCollection | |
|---|---|
 Pair<FeatureCollection,LinkedList<String>> | 
AbstractLayer.getFeatures(RenderingInfo info,
            Style style)
 | 
 Pair<FeatureCollection,LinkedList<String>> | 
Layer.getFeatures(RenderingInfo info,
            Style style)
 | 
| Uses of FeatureCollection in org.deegree.layer.persistence.remotewms | 
|---|
| Methods in org.deegree.layer.persistence.remotewms that return types with arguments of type FeatureCollection | |
|---|---|
 Pair<FeatureCollection,LinkedList<String>> | 
RemoteWMSLayer.getFeatures(RenderingInfo info,
            Style style)
 | 
| Uses of FeatureCollection in org.deegree.protocol.wfs.client | 
|---|
| Methods in org.deegree.protocol.wfs.client that return FeatureCollection | |
|---|---|
 FeatureCollection | 
WFSFeatureCollection.toCollection()
 | 
| Uses of FeatureCollection in org.deegree.protocol.wms.client | 
|---|
| Methods in org.deegree.protocol.wms.client that return FeatureCollection | |
|---|---|
 FeatureCollection | 
WMSClient111.getFeatureInfo(List<String> queryLayers,
               int width,
               int height,
               int x,
               int y,
               Envelope bbox,
               ICRS srs,
               int count,
               Map<String,String> hardParameters)
 | 
| Uses of FeatureCollection in org.deegree.remoteows.wms | 
|---|
| Methods in org.deegree.remoteows.wms that return FeatureCollection | |
|---|---|
 FeatureCollection | 
RemoteWMSStore.getFeatureInfo(Envelope envelope,
               int width,
               int height,
               int x,
               int y,
               int count,
               Map<String,String> originalParameters)
Deprecated.  | 
 FeatureCollection | 
WMSClient111.getFeatureInfo(GetFeatureInfo gfi,
               Map<String,String> hardParameters)
 | 
 FeatureCollection | 
WMSClient.getFeatureInfo(GetFeatureInfo getFeatureInfo,
               Map<String,String> hardParameters)
 | 
| Uses of FeatureCollection in org.deegree.services.wms | 
|---|
| Methods in org.deegree.services.wms that return types with arguments of type FeatureCollection | |
|---|---|
 Pair<FeatureCollection,LinkedList<String>> | 
MapService.getFeatures(GetFeatureInfo fi)
 | 
 Pair<FeatureCollection,LinkedList<String>> | 
MapService.getFeatures(RenderingInfo info,
            List<String> themes)
 | 
| Uses of FeatureCollection in org.deegree.services.wms.controller.plugins | 
|---|
| Methods in org.deegree.services.wms.controller.plugins with parameters of type FeatureCollection | |
|---|---|
 void | 
XSLTFeatureInfoSerializer.serialize(Map<String,String> nsBindings,
          FeatureCollection col,
          OutputStream outputStream)
 | 
 void | 
FeatureInfoSerializer.serialize(Map<String,String> nsBindings,
          FeatureCollection col,
          OutputStream outputStream)
 | 
| Uses of FeatureCollection in org.deegree.services.wms.model.layers | 
|---|
| Methods in org.deegree.services.wms.model.layers that return types with arguments of type FeatureCollection | |
|---|---|
 Pair<FeatureCollection,LinkedList<String>> | 
StatisticsLayer.getFeatures(GetFeatureInfo fi,
            Style style)
 | 
 Pair<FeatureCollection,LinkedList<String>> | 
FeatureLayer.getFeatures(GetFeatureInfo fi,
            Style style)
 | 
 Pair<FeatureCollection,LinkedList<String>> | 
RemoteWMSLayer.getFeatures(GetFeatureInfo fi,
            Style style)
 | 
abstract  Pair<FeatureCollection,LinkedList<String>> | 
Layer.getFeatures(GetFeatureInfo fi,
            Style style)
 | 
 Pair<FeatureCollection,LinkedList<String>> | 
DynamicSQLLayer.getFeatures(GetFeatureInfo fi,
            Style style)
 | 
 Pair<FeatureCollection,LinkedList<String>> | 
EmptyLayer.getFeatures(GetFeatureInfo fi,
            Style style)
 | 
 Pair<FeatureCollection,LinkedList<String>> | 
RasterLayer.getFeatures(GetFeatureInfo fi,
            Style style)
 | 
| Uses of FeatureCollection in org.deegree.services.wms.utils | 
|---|
| Methods in org.deegree.services.wms.utils that return FeatureCollection | |
|---|---|
 FeatureCollection | 
MapController.getFeatures(int radius,
            int x,
            int y)
 | 
| Uses of FeatureCollection in org.deegree.services.wps.provider.sextante | 
|---|
| Methods in org.deegree.services.wps.provider.sextante with parameters of type FeatureCollection | |
|---|---|
static VectorLayerImpl | 
VectorLayerAdapter.createVectorLayer(FeatureCollection c)
Creates an IVectorLayer from a FeatureCollection. | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||