public class CurveArrayProperty extends GeometryArrayProperty<AbstractCurve>
Constructor and Description |
---|
CurveArrayProperty() |
CurveArrayProperty(AbstractCurve... abstractCurve) |
CurveArrayProperty(AbstractCurve abstractCurve) |
CurveArrayProperty(java.util.List<AbstractCurve> abstractCurve) |
Modifier and Type | Method and Description |
---|---|
void |
addCurve(AbstractCurve abstractCurve) |
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
java.lang.Class<AbstractCurve> |
getAssociableClass() |
java.util.List<? extends AbstractCurve> |
getCurve() |
GMLClass |
getGMLClass() |
ModelType |
getModelType() |
boolean |
isSetCurve() |
void |
setCurve(java.util.List<? extends AbstractCurve> abstractCurve) |
void |
unsetCurve() |
boolean |
unsetCurve(AbstractCurve abstractCurve) |
addGeometry, getGeometry, isSetGeometry, setGeometry, unsetGeometry, unsetGeometry
addObject, getLocalProperty, getObject, getParent, hasLocalProperty, isSetObject, isSetParent, setLocalProperty, setObject, setParent, unsetLocalProperty, unsetObject, unsetObject, unsetParent
public CurveArrayProperty()
public CurveArrayProperty(AbstractCurve abstractCurve)
public CurveArrayProperty(java.util.List<AbstractCurve> abstractCurve)
public CurveArrayProperty(AbstractCurve... abstractCurve)
public void addCurve(AbstractCurve abstractCurve)
public java.util.List<? extends AbstractCurve> getCurve()
public boolean isSetCurve()
public void setCurve(java.util.List<? extends AbstractCurve> abstractCurve)
public void unsetCurve()
public boolean unsetCurve(AbstractCurve abstractCurve)
public ModelType getModelType()
getModelType
in interface ModelObject
getModelType
in class ArrayAssociation<AbstractCurve>
public GMLClass getGMLClass()
getGMLClass
in interface GML
getGMLClass
in class GeometryArrayProperty<AbstractCurve>
public java.lang.Class<AbstractCurve> getAssociableClass()
getAssociableClass
in interface Association<AbstractCurve>
getAssociableClass
in class GeometryArrayProperty<AbstractCurve>
public java.lang.Object copy(CopyBuilder copyBuilder)
copy
in interface Copyable
copy
in class GeometryArrayProperty<AbstractCurve>
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class GeometryArrayProperty<AbstractCurve>