Uses of Class
org.citygml4j.jaxb.gml._3_1_1.TriangulatedSurfaceType

Packages that use TriangulatedSurfaceType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.gml._3_1_1   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return TriangulatedSurfaceType
 TriangulatedSurfaceType GMLMarshaller.marshalTriangulatedSurface(TriangulatedSurface src)
           
 

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

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

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

Uses of TriangulatedSurfaceType in org.citygml4j.jaxb.gml._3_1_1
 

Subclasses of TriangulatedSurfaceType in org.citygml4j.jaxb.gml._3_1_1
 class TinType
          A tin is a triangulated surface that uses the Delauny algorithm or a similar algorithm complemented with consideration of breaklines, stoplines, and maximum length of triangle sides.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return TriangulatedSurfaceType
 TriangulatedSurfaceType ObjectFactory.createTriangulatedSurfaceType()
          Create an instance of TriangulatedSurfaceType
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type TriangulatedSurfaceType
 javax.xml.bind.JAXBElement<TriangulatedSurfaceType> ObjectFactory.createTriangulatedSurface(TriangulatedSurfaceType value)
          Create an instance of JAXBElement<TriangulatedSurfaceType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type TriangulatedSurfaceType
 javax.xml.bind.JAXBElement<TriangulatedSurfaceType> ObjectFactory.createTriangulatedSurface(TriangulatedSurfaceType value)
          Create an instance of JAXBElement<TriangulatedSurfaceType>}