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

Methods in org.citygml4j.factory that return CompositeSurface
 CompositeSurface GMLFactory.createCompositeSurface()
           
 CompositeSurface GMLFactory.createCompositeSurface(AbstractSurface... abstractSurfaces)
           
 CompositeSurface GMLFactory.createCompositeSurface(java.util.List<AbstractSurface> abstractSurfaces)
           
 

Methods in org.citygml4j.factory with parameters of type CompositeSurface
 CompositeSurfaceProperty GMLFactory.createCompositeSurfaceProperty(CompositeSurface compositeSurface)
           
 

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

Classes in org.citygml4j.impl.gml.geometry.complexes that implement CompositeSurface
 class CompositeSurfaceImpl
           
 

Methods in org.citygml4j.impl.gml.geometry.complexes that return CompositeSurface
 CompositeSurface GeometricComplexPropertyImpl.getCompositeSurface()
           
 CompositeSurface CompositeSurfacePropertyImpl.getCompositeSurface()
           
 

Methods in org.citygml4j.impl.gml.geometry.complexes with parameters of type CompositeSurface
 void GeometricComplexPropertyImpl.setCompositeSurface(CompositeSurface compositeSurface)
           
 void CompositeSurfacePropertyImpl.setCompositeSurface(CompositeSurface compositeSurface)
           
 

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 with parameters of type CompositeSurface
 void GeometricComplexProperty.setCompositeSurface(CompositeSurface compositeSurface)
           
 void CompositeSurfaceProperty.setCompositeSurface(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)