deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

Uses of Interface
org.deegree.feature.Feature

Packages that use Feature
org.deegree.commons.utils.templating.lang   
org.deegree.feature   
org.deegree.feature.persistence   
org.deegree.feature.persistence.memory   
org.deegree.feature.persistence.query   
org.deegree.feature.types   
org.deegree.feature.xpath   
org.deegree.gml   
org.deegree.gml.feature   
org.deegree.rendering.r2d.se.unevaluated   
 

Uses of Feature in org.deegree.commons.utils.templating.lang
 

Methods in org.deegree.commons.utils.templating.lang with parameters of type Feature
 void GMLId.eval(StringBuilder sb, Object o, Feature parent)
           
 

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.
 interface SimpleFeature
          A Feature that does not allow nested features ("complex properties") or properties that occur multiple times.
 interface StreamFeatureCollection
          FeatureCollection that provides stream-based access to a data source.
 

Classes in org.deegree.feature that implement Feature
(package private)  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 Features.
 class GenericFeatureCollection
          Allows the representation of arbitrary FeatureCollections, also those that use FeatureCollectionTypes with their own properties.
 class GenericSimpleFeature
          Feature implementation that allows the representation of arbitrary SimpleFeatures.
 

Methods in org.deegree.feature that return Feature
 Feature FeatureInputStream.readFeature()
          Reads the next Feature instance from the stream.
 

Methods in org.deegree.feature that return types with arguments of type Feature
 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(Collection<? extends Feature> c)
           
 

Constructor parameters in org.deegree.feature with type arguments of type Feature
GenericFeatureCollection(String fid, Collection<Feature> memberFeatures)
          Creates a new GenericFeatureCollection instance without type information that contains the given features.
 

Uses of Feature in org.deegree.feature.persistence
 

Methods in org.deegree.feature.persistence that return Feature
static Feature FeatureCoder.decode(InputStream is, ApplicationSchema schema, CRS crs, GMLReferenceResolver idResolver)
           
 

Methods in org.deegree.feature.persistence with parameters of type Feature
static void FeatureCoder.encode(Feature feature, OutputStream os, CRS crs)
           
 

Uses of Feature in org.deegree.feature.persistence.memory
 

Method parameters in org.deegree.feature.persistence.memory with type arguments of type Feature
(package private)  void MemoryFeatureStore.addFeatures(Collection<Feature> features)
          Adds the given Feature instances.
 

Uses of Feature in org.deegree.feature.persistence.query
 

Methods in org.deegree.feature.persistence.query that return types with arguments of type Feature
 Iterator<Feature> FilteredFeatureResultSet.iterator()
           
 Iterator<Feature> CachedFeatureResultSet.iterator()
           
 Iterator<Feature> IteratorResultSet.iterator()
           
 Iterator<Feature> CombinedResultSet.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 GenericFeatureCollectionType.newFeature(String fid, List<Property<?>> props, GMLVersion version)
           
 Feature GenericFeatureType.newFeature(String fid, List<Property<?>> props, GMLVersion version)
           
 Feature FeatureType.newFeature(String fid, List<Property<?>> props, GMLVersion version)
          Creates a new Feature instance (that is of this type).
 

Uses of Feature in org.deegree.feature.xpath
 

Methods in org.deegree.feature.xpath that return Feature
 Feature FeatureNode.getFeature()
           
 

Constructors in org.deegree.feature.xpath with parameters of type Feature
FeatureNavigator(Feature rootFeature, GMLVersion version)
          Creates a new FeatureNavigator instance with a Feature that is the root of the navigation hierarchy.
FeatureNode(Node parentNode, Feature feature)
           
FeatureXPath(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.rendering.r2d.se.unevaluated
 

Methods in org.deegree.rendering.r2d.se.unevaluated with parameters of type Feature
 Pair<T,Geometry> Symbolizer.evaluate(Feature f)
           
 LinkedList<Triple<Styling,Geometry,String>> Style.evaluate(Feature f)
           
 


deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>