Uses of Class
org.citygml4j.jaxb.citygml.bldg._2.BuildingType

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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type BuildingType
 void Building200Marshaller.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 Building200Unmarshaller.unmarshalBuilding(BuildingType src)
           
 void Building200Unmarshaller.unmarshalBuilding(BuildingType src, Building dest)
           
 

Uses of BuildingType in org.citygml4j.jaxb.citygml.bldg._2
 

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

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