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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type CompositeSurface
 CompositeSurfaceType GMLMarshaller.marshalCompositeSurface(CompositeSurface src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return CompositeSurface
 CompositeSurface GMLUnmarshaller.unmarshalCompositeSurface(CompositeSurfaceType src)
           
 

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

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

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

Methods in org.citygml4j.model.gml.geometry.complexes that return CompositeSurface
 CompositeSurface GeometricComplexProperty.getCompositeSurface()
           
 CompositeSurface CompositeSurfaceProperty.getCompositeSurface()
           
 

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

Methods in org.citygml4j.model.gml.geometry.complexes with parameters of type CompositeSurface
 void GeometricComplexProperty.setCompositeSurface(CompositeSurface compositeSurface)
           
 void CompositeSurfaceProperty.setCompositeSurface(CompositeSurface compositeSurface)
           
 

Constructors in org.citygml4j.model.gml.geometry.complexes with parameters of type CompositeSurface
CompositeSurfaceProperty(CompositeSurface compositeSurface)
           
 

Uses of CompositeSurface in org.citygml4j.util.walker
 

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