|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Feature | |
---|---|
org.opengis.feature | Representation a features on a map. |
org.opengis.feature.display.canvas | Canvas for features and its layers. |
org.opengis.feature.simple | |
org.opengis.filter.identity | An Identifier indicates object identity requested during data query or reference. |
Uses of Feature in org.opengis.feature |
---|
Subinterfaces of Feature in org.opengis.feature | |
---|---|
interface |
DataFeatureCollection
Deprecated. Removed pending a redesign of feature storage interfaces |
interface |
FeatureCollection
Represents a FeatureCollection (explicitly a Collection |
Methods in org.opengis.feature that return Feature | |
---|---|
Feature |
FeatureFactory.createFeature(Collection<Property> value,
AttributeDescriptor desc,
String id)
Creates a nested feature. |
Feature |
FeatureFactory.createFeature(Collection<Property> value,
FeatureType type,
String id)
Create a new feature based on type (not nested) |
Methods in org.opengis.feature that return types with arguments of type Feature | |
---|---|
Iterator<Feature> |
FeatureCollection.iterator()
Access contents of this collection, you are required to close iterators after use. |
Methods in org.opengis.feature with parameters of type Feature | |
---|---|
void |
FeatureVisitor.visit(Feature feature)
|
Method parameters in org.opengis.feature with type arguments of type Feature | |
---|---|
void |
FeatureCollection.close(Iterator<Feature> iterator)
You are required to close iterators after use. |
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.feature.simple |
---|
Subinterfaces of Feature in org.opengis.feature.simple | |
---|---|
interface |
SimpleFeature
Feature interface customised for Simple content. |
interface |
SimpleFeatureCollection
A FeatureCollection which placed the following contraints on its contents. |
Uses of Feature in org.opengis.filter.identity |
---|
Methods in org.opengis.filter.identity with parameters of type Feature | |
---|---|
boolean |
FeatureId.matches(Feature feature)
Evaluates the identifer value against the given feature. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |