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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type MultiGeometry
 MultiGeometryType GMLMarshaller.marshalMultiGeometry(MultiGeometry src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return MultiGeometry
 MultiGeometry GMLUnmarshaller.unmarshalMultiGeometry(MultiGeometryType src)
           
 

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

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

Uses of MultiGeometry in org.citygml4j.util.walker
 

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