Package org.geotools.gce.imagemosaic
Class SupportFilesCollector
Object
SupportFilesCollector
A collector of supportFiles.
It will look for ancillary files having same name but different extension, trying from a set of possible values.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SupportFilesCollector
getCollectorFor
(File file) Gets the support file collector for the given file, ornull
if the file type is not known (the extension will be evaluated in a case insensitive way)getSupportFiles
(String filePath) Return supportFiles (if found) for the specified file
-
Constructor Details
-
SupportFilesCollector
-
-
Method Details
-
getCollectorFor
Gets the support file collector for the given file, ornull
if the file type is not known (the extension will be evaluated in a case insensitive way) -
getSupportFiles
Return supportFiles (if found) for the specified file
-