org.citygml4j.impl.gml.geometry.primitives
Class CurveArrayPropertyImpl
java.lang.Object
org.citygml4j.impl.gml.base.ArrayAssociationImpl<T>
org.citygml4j.impl.gml.geometry.GeometryArrayPropertyImpl<AbstractCurve>
org.citygml4j.impl.gml.geometry.primitives.CurveArrayPropertyImpl
- All Implemented Interfaces:
- Association<AbstractCurve>, ModelObject, Child, Copyable, ArrayAssociation<AbstractCurve>, GeometryArrayProperty<AbstractCurve>, CurveArrayProperty, GML
public class CurveArrayPropertyImpl
- extends GeometryArrayPropertyImpl<AbstractCurve>
- implements CurveArrayProperty
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CurveArrayPropertyImpl
public CurveArrayPropertyImpl()
addCurve
public void addCurve(AbstractCurve abstractCurve)
- Specified by:
addCurve
in interface CurveArrayProperty
getCurve
public java.util.List<AbstractCurve> getCurve()
- Specified by:
getCurve
in interface CurveArrayProperty
isSetCurve
public boolean isSetCurve()
- Specified by:
isSetCurve
in interface CurveArrayProperty
setCurve
public void setCurve(java.util.List<AbstractCurve> abstractCurve)
- Specified by:
setCurve
in interface CurveArrayProperty
unsetCurve
public void unsetCurve()
- Specified by:
unsetCurve
in interface CurveArrayProperty
unsetCurve
public boolean unsetCurve(AbstractCurve abstractCurve)
- Specified by:
unsetCurve
in interface CurveArrayProperty
getModelType
public ModelType getModelType()
- Specified by:
getModelType
in interface ModelObject
- Overrides:
getModelType
in class ArrayAssociationImpl<AbstractCurve>
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interface GML
- Overrides:
getGMLClass
in class GeometryArrayPropertyImpl<AbstractCurve>
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<AbstractCurve>