Uses of Interface
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.factory   
org.citygml4j.impl.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 Building100Marshaller.marshalBuildingPartProperty(BuildingPartProperty src)
           
 BuildingPartPropertyType Building040Marshaller.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 Building100Unmarshaller.unmarshalBuildingPartProperty(BuildingPartPropertyType src)
           
 BuildingPartProperty Building040Unmarshaller.unmarshalBuildingPartProperty(BuildingPartPropertyType src)
           
 

Uses of BuildingPartProperty in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return BuildingPartProperty
 BuildingPartProperty CityGMLFactory.createBuildingPartProperty()
           
 BuildingPartProperty CityGMLFactory.createBuildingPartProperty(BuildingPart buildingPart)
           
 BuildingPartProperty CityGMLFactory.createBuildingPartProperty(java.lang.String xlink)
           
 

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

Classes in org.citygml4j.impl.citygml.building that implement BuildingPartProperty
 class BuildingPartPropertyImpl
           
 

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

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

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

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)