Uses of Class
org.citygml4j.jaxb.citygml.core._1.CityModelType

Packages that use CityModelType
org.citygml4j.builder.jaxb.marshal.citygml.core   
org.citygml4j.builder.jaxb.unmarshal.citygml.core   
org.citygml4j.jaxb.citygml.core._1   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.core that return CityModelType
 CityModelType Core100Marshaller.marshalCityModel(CityModel src)
           
 

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

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

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

Uses of CityModelType in org.citygml4j.jaxb.citygml.core._1
 

Methods in org.citygml4j.jaxb.citygml.core._1 that return CityModelType
 CityModelType ObjectFactory.createCityModelType()
          Create an instance of CityModelType
 

Methods in org.citygml4j.jaxb.citygml.core._1 that return types with arguments of type CityModelType
 javax.xml.bind.JAXBElement<CityModelType> ObjectFactory.createCityModel(CityModelType value)
          Create an instance of JAXBElement<CityModelType>}
 

Methods in org.citygml4j.jaxb.citygml.core._1 with parameters of type CityModelType
 javax.xml.bind.JAXBElement<CityModelType> ObjectFactory.createCityModel(CityModelType value)
          Create an instance of JAXBElement<CityModelType>}