|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface FeatureCollectionIteration.Handler
A callback handler for the iteration of the contents of a FeatureCollection.
Method Summary | |
---|---|
void |
endFeature(org.opengis.feature.simple.SimpleFeature f)
The handler is ending its visit with a Feature. |
void |
endFeatureCollection(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> fc)
The handler is done visiting a FeatureCollection. |
void |
handleAttribute(org.opengis.feature.type.AttributeDescriptor type,
java.lang.Object value)
The handler is visiting an Attribute of a Feature. |
void |
handleFeature(org.opengis.feature.simple.SimpleFeature f)
The handler is visiting a Feature. |
void |
handleFeatureCollection(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> fc)
The handler is visiting a FeatureCollection. |
Method Detail |
---|
void handleFeatureCollection(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> fc)
fc
- The currently visited FeatureCollection.void endFeatureCollection(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> fc)
fc
- The FeatureCollectionvoid handleFeature(org.opengis.feature.simple.SimpleFeature f)
f
- The Feature the handler is visiting.void endFeature(org.opengis.feature.simple.SimpleFeature f)
f
- The Feature that was visited.void handleAttribute(org.opengis.feature.type.AttributeDescriptor 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 |