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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return TrianglePatchArrayPropertyType
 TrianglePatchArrayPropertyType GMLMarshaller.marshalTrianglePatchArrayProperty(TrianglePatchArrayProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type TrianglePatchArrayPropertyType
 TrianglePatchArrayProperty GMLUnmarshaller.unmarshalTrianglePatchArrayProperty(TrianglePatchArrayPropertyType src)
           
 

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

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

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

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