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

Methods in org.citygml4j.factory that return MultiSolid
 MultiSolid GMLFactory.createMultiSolid()
           
 MultiSolid GMLFactory.createMultiSolid(AbstractSolid... abstractSolids)
           
 MultiSolid GMLFactory.createMultiSolid(java.util.List<AbstractSolid> abstractSolids)
           
 

Methods in org.citygml4j.factory with parameters of type MultiSolid
 MultiSolidProperty GMLFactory.createMultiSolidProperty(MultiSolid multiSolid)
           
 

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

Classes in org.citygml4j.impl.gml.geometry.aggregates that implement MultiSolid
 class MultiSolidImpl
           
 

Methods in org.citygml4j.impl.gml.geometry.aggregates that return MultiSolid
 MultiSolid MultiSolidPropertyImpl.getMultiSolid()
           
 

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

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 with parameters of type MultiSolid
 void MultiSolidProperty.setMultiSolid(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)