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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type TriangulatedSurface
 TriangulatedSurfaceType GMLMarshaller.marshalTriangulatedSurface(TriangulatedSurface src)
           
 void GMLMarshaller.marshalTriangulatedSurface(TriangulatedSurface src, TriangulatedSurfaceType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return TriangulatedSurface
 TriangulatedSurface GMLUnmarshaller.unmarshalTriangulatedSurface(TriangulatedSurfaceType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type TriangulatedSurface
 void GMLUnmarshaller.unmarshalTriangulatedSurface(TriangulatedSurfaceType src, TriangulatedSurface dest)
           
 

Uses of TriangulatedSurface in org.citygml4j.model.citygml.relief
 

Methods in org.citygml4j.model.citygml.relief that return TriangulatedSurface
 TriangulatedSurface TinProperty.getTriangulatedSurface()
           
 

Methods in org.citygml4j.model.citygml.relief that return types with arguments of type TriangulatedSurface
 java.lang.Class<TriangulatedSurface> TinProperty.getAssociableClass()
           
 

Methods in org.citygml4j.model.citygml.relief with parameters of type TriangulatedSurface
 void TinProperty.setTriangulatedSurface(TriangulatedSurface triangulatedSurface)
           
 

Constructors in org.citygml4j.model.citygml.relief with parameters of type TriangulatedSurface
TinProperty(TriangulatedSurface triangulatedSurface)
           
 

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

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

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

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

Uses of TriangulatedSurface in org.citygml4j.util.walker
 

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