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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type Surface
 SurfaceType GMLMarshaller.marshalSurface(Surface src)
           
 void GMLMarshaller.marshalSurface(Surface src, SurfaceType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return Surface
 Surface GMLUnmarshaller.unmarshalSurface(SurfaceType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type Surface
 void GMLUnmarshaller.unmarshalSurface(SurfaceType src, Surface dest)
           
 

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

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

Uses of Surface in org.citygml4j.model.gml.geometry.primitives
 

Subclasses of Surface in org.citygml4j.model.gml.geometry.primitives
 class Tin
           
 class TriangulatedSurface
           
 

Uses of Surface in org.citygml4j.util.walker
 

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