Uses of Class
org.citygml4j.jaxb.citygml._0_4.CityModelType

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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.core with parameters of type CityModelType
 void Core040Marshaller.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 Core040Unmarshaller.unmarshalCityModel(CityModelType src)
           
 void Core040Unmarshaller.unmarshalCityModel(CityModelType src, CityModel dest)
           
 

Uses of CityModelType in org.citygml4j.jaxb.citygml._0_4
 

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

Methods in org.citygml4j.jaxb.citygml._0_4 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._0_4 with parameters of type CityModelType
 javax.xml.bind.JAXBElement<CityModelType> ObjectFactory.createCityModel(CityModelType value)
          Create an instance of JAXBElement<CityModelType>}