Uses of Class
org.citygml4j.model.citygml.building.BuildingPartProperty

Packages that use BuildingPartProperty
org.citygml4j.builder.jaxb.marshal.citygml.building   
org.citygml4j.builder.jaxb.unmarshal.citygml.building   
org.citygml4j.model.citygml.building   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type BuildingPartProperty
 BuildingPartPropertyType Building200Marshaller.marshalBuildingPartProperty(BuildingPartProperty src)
           
 BuildingPartPropertyType Building100Marshaller.marshalBuildingPartProperty(BuildingPartProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building that return BuildingPartProperty
 BuildingPartProperty Building200Unmarshaller.unmarshalBuildingPartProperty(BuildingPartPropertyType src)
           
 BuildingPartProperty Building100Unmarshaller.unmarshalBuildingPartProperty(BuildingPartPropertyType src)
           
 

Uses of BuildingPartProperty in org.citygml4j.model.citygml.building
 

Methods in org.citygml4j.model.citygml.building that return types with arguments of type BuildingPartProperty
 java.util.List<BuildingPartProperty> AbstractBuilding.getConsistsOfBuildingPart()
           
 

Methods in org.citygml4j.model.citygml.building with parameters of type BuildingPartProperty
 void AbstractBuilding.addConsistsOfBuildingPart(BuildingPartProperty buildingPart)
           
 boolean AbstractBuilding.unsetConsistsOfBuildingPart(BuildingPartProperty buildingPart)
           
 

Method parameters in org.citygml4j.model.citygml.building with type arguments of type BuildingPartProperty
 void AbstractBuilding.setConsistsOfBuildingPart(java.util.List<BuildingPartProperty> buildingPart)