Package org.geotools.gce.imagemosaic
Class ImageMosaicFileFeatureConsumer
- Object
-
- ImageMosaicFileFeatureConsumer
-
public class ImageMosaicFileFeatureConsumer extends Object
AnImageMosaicElementConsumer
which handles a providedSimpleFeature
by leveraging on theFile
associated to the feature.
-
-
Constructor Summary
Constructors Constructor Description ImageMosaicFileFeatureConsumer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
checkElement(SimpleFeature feature, ImageMosaicWalker provider)
void
handleElement(SimpleFeature feature, ImageMosaicWalker provider)
-
-
-
Method Detail
-
checkElement
public boolean checkElement(SimpleFeature feature, ImageMosaicWalker provider)
-
handleElement
public void handleElement(SimpleFeature feature, ImageMosaicWalker provider) throws IOException
- Throws:
IOException
-
-