|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bbn.openmap.dataAccess.image.geotiff.GeoTIFFImageReaderLoader
public class GeoTIFFImageReaderLoader
An ImageReaderLoader that looks for GeoTIFF images to pass to GeoTIFFImageReaders.
| Constructor Summary | |
|---|---|
GeoTIFFImageReaderLoader()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeoTIFFImageReaderLoader()
| Method Detail |
|---|
public ImageReader getImageReader(java.net.URL fileURL)
getImageReader in interface ImageReaderLoaderfileURL - a URL for an image file.
public boolean isLoadable(java.lang.String fileName)
ImageReaderLoader
isLoadable in interface ImageReaderLoaderfileName - path to image file.
public boolean isLoadable(java.net.URL fileURL)
ImageReaderLoader
isLoadable in interface ImageReaderLoaderfileURL - URL of image file.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||