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

Methods in org.citygml4j.factory that return GeometricComplex
 GeometricComplex GMLFactory.createGeometricComplex()
           
 GeometricComplex GMLFactory.createGeometricComplex(AbstractGeometricPrimitive... abstractGeometricPrimitives)
           
 GeometricComplex GMLFactory.createGeometricComplex(java.util.List<AbstractGeometricPrimitive> abstractGeometricPrimitives)
           
 

Methods in org.citygml4j.factory with parameters of type GeometricComplex
 GeometricComplexProperty GMLFactory.createGeometricComplexProperty(GeometricComplex geometricComplex)
           
 

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

Classes in org.citygml4j.impl.gml.geometry.complexes that implement GeometricComplex
 class GeometricComplexImpl
           
 

Methods in org.citygml4j.impl.gml.geometry.complexes that return GeometricComplex
 GeometricComplex GeometricComplexPropertyImpl.getGeometricComplex()
           
 

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

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)