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

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

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

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

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

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

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

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