|
||||||||||
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 FeatureCollection s, including those that use
FeatureCollectionType s 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.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.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,
org.deegree.geometry.Envelope bbox,
org.deegree.cs.coordinatesystems.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(org.deegree.geometry.Envelope envelope,
int width,
int height,
int x,
int y,
int count,
Map<String,String> originalParameters)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |