Package org.citydb.citygml.importer.util
Class ExternalFileChecker
- java.lang.Object
-
- org.citydb.citygml.importer.util.ExternalFileChecker
-
public class ExternalFileChecker extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExternalFileChecker(InputFile inputFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map.Entry<java.lang.String,java.lang.String>
getFileInfo(java.lang.String imageURI)
InputFile
getInputFile()
-
-
-
Constructor Detail
-
ExternalFileChecker
public ExternalFileChecker(InputFile inputFile)
-
-
Method Detail
-
getFileInfo
public java.util.Map.Entry<java.lang.String,java.lang.String> getFileInfo(java.lang.String imageURI) throws java.io.IOException
- Throws:
java.io.IOException
-
getInputFile
public InputFile getInputFile()
-
-