Uses of Interface
org.citygml4j.model.gml.geometry.primitives.Triangle

Packages that use Triangle
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   
org.citygml4j.util.walker   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type Triangle
 TriangleType GMLMarshaller.marshalTriangle(Triangle src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return Triangle
 Triangle GMLUnmarshaller.unmarshalTriangle(TriangleType src)
           
 

Uses of Triangle in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return Triangle
 Triangle GMLFactory.createTriangle()
           
 

Methods in org.citygml4j.factory with parameters of type Triangle
 TrianglePatchArrayProperty GMLFactory.createTrianglePatchArrayProperty(Triangle... triangle)
           
 

Method parameters in org.citygml4j.factory with type arguments of type Triangle
 TrianglePatchArrayProperty GMLFactory.createTrianglePatchArrayProperty(java.util.List<Triangle> triangle)
           
 

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

Classes in org.citygml4j.impl.gml.geometry.primitives that implement Triangle
 class TriangleImpl
           
 

Methods in org.citygml4j.impl.gml.geometry.primitives that return types with arguments of type Triangle
 java.util.List<Triangle> TrianglePatchArrayPropertyImpl.getTriangle()
           
 

Methods in org.citygml4j.impl.gml.geometry.primitives with parameters of type Triangle
 void TrianglePatchArrayPropertyImpl.addTriangle(Triangle triangle)
           
 boolean TrianglePatchArrayPropertyImpl.unsetTriangle(Triangle triangle)
           
 

Method parameters in org.citygml4j.impl.gml.geometry.primitives with type arguments of type Triangle
 void TrianglePatchArrayPropertyImpl.setTriangle(java.util.List<Triangle> triangle)
           
 

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

Methods in org.citygml4j.model.gml.geometry.primitives that return types with arguments of type Triangle
 java.util.List<Triangle> TrianglePatchArrayProperty.getTriangle()
           
 

Methods in org.citygml4j.model.gml.geometry.primitives with parameters of type Triangle
 void TrianglePatchArrayProperty.addTriangle(Triangle triangle)
           
 boolean TrianglePatchArrayProperty.unsetTriangle(Triangle triangle)
           
 

Method parameters in org.citygml4j.model.gml.geometry.primitives with type arguments of type Triangle
 void TrianglePatchArrayProperty.setTriangle(java.util.List<Triangle> triangle)
           
 

Uses of Triangle in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type Triangle
 T GMLFunctionWalker.apply(Triangle triangle)
           
 T GeometryFunctionWalker.apply(Triangle triangle)
           
 void GMLWalker.visit(Triangle triangle)
           
 void GeometryWalker.visit(Triangle triangle)