Uses of Class
org.citygml4j.model.gml.geometry.aggregates.MultiSurface

Packages that use MultiSurface
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.model.common.visitor   
org.citygml4j.model.gml.geometry.aggregates   
org.citygml4j.util.walker   
 

Uses of MultiSurface in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type MultiSurface
 MultiSurfaceType GMLMarshaller.marshalMultiSurface(MultiSurface src)
           
 

Uses of MultiSurface in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return MultiSurface
 MultiSurface GMLUnmarshaller.unmarshalMultiSurface(MultiSurfaceType src)
           
 

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

Methods in org.citygml4j.model.common.visitor with parameters of type MultiSurface
 T GeometryFunctor.apply(MultiSurface multiSurface)
           
 void GeometryVisitor.visit(MultiSurface multiSurface)
           
 

Uses of MultiSurface in org.citygml4j.model.gml.geometry.aggregates
 

Methods in org.citygml4j.model.gml.geometry.aggregates that return MultiSurface
 MultiSurface MultiSurfaceProperty.getMultiSurface()
           
 

Methods in org.citygml4j.model.gml.geometry.aggregates that return types with arguments of type MultiSurface
 java.lang.Class<MultiSurface> MultiSurfaceProperty.getAssociableClass()
           
 

Methods in org.citygml4j.model.gml.geometry.aggregates with parameters of type MultiSurface
 void MultiSurfaceProperty.setMultiSurface(MultiSurface multiSurface)
           
 

Constructors in org.citygml4j.model.gml.geometry.aggregates with parameters of type MultiSurface
MultiSurfaceProperty(MultiSurface multiSurface)
           
 

Uses of MultiSurface in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type MultiSurface
 T GMLFunctionWalker.apply(MultiSurface multiSurface)
           
 T GeometryFunctionWalker.apply(MultiSurface multiSurface)
           
 void GMLWalker.visit(MultiSurface multiSurface)
           
 void GeometryWalker.visit(MultiSurface multiSurface)