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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return TriangleType
 TriangleType GMLMarshaller.marshalTriangle(Triangle src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type TriangleType
 Triangle GMLUnmarshaller.unmarshalTriangle(TriangleType src)
           
 

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

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

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

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