Uses of Interface
org.citygml4j.xml.io.CityGMLInputFactory

Packages that use CityGMLInputFactory
org.citygml4j.builder   
org.citygml4j.builder.jaxb   
org.citygml4j.builder.jaxb.xml.io.reader   
org.citygml4j.xml.io   
 

Uses of CityGMLInputFactory in org.citygml4j.builder
 

Methods in org.citygml4j.builder that return CityGMLInputFactory
 CityGMLInputFactory CityGMLBuilder.createCityGMLInputFactory()
           
 CityGMLInputFactory CityGMLBuilder.createCityGMLInputFactory(SchemaHandler schemaHandler)
           
 

Uses of CityGMLInputFactory in org.citygml4j.builder.jaxb
 

Methods in org.citygml4j.builder.jaxb that return CityGMLInputFactory
 CityGMLInputFactory JAXBBuilder.createCityGMLInputFactory()
           
 CityGMLInputFactory JAXBBuilder.createCityGMLInputFactory(SchemaHandler schemaHandler)
           
 

Uses of CityGMLInputFactory in org.citygml4j.builder.jaxb.xml.io.reader
 

Classes in org.citygml4j.builder.jaxb.xml.io.reader that implement CityGMLInputFactory
 class JAXBInputFactory
           
 

Uses of CityGMLInputFactory in org.citygml4j.xml.io
 

Classes in org.citygml4j.xml.io that implement CityGMLInputFactory
 class AbstractCityGMLInputFactory