|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Feature in org.deegree.feature |
---|
Subinterfaces of Feature in org.deegree.feature | |
---|---|
interface |
FeatureCollection
A feature collection is a collection of Feature instances. |
Classes in org.deegree.feature that implement Feature | |
---|---|
class |
AbstractFeature
Abstract base class for common Feature implementations. |
class |
AbstractFeatureCollection
Abstract base class for common FeatureCollection implementations. |
class |
GenericFeature
Allows the representation of arbitrary Feature s. |
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 Feature | |
---|---|
Feature |
FeatureInputStream.read()
Reads the next Feature instance from the stream. |
Methods in org.deegree.feature that return types with arguments of type Feature | |
---|---|
java.util.Iterator<Feature> |
GenericFeatureCollection.iterator()
|
Methods in org.deegree.feature with parameters of type Feature | |
---|---|
boolean |
GenericFeatureCollection.add(Feature e)
|
Method parameters in org.deegree.feature with type arguments of type Feature | |
---|---|
boolean |
GenericFeatureCollection.addAll(java.util.Collection<? extends Feature> c)
|
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)
|
Constructor parameters in org.deegree.feature with type arguments of type Feature | |
---|---|
GenericFeatureCollection(java.lang.String fid,
java.util.Collection<Feature> memberFeatures)
Creates a new GenericFeatureCollection instance without type information that contains the given
features. |
Uses of Feature in org.deegree.feature.persistence.query |
---|
Methods in org.deegree.feature.persistence.query that return types with arguments of type Feature | |
---|---|
java.util.Iterator<Feature> |
ThreadedResultSet.iterator()
|
java.util.Iterator<Feature> |
MemoryFeatureResultSet.iterator()
|
java.util.Iterator<Feature> |
FilteredFeatureResultSet.iterator()
|
java.util.Iterator<Feature> |
CombinedResultSet.iterator()
|
java.util.Iterator<Feature> |
IteratorResultSet.iterator()
|
Constructor parameters in org.deegree.feature.persistence.query with type arguments of type Feature | |
---|---|
IteratorResultSet(CloseableIterator<Feature> featureIter)
Creates a new IteratorResultSet that is backed by the given FeatureCollection . |
Uses of Feature in org.deegree.feature.types |
---|
Methods in org.deegree.feature.types that return Feature | |
---|---|
Feature |
GenericFeatureType.newFeature(java.lang.String fid,
java.util.List<Property> props,
GMLVersion version)
|
Feature |
GenericFeatureCollectionType.newFeature(java.lang.String fid,
java.util.List<Property> props,
GMLVersion version)
|
Feature |
FeatureType.newFeature(java.lang.String fid,
java.util.List<Property> props,
GMLVersion version)
Creates a new Feature instance (that is of this type). |
Uses of Feature in org.deegree.feature.utils.templating.lang |
---|
Methods in org.deegree.feature.utils.templating.lang with parameters of type Feature | |
---|---|
void |
GMLId.eval(java.lang.StringBuilder sb,
java.lang.Object o,
Feature parent)
|
Uses of Feature in org.deegree.feature.xpath |
---|
Methods in org.deegree.feature.xpath with parameters of type Feature | |
---|---|
TypedObjectNode[] |
FeatureXPathEvaluator.eval(Feature context,
PropertyName propName)
|
java.lang.String |
FeatureXPathEvaluator.getId(Feature context)
|
Constructors in org.deegree.feature.xpath with parameters of type Feature | |
---|---|
FeatureXPath(java.lang.String xpathExpr,
Feature rootFeature,
GMLVersion version)
Create a new FeatureXPath from an XPath expression string. |
Uses of Feature in org.deegree.gml |
---|
Methods in org.deegree.gml that return Feature | |
---|---|
Feature |
GMLStreamReader.readFeature()
Returns the deegree model representation for the GML feature element event that the cursor of the underlying xml stream points to. |
Methods in org.deegree.gml with parameters of type Feature | |
---|---|
void |
GMLStreamWriter.write(Feature feature)
Writes a GML representation of the given Feature to the stream. |
Uses of Feature in org.deegree.gml.feature |
---|
Classes in org.deegree.gml.feature that implement Feature | |
---|---|
class |
FeatureReference
Represents a reference to a feature, which is usually expressed using an xlink:href attribute in GML
(may be document-local or remote). |
Methods in org.deegree.gml.feature that return Feature | |
---|---|
Feature |
GMLFeatureReader.parseFeature(XMLStreamReaderWrapper xmlStream,
CRS crs)
Returns the object representation for the feature (or feature collection) element event that the cursor of the given XMLStreamReader points at. |
Methods in org.deegree.gml.feature with parameters of type Feature | |
---|---|
void |
GMLFeatureWriter.export(Feature feature)
|
Uses of Feature in org.deegree.gml.utils |
---|
Methods in org.deegree.gml.utils with parameters of type Feature | |
---|---|
boolean |
GMLObjectVisitor.visitFeature(Feature feature)
|
Uses of Feature in org.deegree.rendering.r2d.se.parser |
---|
Methods in org.deegree.rendering.r2d.se.parser with parameters of type Feature | |
---|---|
void |
SymbologyParser.FilterContinuation.updateStep(java.util.LinkedList<Symbolizer<?>> base,
Feature f,
XPathEvaluator<Feature> evaluator)
|
Method parameters in org.deegree.rendering.r2d.se.parser with type arguments of type Feature | |
---|---|
void |
SymbologyParser.FilterContinuation.updateStep(java.util.LinkedList<Symbolizer<?>> base,
Feature f,
XPathEvaluator<Feature> evaluator)
|
Uses of Feature in org.deegree.rendering.r2d.se.unevaluated |
---|
Methods in org.deegree.rendering.r2d.se.unevaluated with parameters of type Feature | |
---|---|
java.util.LinkedList<Triple<Styling,java.util.LinkedList<Geometry>,java.lang.String>> |
Style.evaluate(Feature f,
XPathEvaluator<Feature> evaluator)
|
Pair<T,java.util.LinkedList<Geometry>> |
Symbolizer.evaluate(Feature f,
XPathEvaluator<Feature> evaluator)
|
void |
Continuation.evaluate(T base,
Feature obj,
XPathEvaluator<Feature> evaluator)
|
abstract void |
Continuation.updateStep(T base,
Feature obj,
XPathEvaluator<Feature> evaluator)
|
Method parameters in org.deegree.rendering.r2d.se.unevaluated with type arguments of type Feature | |
---|---|
java.util.LinkedList<Triple<Styling,java.util.LinkedList<Geometry>,java.lang.String>> |
Style.evaluate(Feature f,
XPathEvaluator<Feature> evaluator)
|
Pair<T,java.util.LinkedList<Geometry>> |
Symbolizer.evaluate(Feature f,
XPathEvaluator<Feature> evaluator)
|
void |
Continuation.evaluate(T base,
Feature obj,
XPathEvaluator<Feature> evaluator)
|
abstract void |
Continuation.updateStep(T base,
Feature obj,
XPathEvaluator<Feature> evaluator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |