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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type Door
 DoorType Building200Marshaller.marshalDoor(Door src)
           
 DoorType Building100Marshaller.marshalDoor(Door src)
           
 void Building200Marshaller.marshalDoor(Door src, DoorType dest)
           
 void Building100Marshaller.marshalDoor(Door src, DoorType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building that return Door
 Door Building200Unmarshaller.unmarshalDoor(DoorType src)
           
 Door Building100Unmarshaller.unmarshalDoor(DoorType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type Door
 void Building200Unmarshaller.unmarshalDoor(DoorType src, Door dest)
           
 void Building100Unmarshaller.unmarshalDoor(DoorType src, Door dest)
           
 

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

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

Uses of Door in org.citygml4j.util.walker
 

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