org.citygml4j.impl.gml.geometry.primitives
Class SurfacePatchArrayPropertyImpl
java.lang.Object
org.citygml4j.impl.gml.base.ArrayAssociationImpl<AbstractSurfacePatch>
org.citygml4j.impl.gml.geometry.primitives.SurfacePatchArrayPropertyImpl
- All Implemented Interfaces:
- Association<AbstractSurfacePatch>, ModelObject, Child, Copyable, ArrayAssociation<AbstractSurfacePatch>, SurfacePatchArrayProperty, GML
- Direct Known Subclasses:
- TrianglePatchArrayPropertyImpl
public class SurfacePatchArrayPropertyImpl
- extends ArrayAssociationImpl<AbstractSurfacePatch>
- implements SurfacePatchArrayProperty
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 |
SurfacePatchArrayPropertyImpl
public SurfacePatchArrayPropertyImpl()
addSurfacePatch
public void addSurfacePatch(AbstractSurfacePatch surfacePatch)
- Specified by:
addSurfacePatch
in interface SurfacePatchArrayProperty
getSurfacePatch
public java.util.List<? extends AbstractSurfacePatch> getSurfacePatch()
- Specified by:
getSurfacePatch
in interface SurfacePatchArrayProperty
isSetSurfacePatch
public boolean isSetSurfacePatch()
- Specified by:
isSetSurfacePatch
in interface SurfacePatchArrayProperty
setSurfacePatch
public void setSurfacePatch(java.util.List<? extends AbstractSurfacePatch> surfacePatch)
- Specified by:
setSurfacePatch
in interface SurfacePatchArrayProperty
unsetSurfacePatch
public void unsetSurfacePatch()
- Specified by:
unsetSurfacePatch
in interface SurfacePatchArrayProperty
unsetSurfacePatch
public boolean unsetSurfacePatch(AbstractSurfacePatch surfacePatch)
- Specified by:
unsetSurfacePatch
in interface SurfacePatchArrayProperty
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interface GML
- Overrides:
getGMLClass
in class ArrayAssociationImpl<AbstractSurfacePatch>
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
- Specified by:
copy
in interface Copyable
copyTo
public java.lang.Object copyTo(java.lang.Object target,
CopyBuilder copyBuilder)
- Specified by:
copyTo
in interface Copyable
- Overrides:
copyTo
in class ArrayAssociationImpl<AbstractSurfacePatch>