org.citygml4j.model.gml.geometry.primitives
Interface CurveArrayProperty

All Superinterfaces:
ArrayAssociation<AbstractCurve>, Association<AbstractCurve>, Child, Copyable, GeometryArrayProperty<AbstractCurve>, GML, ModelObject
All Known Implementing Classes:
CurveArrayPropertyImpl

public interface CurveArrayProperty
extends GeometryArrayProperty<AbstractCurve>


Method Summary
 void addCurve(AbstractCurve abstractCurve)
           
 java.util.List<AbstractCurve> getCurve()
           
 boolean isSetCurve()
           
 void setCurve(java.util.List<AbstractCurve> abstractCurve)
           
 void unsetCurve()
           
 boolean unsetCurve(AbstractCurve abstractCurve)
           
 
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.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getCurve

java.util.List<AbstractCurve> getCurve()

isSetCurve

boolean isSetCurve()

addCurve

void addCurve(AbstractCurve abstractCurve)

setCurve

void setCurve(java.util.List<AbstractCurve> abstractCurve)

unsetCurve

void unsetCurve()

unsetCurve

boolean unsetCurve(AbstractCurve abstractCurve)