Uses of Interface
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.factory   
org.citygml4j.impl.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 Building100Marshaller.marshalClosureSurface(ClosureSurface src)
           
 ClosureSurfaceType Building040Marshaller.marshalClosureSurface(ClosureSurface src)
           
 void Building100Marshaller.marshalClosureSurface(ClosureSurface src, ClosureSurfaceType dest)
           
 void Building040Marshaller.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 Building100Unmarshaller.unmarshalClosureSurface(ClosureSurfaceType src)
           
 ClosureSurface Building040Unmarshaller.unmarshalClosureSurface(ClosureSurfaceType src)
           
 

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

Uses of ClosureSurface in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return ClosureSurface
 ClosureSurface CityGMLFactory.createClosureSurface()
           
 

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

Classes in org.citygml4j.impl.citygml.building that implement ClosureSurface
 class ClosureSurfaceImpl
           
 

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)