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

Methods in org.citygml4j.factory that return TriangulatedSurface
 TriangulatedSurface GMLFactory.createTriangulatedSurface()
           
 

Methods in org.citygml4j.factory with parameters of type TriangulatedSurface
 TinProperty CityGMLFactory.createTinProperty(TriangulatedSurface triangulatedSurface)
           
 

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

Methods in org.citygml4j.impl.citygml.relief that return TriangulatedSurface
 TriangulatedSurface TinPropertyImpl.getTriangulatedSurface()
           
 

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

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

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

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 with parameters of type TriangulatedSurface
 void TinProperty.setTriangulatedSurface(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
 

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