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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type GeometricComplex
 GeometricComplexType GMLMarshaller.marshalGeometricComplex(GeometricComplex src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return GeometricComplex
 GeometricComplex GMLUnmarshaller.unmarshalGeometricComplex(GeometricComplexType src)
           
 

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

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

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

Methods in org.citygml4j.model.gml.geometry.complexes that return GeometricComplex
 GeometricComplex GeometricComplexProperty.getGeometricComplex()
           
 

Methods in org.citygml4j.model.gml.geometry.complexes with parameters of type GeometricComplex
 void GeometricComplexProperty.setGeometricComplex(GeometricComplex geometricComplex)
           
 

Uses of GeometricComplex in org.citygml4j.util.walker
 

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