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

Packages that use IntBuildingInstallation
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 IntBuildingInstallation in org.citygml4j.builder.jaxb.marshal.citygml.building
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type IntBuildingInstallation
 IntBuildingInstallationType Building100Marshaller.marshalIntBuildingInstallation(IntBuildingInstallation src)
           
 IntBuildingInstallationType Building040Marshaller.marshalIntBuildingInstallation(IntBuildingInstallation src)
           
 void Building100Marshaller.marshalIntBuildingInstallation(IntBuildingInstallation src, IntBuildingInstallationType dest)
           
 void Building040Marshaller.marshalIntBuildingInstallation(IntBuildingInstallation src, IntBuildingInstallationType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building that return IntBuildingInstallation
 IntBuildingInstallation Building100Unmarshaller.unmarshalIntBuildingInstallation(IntBuildingInstallationType src)
           
 IntBuildingInstallation Building040Unmarshaller.unmarshalIntBuildingInstallation(IntBuildingInstallationType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type IntBuildingInstallation
 void Building100Unmarshaller.unmarshalIntBuildingInstallation(IntBuildingInstallationType src, IntBuildingInstallation dest)
           
 void Building040Unmarshaller.unmarshalIntBuildingInstallation(IntBuildingInstallationType src, IntBuildingInstallation dest)
           
 

Uses of IntBuildingInstallation in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return IntBuildingInstallation
 IntBuildingInstallation CityGMLFactory.createIntBuildingInstallation()
           
 

Methods in org.citygml4j.factory with parameters of type IntBuildingInstallation
 IntBuildingInstallationProperty CityGMLFactory.createIntBuildingInstallationProperty(IntBuildingInstallation intBuildingInstallation)
           
 

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

Classes in org.citygml4j.impl.citygml.building that implement IntBuildingInstallation
 class IntBuildingInstallationImpl
           
 

Methods in org.citygml4j.impl.citygml.building that return IntBuildingInstallation
 IntBuildingInstallation IntBuildingInstallationPropertyImpl.getIntBuildingInstallation()
           
 

Methods in org.citygml4j.impl.citygml.building with parameters of type IntBuildingInstallation
 void IntBuildingInstallationPropertyImpl.setIntBuildingInstallation(IntBuildingInstallation intBuildingInstallation)
           
 

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

Methods in org.citygml4j.model.citygml.building that return IntBuildingInstallation
 IntBuildingInstallation IntBuildingInstallationProperty.getIntBuildingInstallation()
           
 

Methods in org.citygml4j.model.citygml.building with parameters of type IntBuildingInstallation
 void IntBuildingInstallationProperty.setIntBuildingInstallation(IntBuildingInstallation intBuildingInstallation)
           
 

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

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

Uses of IntBuildingInstallation in org.citygml4j.util.walker
 

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