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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type BuildingInstallationProperty
 BuildingInstallationPropertyType Building200Marshaller.marshalBuildingInstallationProperty(BuildingInstallationProperty src)
           
 BuildingInstallationPropertyType Building100Marshaller.marshalBuildingInstallationProperty(BuildingInstallationProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building that return BuildingInstallationProperty
 BuildingInstallationProperty Building200Unmarshaller.unmarshalBuildingInstallationProperty(BuildingInstallationPropertyType src)
           
 BuildingInstallationProperty Building100Unmarshaller.unmarshalBuildingInstallationProperty(BuildingInstallationPropertyType src)
           
 

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

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

Methods in org.citygml4j.model.citygml.building with parameters of type BuildingInstallationProperty
 void AbstractBuilding.addOuterBuildingInstallation(BuildingInstallationProperty outerBuildingInstallation)
           
 boolean AbstractBuilding.unsetOuterBuildingInstallation(BuildingInstallationProperty outerBuildingInstallation)
           
 

Method parameters in org.citygml4j.model.citygml.building with type arguments of type BuildingInstallationProperty
 void AbstractBuilding.setOuterBuildingInstallation(java.util.List<BuildingInstallationProperty> outerBuildingInstallation)