Package org.geotools.gce.imagemosaic
Class ImageMosaicURLFeatureConsumer
- Object
-
- ImageMosaicURLFeatureConsumer
-
public class ImageMosaicURLFeatureConsumer extends Object
AnImageMosaicElementConsumer
which handles a providedSimpleFeature
by leveraging on theURL
associated to the feature.
-
-
Constructor Summary
Constructors Constructor Description ImageMosaicURLFeatureConsumer(ImageMosaicURLFeatureConsumer.ImageMosaicURLConsumer imageMosaicURLConsumer)
-
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
-
-