org.citygml4j.model.gml.geometry.primitives
Interface TrianglePatchArrayProperty

All Superinterfaces:
ArrayAssociation<AbstractSurfacePatch>, Association<AbstractSurfacePatch>, Child, Copyable, GML, ModelObject, SurfacePatchArrayProperty
All Known Implementing Classes:
TrianglePatchArrayPropertyImpl

public interface TrianglePatchArrayProperty
extends SurfacePatchArrayProperty


Method Summary
 void addTriangle(Triangle triangle)
           
 java.util.List<Triangle> getTriangle()
           
 boolean isSetTriangle()
           
 void setTriangle(java.util.List<Triangle> triangle)
           
 void unsetTriangle()
           
 boolean unsetTriangle(Triangle triangle)
           
 
Methods inherited from interface org.citygml4j.model.gml.geometry.primitives.SurfacePatchArrayProperty
addSurfacePatch, getSurfacePatch, isSetSurfacePatch, setSurfacePatch, unsetSurfacePatch, unsetSurfacePatch
 
Methods inherited from interface org.citygml4j.model.gml.base.ArrayAssociation
addObject, getObject, isSetObject, setObject, unsetObject, unsetObject
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getTriangle

java.util.List<Triangle> getTriangle()

isSetTriangle

boolean isSetTriangle()

addTriangle

void addTriangle(Triangle triangle)

setTriangle

void setTriangle(java.util.List<Triangle> triangle)

unsetTriangle

void unsetTriangle()

unsetTriangle

boolean unsetTriangle(Triangle triangle)