Uses of Interface
org.citygml4j.model.citygml.core.CityModel

Packages that use CityModel
org.citygml4j.builder.jaxb.marshal.citygml.core   
org.citygml4j.builder.jaxb.unmarshal.citygml.core   
org.citygml4j.factory   
org.citygml4j.impl.citygml.core   
org.citygml4j.model.common.visitor   
org.citygml4j.util.walker   
org.citygml4j.xml.io.writer   
 

Uses of CityModel in org.citygml4j.builder.jaxb.marshal.citygml.core
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.core with parameters of type CityModel
 CityModelType Core100Marshaller.marshalCityModel(CityModel src)
           
 CityModelType Core040Marshaller.marshalCityModel(CityModel src)
           
 void Core100Marshaller.marshalCityModel(CityModel src, CityModelType dest)
           
 void Core040Marshaller.marshalCityModel(CityModel src, CityModelType dest)
           
 

Uses of CityModel in org.citygml4j.builder.jaxb.unmarshal.citygml.core
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.core that return CityModel
 CityModel Core100Unmarshaller.unmarshalCityModel(CityModelType src)
           
 CityModel Core040Unmarshaller.unmarshalCityModel(CityModelType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.core with parameters of type CityModel
 void Core100Unmarshaller.unmarshalCityModel(CityModelType src, CityModel dest)
           
 void Core040Unmarshaller.unmarshalCityModel(CityModelType src, CityModel dest)
           
 

Uses of CityModel in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return CityModel
 CityModel CityGMLFactory.createCityModel()
           
 

Uses of CityModel in org.citygml4j.impl.citygml.core
 

Classes in org.citygml4j.impl.citygml.core that implement CityModel
 class CityModelImpl
           
 

Uses of CityModel in org.citygml4j.model.common.visitor
 

Methods in org.citygml4j.model.common.visitor with parameters of type CityModel
 T FeatureFunctor.apply(CityModel cityModel)
           
 void FeatureVisitor.visit(CityModel cityModel)
           
 

Uses of CityModel in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type CityModel
 T GMLFunctionWalker.apply(CityModel cityModel)
           
 T FeatureFunctionWalker.apply(CityModel cityModel)
           
 void GMLWalker.visit(CityModel cityModel)
           
 void FeatureWalker.visit(CityModel cityModel)
           
 

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

Methods in org.citygml4j.xml.io.writer that return CityModel
 CityModel CityModelInfo.toCityModel()
           
 

Constructors in org.citygml4j.xml.io.writer with parameters of type CityModel
CityModelInfo(CityModel cityModel)