Uses of Class
org.geotools.gce.imagemosaic.ImageMosaicEventHandlers.ProcessingEvent
-
Packages that use ImageMosaicEventHandlers.ProcessingEvent Package Description org.geotools.gce.imagemosaic -
-
Uses of ImageMosaicEventHandlers.ProcessingEvent in org.geotools.gce.imagemosaic
Subclasses of ImageMosaicEventHandlers.ProcessingEvent in org.geotools.gce.imagemosaic Modifier and Type Class Description static class
ImageMosaicEventHandlers.CompletionEvent
Event launched when processing completesstatic class
ImageMosaicEventHandlers.ExceptionEvent
Event launched when an exception occurs.static class
ImageMosaicEventHandlers.FileProcessingEvent
A special ProcessingEvent raised when a file has completed/failed ingestionstatic class
ImageMosaicEventHandlers.URIProcessingEvent
A special ProcessingEvent raised when a url has completed/failed ingestionstatic class
ImageMosaicEventHandlers.URLProcessingEvent
A special ProcessingEvent raised when a url has completed/failed ingestionMethods in org.geotools.gce.imagemosaic with parameters of type ImageMosaicEventHandlers.ProcessingEvent Modifier and Type Method Description abstract void
ImageMosaicEventHandlers.ProcessingEventListener. getNotification(ImageMosaicEventHandlers.ProcessingEvent event)
-