Package org.geotools.gce.imagemosaic
Class ImageMosaicURLFeatureConsumer
- Object
- 
- ImageMosaicURLFeatureConsumer
 
- 
 public class ImageMosaicURLFeatureConsumer extends Object AnImageMosaicElementConsumerwhich handles a providedSimpleFeatureby leveraging on theURLassociated to the feature.
- 
- 
Constructor SummaryConstructors Constructor Description ImageMosaicURLFeatureConsumer(ImageMosaicURLFeatureConsumer.ImageMosaicURLConsumer imageMosaicURLConsumer)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheckElement(SimpleFeature feature, ImageMosaicWalker walker)voidhandleElement(SimpleFeature feature, ImageMosaicWalker walker)
 
- 
- 
- 
Method Detail- 
checkElementpublic boolean checkElement(SimpleFeature feature, ImageMosaicWalker walker) 
 - 
handleElementpublic void handleElement(SimpleFeature feature, ImageMosaicWalker walker) throws IOException - Throws:
- IOException
 
 
- 
 
-