Uses of Interface
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.factory   
org.citygml4j.impl.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 Building100Marshaller.marshalDoor(Door src)
           
 DoorType Building040Marshaller.marshalDoor(Door src)
           
 void Building100Marshaller.marshalDoor(Door src, DoorType dest)
           
 void Building040Marshaller.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 Building100Unmarshaller.unmarshalDoor(DoorType src)
           
 Door Building040Unmarshaller.unmarshalDoor(DoorType src)
           
 

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

Uses of Door in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return Door
 Door CityGMLFactory.createDoor()
           
 

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

Classes in org.citygml4j.impl.citygml.building that implement Door
 class DoorImpl
           
 

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)