Class CurveArrayProperty
- java.lang.Object
-
- org.citygml4j.model.gml.base.ArrayAssociation<T>
-
- org.citygml4j.model.gml.geometry.GeometryArrayProperty<AbstractCurve>
-
- org.citygml4j.model.gml.geometry.primitives.CurveArrayProperty
-
- All Implemented Interfaces:
java.io.Serializable
,Association<AbstractCurve>
,ModelObject
,Child
,Copyable
,GML
public class CurveArrayProperty extends GeometryArrayProperty<AbstractCurve>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CurveArrayProperty()
CurveArrayProperty(java.util.List<AbstractCurve> abstractCurve)
CurveArrayProperty(AbstractCurve abstractCurve)
CurveArrayProperty(AbstractCurve... abstractCurve)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
boolean
isSetCurve()
void
setCurve(java.util.List<? extends AbstractCurve> abstractCurve)
void
unsetCurve()
boolean
unsetCurve(AbstractCurve abstractCurve)
-
Methods inherited from class org.citygml4j.model.gml.geometry.GeometryArrayProperty
addGeometry, getGeometry, isSetGeometry, setGeometry, unsetGeometry, unsetGeometry
-
Methods inherited from class org.citygml4j.model.gml.base.ArrayAssociation
addObject, getLocalProperty, getObject, getParent, hasLocalProperty, isSetObject, isSetParent, setLocalProperty, setObject, setParent, unsetLocalProperty, unsetObject, unsetObject, unsetParent
-
-
-
-
Constructor Detail
-
CurveArrayProperty
public CurveArrayProperty()
-
CurveArrayProperty
public CurveArrayProperty(AbstractCurve abstractCurve)
-
CurveArrayProperty
public CurveArrayProperty(java.util.List<AbstractCurve> abstractCurve)
-
CurveArrayProperty
public CurveArrayProperty(AbstractCurve... abstractCurve)
-
-
Method Detail
-
addCurve
public void addCurve(AbstractCurve abstractCurve)
-
getCurve
public java.util.List<? extends AbstractCurve> getCurve()
-
isSetCurve
public boolean isSetCurve()
-
setCurve
public void setCurve(java.util.List<? extends AbstractCurve> abstractCurve)
-
unsetCurve
public void unsetCurve()
-
unsetCurve
public boolean unsetCurve(AbstractCurve abstractCurve)
-
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interfaceGML
- Overrides:
getGMLClass
in classGeometryArrayProperty<AbstractCurve>
-
getAssociableClass
public java.lang.Class<AbstractCurve> getAssociableClass()
- Specified by:
getAssociableClass
in interfaceAssociation<AbstractCurve>
- Overrides:
getAssociableClass
in classGeometryArrayProperty<AbstractCurve>
-
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
- Specified by:
copy
in interfaceCopyable
- Overrides:
copy
in classGeometryArrayProperty<AbstractCurve>
-
copyTo
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
- Specified by:
copyTo
in interfaceCopyable
- Overrides:
copyTo
in classGeometryArrayProperty<AbstractCurve>
-
-