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