Uses of Interface
org.citygml4j.model.citygml.building.BuildingInstallation

Packages that use BuildingInstallation
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   
org.citygml4j.model.common.visitor   
org.citygml4j.util.walker   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type BuildingInstallation
 BuildingInstallationType Building100Marshaller.marshalBuildingInstallation(BuildingInstallation src)
           
 BuildingInstallationType Building040Marshaller.marshalBuildingInstallation(BuildingInstallation src)
           
 void Building100Marshaller.marshalBuildingInstallation(BuildingInstallation src, BuildingInstallationType dest)
           
 void Building040Marshaller.marshalBuildingInstallation(BuildingInstallation src, BuildingInstallationType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building that return BuildingInstallation
 BuildingInstallation Building100Unmarshaller.unmarshalBuildingInstallation(BuildingInstallationType src)
           
 BuildingInstallation Building040Unmarshaller.unmarshalBuildingInstallation(BuildingInstallationType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type BuildingInstallation
 void Building100Unmarshaller.unmarshalBuildingInstallation(BuildingInstallationType src, BuildingInstallation dest)
           
 void Building040Unmarshaller.unmarshalBuildingInstallation(BuildingInstallationType src, BuildingInstallation dest)
           
 

Uses of BuildingInstallation in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return BuildingInstallation
 BuildingInstallation CityGMLFactory.createBuildingInstallation()
           
 

Methods in org.citygml4j.factory with parameters of type BuildingInstallation
 BuildingInstallationProperty CityGMLFactory.createBuildingInstallationProperty(BuildingInstallation buildingInstallation)
           
 

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

Classes in org.citygml4j.impl.citygml.building that implement BuildingInstallation
 class BuildingInstallationImpl
           
 

Methods in org.citygml4j.impl.citygml.building that return BuildingInstallation
 BuildingInstallation BuildingInstallationPropertyImpl.getBuildingInstallation()
           
 

Methods in org.citygml4j.impl.citygml.building with parameters of type BuildingInstallation
 void BuildingInstallationPropertyImpl.setBuildingInstallation(BuildingInstallation buildingInstallation)
           
 

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

Methods in org.citygml4j.model.citygml.building that return BuildingInstallation
 BuildingInstallation BuildingInstallationProperty.getBuildingInstallation()
           
 

Methods in org.citygml4j.model.citygml.building with parameters of type BuildingInstallation
 void BuildingInstallationProperty.setBuildingInstallation(BuildingInstallation buildingInstallation)
           
 

Uses of BuildingInstallation in org.citygml4j.model.common.visitor
 

Methods in org.citygml4j.model.common.visitor with parameters of type BuildingInstallation
 T FeatureFunctor.apply(BuildingInstallation buildingInstallation)
           
 void FeatureVisitor.visit(BuildingInstallation buildingInstallation)
           
 

Uses of BuildingInstallation in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type BuildingInstallation
 T GMLFunctionWalker.apply(BuildingInstallation buildingInstallation)
           
 T FeatureFunctionWalker.apply(BuildingInstallation buildingInstallation)
           
 void GMLWalker.visit(BuildingInstallation buildingInstallation)
           
 void FeatureWalker.visit(BuildingInstallation buildingInstallation)