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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type Building
 BuildingType Building100Marshaller.marshalBuilding(Building src)
           
 BuildingType Building040Marshaller.marshalBuilding(Building src)
           
 void Building100Marshaller.marshalBuilding(Building src, BuildingType dest)
           
 void Building040Marshaller.marshalBuilding(Building src, BuildingType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building that return Building
 Building Building100Unmarshaller.unmarshalBuilding(BuildingType src)
           
 Building Building040Unmarshaller.unmarshalBuilding(BuildingType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type Building
 void Building100Unmarshaller.unmarshalBuilding(BuildingType src, Building dest)
           
 void Building040Unmarshaller.unmarshalBuilding(BuildingType src, Building dest)
           
 

Uses of Building in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return Building
 Building CityGMLFactory.createBuilding()
           
 

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

Classes in org.citygml4j.impl.citygml.building that implement Building
 class BuildingImpl
           
 

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

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

Uses of Building in org.citygml4j.util.walker
 

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