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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building that return BuildingPartType
 BuildingPartType Building200Marshaller.marshalBuildingPart(BuildingPart src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type BuildingPartType
 void Building200Marshaller.marshalBuildingPart(BuildingPart src, BuildingPartType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type BuildingPartType
 BuildingPart Building200Unmarshaller.unmarshalBuildingPart(BuildingPartType src)
           
 void Building200Unmarshaller.unmarshalBuildingPart(BuildingPartType src, BuildingPart dest)
           
 

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

Methods in org.citygml4j.jaxb.citygml.bldg._2 that return BuildingPartType
 BuildingPartType ObjectFactory.createBuildingPartType()
          Create an instance of BuildingPartType
 BuildingPartType BuildingPartPropertyType.getBuildingPart()
          Ruft den Wert der buildingPart-Eigenschaft ab.
 

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

Methods in org.citygml4j.jaxb.citygml.bldg._2 with parameters of type BuildingPartType
 javax.xml.bind.JAXBElement<BuildingPartType> ObjectFactory.createBuildingPart(BuildingPartType value)
          Create an instance of JAXBElement<BuildingPartType>}
 void BuildingPartPropertyType.setBuildingPart(BuildingPartType value)
          Legt den Wert der buildingPart-Eigenschaft fest.