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

Methods in org.citygml4j.factory that return Surface
 Surface GMLFactory.createSurface()
           
 

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

Classes in org.citygml4j.impl.gml.geometry.primitives that implement Surface
 class SurfaceImpl
           
 class TinImpl
           
 class TriangulatedSurfaceImpl
           
 

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
 

Subinterfaces of Surface in org.citygml4j.model.gml.geometry.primitives
 interface Tin
           
 interface 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)