Class CityGMLReaderFactory
- java.lang.Object
-
- org.citydb.citygml.importer.reader.citygml.CityGMLReaderFactory
-
- All Implemented Interfaces:
FeatureReaderFactory
public class CityGMLReaderFactory extends java.lang.Object implements FeatureReaderFactory
-
-
Constructor Summary
Constructors Constructor Description CityGMLReaderFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureReader
createFeatureReader()
void
initializeContext(CityGMLFilter filter, Config config)
-
-
-
Method Detail
-
initializeContext
public void initializeContext(CityGMLFilter filter, Config config) throws FeatureReadException
- Specified by:
initializeContext
in interfaceFeatureReaderFactory
- Throws:
FeatureReadException
-
createFeatureReader
public FeatureReader createFeatureReader() throws FeatureReadException
- Specified by:
createFeatureReader
in interfaceFeatureReaderFactory
- Throws:
FeatureReadException
-
-