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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type BuildingFurniture
 BuildingFurnitureType Building100Marshaller.marshalBuildingFurniture(BuildingFurniture src)
           
 BuildingFurnitureType Building040Marshaller.marshalBuildingFurniture(BuildingFurniture src)
           
 void Building100Marshaller.marshalBuildingFurniture(BuildingFurniture src, BuildingFurnitureType dest)
           
 void Building040Marshaller.marshalBuildingFurniture(BuildingFurniture src, BuildingFurnitureType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building that return BuildingFurniture
 BuildingFurniture Building100Unmarshaller.unmarshalBuildingFurniture(BuildingFurnitureType src)
           
 BuildingFurniture Building040Unmarshaller.unmarshalBuildingFurniture(BuildingFurnitureType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type BuildingFurniture
 void Building100Unmarshaller.unmarshalBuildingFurniture(BuildingFurnitureType src, BuildingFurniture dest)
           
 void Building040Unmarshaller.unmarshalBuildingFurniture(BuildingFurnitureType src, BuildingFurniture dest)
           
 

Uses of BuildingFurniture in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return BuildingFurniture
 BuildingFurniture CityGMLFactory.createBuildingFurniture()
           
 

Methods in org.citygml4j.factory with parameters of type BuildingFurniture
 InteriorFurnitureProperty CityGMLFactory.createInteriorFurnitureProperty(BuildingFurniture buildingFurniture)
           
 

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

Classes in org.citygml4j.impl.citygml.building that implement BuildingFurniture
 class BuildingFurnitureImpl
           
 

Methods in org.citygml4j.impl.citygml.building that return BuildingFurniture
 BuildingFurniture InteriorFurniturePropertyImpl.getBuildingFurniture()
           
 

Methods in org.citygml4j.impl.citygml.building with parameters of type BuildingFurniture
 void InteriorFurniturePropertyImpl.setBuildingFurniture(BuildingFurniture buildingFurniture)
           
 

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

Methods in org.citygml4j.model.citygml.building that return BuildingFurniture
 BuildingFurniture InteriorFurnitureProperty.getBuildingFurniture()
           
 

Methods in org.citygml4j.model.citygml.building with parameters of type BuildingFurniture
 void InteriorFurnitureProperty.setBuildingFurniture(BuildingFurniture buildingFurniture)
           
 

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

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

Uses of BuildingFurniture in org.citygml4j.util.walker
 

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