GeoAPI 2.0
Build 2005-06-08

Uses of Interface
org.opengis.feature.Feature

Packages that use Feature
org.opengis.feature Gives a normalized interface to a data provider that can serve up collections of Feature objects. 
org.opengis.feature.display.canvas Canvas for features and its layers. 
org.opengis.filter Filters features according their properties. 
org.opengis.filter.expression An expression is a combination of one or more elements that evaluate to single Object value. 
 

Uses of Feature in org.opengis.feature
 

Subinterfaces of Feature in org.opengis.feature
 interface FeatureCollection
          Represents a collection of features.
 

Methods in org.opengis.feature that return Feature
 Feature FeatureType.createFeature()
          Returns a new, unpopulated instance of this type of Feature.
 Feature FeatureIterator.next()
          Method inherited from Iterator that returns the next Feature object from the iterator.
 Feature[] FeatureCollection.toArray(Feature[] buffer)
          Populates the given array with the features in this collection.
 

Methods in org.opengis.feature with parameters of type Feature
 boolean FeatureCollection.add(Feature o)
          Adds the given feature to this collection.
 boolean FeatureCollection.contains(Feature o)
          Checks if the given feature is a member of this collection.
 boolean FeatureCollection.remove(Feature o)
          Removes the given feature from this collection.
 Feature[] FeatureCollection.toArray(Feature[] buffer)
          Populates the given array with the features in this collection.
 

Method parameters in org.opengis.feature with type arguments of type Feature
 boolean FeatureCollection.addAll(Collection<Feature> c)
          Adds all of the features contained in the given collection to this collection.
 boolean FeatureCollection.containsAll(Collection<Feature> c)
          Checks if every feature in the given collection is also a member of this feature collection.
 LockResponse FeatureCollection.lockAll(Collection<Feature> c)
          Lock indicated features.
 boolean FeatureCollection.removeAll(Collection<Feature> c)
          Removes the given features from this collection.
 boolean FeatureCollection.retainAll(Collection<Feature> c)
          Removes any features from this collection that are not present in the given collection.
 

Uses of Feature in org.opengis.feature.display.canvas
 

Methods in org.opengis.feature.display.canvas that return Feature
 Feature FeatureCanvas.getFeatureAtPoint(int x, int y)
          Returns the feature whose graphic is located at the given location in the Canvas window.
 Feature FeatureCanvas.getFeatureFromGraphic(Graphic graphic)
          Given a Graphic that is on this canvas, returns the Feature from which it was built, or null if the graphic is not on this canvas or was not created as a result of an addFeatureLayer(...)
 

Methods in org.opengis.feature.display.canvas that return types with arguments of type Feature
 Iterator<Feature> FeatureCanvas.getFeaturesAtPoint(int x, int y)
          Returns the features whose graphics are located at the given location in the Canvas window.
 

Uses of Feature in org.opengis.filter
 

Methods in org.opengis.filter with parameters of type Feature
 boolean Filter.evaluate(Feature feature)
          Given a feature, this method determines whether the feature passes the test(s) represented by this filter object.
 

Uses of Feature in org.opengis.filter.expression
 

Methods in org.opengis.filter.expression with parameters of type Feature
 Object Expression.evaluate(Feature feature)
          Evaluates the given expression based on the content of the given feature.
 


GeoAPI 2.0
Build 2005-06-08

Symbols, terms and definitions
Copyright OpenGIS® Consortium