Uses of Class
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.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 Building200Marshaller.marshalBuilding(Building src)
           
 BuildingType Building100Marshaller.marshalBuilding(Building src)
           
 void Building200Marshaller.marshalBuilding(Building src, BuildingType dest)
           
 void Building100Marshaller.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 Building200Unmarshaller.unmarshalBuilding(BuildingType src)
           
 Building Building100Unmarshaller.unmarshalBuilding(BuildingType src)
           
 

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

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)