org.citygml4j.impl.gml.geometry.primitives
Class CurveArrayPropertyImpl

java.lang.Object
  extended by org.citygml4j.impl.gml.base.ArrayAssociationImpl<T>
      extended by org.citygml4j.impl.gml.geometry.GeometryArrayPropertyImpl<AbstractCurve>
          extended by 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


Constructor Summary
CurveArrayPropertyImpl()
           
 
Method Summary
 void addCurve(AbstractCurve abstractCurve)
           
 java.lang.Object copy(CopyBuilder copyBuilder)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 java.util.List<AbstractCurve> getCurve()
           
 GMLClass getGMLClass()
           
 ModelType getModelType()
           
 boolean isSetCurve()
           
 void setCurve(java.util.List<AbstractCurve> abstractCurve)
           
 void unsetCurve()
           
 boolean unsetCurve(AbstractCurve abstractCurve)
           
 
Methods inherited from class org.citygml4j.impl.gml.geometry.GeometryArrayPropertyImpl
addGeometry, getGeometry, isSetGeometry, setGeometry, unsetGeometry, unsetGeometry
 
Methods inherited from class org.citygml4j.impl.gml.base.ArrayAssociationImpl
addObject, 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
 
Methods inherited from interface org.citygml4j.model.gml.geometry.GeometryArrayProperty
addGeometry, getGeometry, isSetGeometry, setGeometry, unsetGeometry, unsetGeometry
 
Methods inherited from interface org.citygml4j.model.gml.base.ArrayAssociation
addObject, getObject, isSetObject, setObject, unsetObject, unsetObject
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 

Constructor Detail

CurveArrayPropertyImpl

public CurveArrayPropertyImpl()
Method Detail

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>