Uses of Interface
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.factory   
org.citygml4j.impl.gml.geometry.aggregates   
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.factory
 

Methods in org.citygml4j.factory that return MultiSurface
 MultiSurface GMLFactory.createMultiSurface()
           
 MultiSurface GMLFactory.createMultiSurface(AbstractSurface... abstractSurfaces)
           
 MultiSurface GMLFactory.createMultiSurface(java.util.List<AbstractSurface> abstractSurfaces)
           
 

Methods in org.citygml4j.factory with parameters of type MultiSurface
 MultiSurfaceProperty GMLFactory.createMultiSurfaceProperty(MultiSurface multiSurface)
           
 

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

Classes in org.citygml4j.impl.gml.geometry.aggregates that implement MultiSurface
 class MultiSurfaceImpl
           
 

Methods in org.citygml4j.impl.gml.geometry.aggregates that return MultiSurface
 MultiSurface MultiSurfacePropertyImpl.getMultiSurface()
           
 

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

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 with parameters of type MultiSurface
 void MultiSurfaceProperty.setMultiSurface(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)