Package org.geotools.gce.imagemosaic
Class Utils.SourceGetter
Object
SourceGetter
- Enclosing class:
- Utils
Given a source object, allow to retrieve (when possible) the related url, the related file or the original input
source object itself.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SourceGetter
-
-
Method Details
-
getFile
Return the File (if any) of the source object -
getUrl
Return the URL (if any) of the source object -
getSource
Return the original source object
-