org.citygml4j.impl.gml.geometry.primitives
Class TrianglePatchArrayPropertyImpl
java.lang.Object
org.citygml4j.impl.gml.base.ArrayAssociationImpl<AbstractSurfacePatch>
org.citygml4j.impl.gml.geometry.primitives.SurfacePatchArrayPropertyImpl
org.citygml4j.impl.gml.geometry.primitives.TrianglePatchArrayPropertyImpl
- All Implemented Interfaces:
- Association<AbstractSurfacePatch>, ModelObject, Child, Copyable, ArrayAssociation<AbstractSurfacePatch>, SurfacePatchArrayProperty, TrianglePatchArrayProperty, GML
public class TrianglePatchArrayPropertyImpl
- extends SurfacePatchArrayPropertyImpl
- implements TrianglePatchArrayProperty
Methods inherited from class org.citygml4j.impl.gml.base.ArrayAssociationImpl |
addObject, getModelType, getObject, getParent, isSetObject, isSetParent, setObject, setParent, unsetObject, unsetObject, unsetParent |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrianglePatchArrayPropertyImpl
public TrianglePatchArrayPropertyImpl()
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interface GML
- Overrides:
getGMLClass
in class SurfacePatchArrayPropertyImpl
addTriangle
public void addTriangle(Triangle triangle)
- Specified by:
addTriangle
in interface TrianglePatchArrayProperty
getTriangle
public java.util.List<Triangle> getTriangle()
- Specified by:
getTriangle
in interface TrianglePatchArrayProperty
isSetTriangle
public boolean isSetTriangle()
- Specified by:
isSetTriangle
in interface TrianglePatchArrayProperty
setTriangle
public void setTriangle(java.util.List<Triangle> triangle)
- Specified by:
setTriangle
in interface TrianglePatchArrayProperty
unsetTriangle
public void unsetTriangle()
- Specified by:
unsetTriangle
in interface TrianglePatchArrayProperty
unsetTriangle
public boolean unsetTriangle(Triangle triangle)
- Specified by:
unsetTriangle
in interface TrianglePatchArrayProperty
copyTo
public java.lang.Object copyTo(java.lang.Object target,
CopyBuilder copyBuilder)
- Specified by:
copyTo
in interface Copyable
- Overrides:
copyTo
in class SurfacePatchArrayPropertyImpl
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
- Specified by:
copy
in interface Copyable
- Overrides:
copy
in class SurfacePatchArrayPropertyImpl