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

Methods in org.citygml4j.factory that return TrianglePatchArrayProperty
 TrianglePatchArrayProperty GMLFactory.createTrianglePatchArrayProperty()
           
 TrianglePatchArrayProperty GMLFactory.createTrianglePatchArrayProperty(java.util.List<Triangle> triangle)
           
 TrianglePatchArrayProperty GMLFactory.createTrianglePatchArrayProperty(Triangle... triangle)
           
 

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

Classes in org.citygml4j.impl.gml.geometry.primitives that implement TrianglePatchArrayProperty
 class TrianglePatchArrayPropertyImpl
           
 

Methods in org.citygml4j.impl.gml.geometry.primitives that return TrianglePatchArrayProperty
 TrianglePatchArrayProperty TriangulatedSurfaceImpl.getPatches()
           
 TrianglePatchArrayProperty TriangulatedSurfaceImpl.getTrianglePatches()
           
 

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

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

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

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