Uses of Interface
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.impl.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 Building040Marshaller.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 Building040Unmarshaller.unmarshalAbstractBuilding(_AbstractBuildingType src, AbstractBuilding dest)
           
 void Building100Unmarshaller.unmarshalAbstractBuilding(AbstractBuildingType src, AbstractBuilding dest)
           
 

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

Classes in org.citygml4j.impl.citygml.building that implement AbstractBuilding
 class AbstractBuildingImpl
           
 class BuildingImpl
           
 class BuildingPartImpl
           
 

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

Subinterfaces of AbstractBuilding in org.citygml4j.model.citygml.building
 interface Building
           
 interface 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)