Uses of Class
org.citygml4j.model.gml.geometry.primitives.Solid

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type Solid
 SolidType GMLMarshaller.marshalSolid(Solid src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return Solid
 Solid GMLUnmarshaller.unmarshalSolid(SolidType src)
           
 

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

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

Uses of Solid in org.citygml4j.util.walker
 

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