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

Packages that use TrianglePatchArrayProperty
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.model.gml.geometry.primitives   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type TrianglePatchArrayProperty
 TrianglePatchArrayPropertyType GMLMarshaller.marshalTrianglePatchArrayProperty(TrianglePatchArrayProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return TrianglePatchArrayProperty
 TrianglePatchArrayProperty GMLUnmarshaller.unmarshalTrianglePatchArrayProperty(TrianglePatchArrayPropertyType src)
           
 

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

Methods in org.citygml4j.model.gml.geometry.primitives that return TrianglePatchArrayProperty
 TrianglePatchArrayProperty TriangulatedSurface.getPatches()
           
 TrianglePatchArrayProperty TriangulatedSurface.getTrianglePatches()
           
 

Methods in org.citygml4j.model.gml.geometry.primitives with parameters of type TrianglePatchArrayProperty
 void TriangulatedSurface.setTrianglePatches(TrianglePatchArrayProperty trianglePatches)