Uses of Class
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.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 Core200Marshaller.marshalCityModel(CityModel src)
           
 CityModelType Core100Marshaller.marshalCityModel(CityModel src)
           
 void Core200Marshaller.marshalCityModel(CityModel src, CityModelType dest)
           
 void Core100Marshaller.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 Core200Unmarshaller.unmarshalCityModel(CityModelType src)
           
 CityModel Core100Unmarshaller.unmarshalCityModel(CityModelType src)
           
 

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

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)