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

Packages that use BuildingType
org.citygml4j.builder.jaxb.marshal.citygml.building   
org.citygml4j.builder.jaxb.unmarshal.citygml.building   
org.citygml4j.jaxb.citygml._0_4   
 

Uses of BuildingType in org.citygml4j.builder.jaxb.marshal.citygml.building
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building that return BuildingType
 BuildingType Building040Marshaller.marshalBuilding(Building src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type BuildingType
 void Building040Marshaller.marshalBuilding(Building src, BuildingType dest)
           
 

Uses of BuildingType in org.citygml4j.builder.jaxb.unmarshal.citygml.building
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type BuildingType
 Building Building040Unmarshaller.unmarshalBuilding(BuildingType src)
           
 void Building040Unmarshaller.unmarshalBuilding(BuildingType src, Building dest)
           
 

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

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

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

Methods in org.citygml4j.jaxb.citygml._0_4 with parameters of type BuildingType
 javax.xml.bind.JAXBElement<BuildingType> ObjectFactory.createBuilding(BuildingType value)
          Create an instance of JAXBElement<BuildingType>}