Uses of Class
org.citygml4j.model.citygml.building.AbstractBuilding

Packages that use AbstractBuilding
org.citygml4j.builder.jaxb.marshal.citygml.building   
org.citygml4j.builder.jaxb.unmarshal.citygml.building   
org.citygml4j.model.citygml.building   
org.citygml4j.util.walker   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type AbstractBuilding
 void Building200Marshaller.marshalAbstractBuilding(AbstractBuilding src, AbstractBuildingType dest)
           
 void Building100Marshaller.marshalAbstractBuilding(AbstractBuilding src, AbstractBuildingType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type AbstractBuilding
 void Building200Unmarshaller.unmarshalAbstractBuilding(AbstractBuildingType src, AbstractBuilding dest)
           
 void Building100Unmarshaller.unmarshalAbstractBuilding(AbstractBuildingType src, AbstractBuilding dest)
           
 

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

Subclasses of AbstractBuilding in org.citygml4j.model.citygml.building
 class Building
           
 class BuildingPart
           
 

Uses of AbstractBuilding in org.citygml4j.util.walker
 

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