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

Packages that use MultiSolid
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 MultiSolid in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type MultiSolid
 MultiSolidType GMLMarshaller.marshalMultiSolid(MultiSolid src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return MultiSolid
 MultiSolid GMLUnmarshaller.unmarshalMultiSolid(MultiSolidType src)
           
 

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

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

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

Methods in org.citygml4j.model.gml.geometry.aggregates that return MultiSolid
 MultiSolid MultiSolidProperty.getMultiSolid()
           
 

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

Methods in org.citygml4j.model.gml.geometry.aggregates with parameters of type MultiSolid
 void MultiSolidProperty.setMultiSolid(MultiSolid multiSolid)
           
 

Constructors in org.citygml4j.model.gml.geometry.aggregates with parameters of type MultiSolid
MultiSolidProperty(MultiSolid multiSolid)
           
 

Uses of MultiSolid in org.citygml4j.util.walker
 

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