public interface ImageReaderLoader
Modifier and Type | Method and Description |
---|---|
ImageReader |
getImageReader(java.net.URL fileURL) |
boolean |
isLoadable(java.lang.String fileName)
A query method used to ask the ImageReaderLoader if an image can be
handled by the ImageReader it represents.
|
boolean |
isLoadable(java.net.URL fileURL)
A query method used to ask the ImageReaderLoader if an image can be
handled by the ImageReader it represents.
|
ImageReader getImageReader(java.net.URL fileURL)
fileURL
- a URL for an image file.boolean isLoadable(java.lang.String fileName)
fileName
- path to image file.boolean isLoadable(java.net.URL fileURL)
fileURL
- URL of image file.Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details