Uses of Class
org.citygml4j.model.gml.geometry.complexes.CompositeSolid

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type CompositeSolid
 CompositeSolidType GMLMarshaller.marshalCompositeSolid(CompositeSolid src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return CompositeSolid
 CompositeSolid GMLUnmarshaller.unmarshalCompositeSolid(CompositeSolidType src)
           
 

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

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

Uses of CompositeSolid in org.citygml4j.model.gml.geometry.complexes
 

Methods in org.citygml4j.model.gml.geometry.complexes that return CompositeSolid
 CompositeSolid GeometricComplexProperty.getCompositeSolid()
           
 CompositeSolid CompositeSolidProperty.getCompositeSolid()
           
 

Methods in org.citygml4j.model.gml.geometry.complexes that return types with arguments of type CompositeSolid
 java.lang.Class<CompositeSolid> CompositeSolidProperty.getAssociableClass()
           
 

Methods in org.citygml4j.model.gml.geometry.complexes with parameters of type CompositeSolid
 void GeometricComplexProperty.setCompositeSolid(CompositeSolid compositeSolid)
           
 void CompositeSolidProperty.setCompositeSolid(CompositeSolid compositeSolid)
           
 

Constructors in org.citygml4j.model.gml.geometry.complexes with parameters of type CompositeSolid
CompositeSolidProperty(CompositeSolid compositeSolid)
           
 

Uses of CompositeSolid in org.citygml4j.util.walker
 

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