Interface FeatureReader
-
- All Superinterfaces:
java.lang.AutoCloseable
- All Known Implementing Classes:
CityGMLReader
,CityJSONReader
public interface FeatureReader extends java.lang.AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
long
getValidationErrors()
void
read(InputFile inputFile, WorkerPool<org.citygml4j.model.citygml.CityGML> workerPool)
-
-
-
Method Detail
-
getValidationErrors
long getValidationErrors()
-
read
void read(InputFile inputFile, WorkerPool<org.citygml4j.model.citygml.CityGML> workerPool) throws FeatureReadException
- Throws:
FeatureReadException
-
close
void close() throws FeatureReadException
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Throws:
FeatureReadException
-
-