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 JAXBSimpleReader.getParentInfo()
           
 ParentInfo JAXBChunkReader.getParentInfo()
           
 ParentInfo XMLChunk.unmarshalFeatureInfo()
           
 

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

Methods in org.citygml4j.xml.io.reader that return ParentInfo
 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)