Uses of Interface
org.citygml4j.xml.io.reader.ParentInfo

Packages that use ParentInfo
org.citygml4j.builder.jaxb.xml.io.reader   
org.citygml4j.xml.io.reader   
org.citygml4j.xml.io.writer   
 

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

Methods in org.citygml4j.builder.jaxb.xml.io.reader that return ParentInfo
 ParentInfo XMLChunkImpl.getParentInfo()
           
 ParentInfo JAXBSimpleReader.getParentInfo()
           
 ParentInfo JAXBChunkReader.getParentInfo()
           
 

Uses of ParentInfo in org.citygml4j.xml.io.reader
 

Methods in org.citygml4j.xml.io.reader that return ParentInfo
 ParentInfo XMLChunk.getParentInfo()
           
 ParentInfo ParentInfo.getParentInfo()
           
 ParentInfo CityGMLReader.getParentInfo()
           
 

Uses of ParentInfo in org.citygml4j.xml.io.writer
 

Constructors in org.citygml4j.xml.io.writer with parameters of type ParentInfo
CityModelInfo(ParentInfo parentInfo)