Uses of Class
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.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.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)
           
 

Constructors in org.citygml4j.model.gml.geometry.primitives with parameters of type Triangle
TrianglePatchArrayProperty(Triangle... triangle)
           
TrianglePatchArrayProperty(Triangle triangle)
           
 

Constructor parameters in org.citygml4j.model.gml.geometry.primitives with type arguments of type Triangle
TrianglePatchArrayProperty(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)