| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A callback handler for the iteration of the contents of a FeatureCollection.
| Method Summary | |
|  void | endFeature(Feature f)The handler is ending its visit with a Feature. | 
|  void | endFeatureCollection(FeatureCollection fc)The handler is done visiting a FeatureCollection. | 
|  void | handleAttribute(AttributeType type,
                java.lang.Object value)The handler is visiting an Attribute of a Feature. | 
|  void | handleFeature(Feature f)The handler is visiting a Feature. | 
|  void | handleFeatureCollection(FeatureCollection fc)The handler is visiting a FeatureCollection. | 
| Method Detail | 
public void handleFeatureCollection(FeatureCollection fc)
fc - The currently visited FeatureCollection.public void endFeatureCollection(FeatureCollection fc)
fc - The FeatureCollection which was visited.public void handleFeature(Feature f)
f - The Feature the handler is visiting.public void endFeature(Feature f)
f - The Feature that was visited.
public void handleAttribute(AttributeType type,
                            java.lang.Object value)
type - The meta-data of the given attribute value.value - The attribute value, may be null.| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||