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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type ClosureSurface
 ClosureSurfaceType Building200Marshaller.marshalClosureSurface(ClosureSurface src)
           
 ClosureSurfaceType Building100Marshaller.marshalClosureSurface(ClosureSurface src)
           
 void Building200Marshaller.marshalClosureSurface(ClosureSurface src, ClosureSurfaceType dest)
           
 void Building100Marshaller.marshalClosureSurface(ClosureSurface src, ClosureSurfaceType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building that return ClosureSurface
 ClosureSurface Building200Unmarshaller.unmarshalClosureSurface(ClosureSurfaceType src)
           
 ClosureSurface Building100Unmarshaller.unmarshalClosureSurface(ClosureSurfaceType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type ClosureSurface
 void Building200Unmarshaller.unmarshalClosureSurface(ClosureSurfaceType src, ClosureSurface dest)
           
 void Building100Unmarshaller.unmarshalClosureSurface(ClosureSurfaceType src, ClosureSurface dest)
           
 

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

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

Uses of ClosureSurface in org.citygml4j.util.walker
 

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