Package net.opengis.gml311
Interface MultiCurveType
-
- All Superinterfaces:
AbstractGeometricAggregateType
,AbstractGeometryType
,AbstractGMLType
,EObject
,Notifier
- All Known Implementing Classes:
MultiCurveTypeImpl
public interface MultiCurveType extends AbstractGeometricAggregateType
A representation of the model object 'Multi Curve Type'. A MultiCurve is defined by one or more Curves, referenced through curveMember elements.The following features are supported:
- See Also:
Gml311Package.getMultiCurveType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<CurvePropertyType>
getCurveMember()
Returns the value of the 'Curve Member' containment reference list.CurveArrayPropertyType
getCurveMembers()
Returns the value of the 'Curve Members' containment reference.void
setCurveMembers(CurveArrayPropertyType value)
Sets the value of the 'Curve Members
' containment reference.-
Methods inherited from interface AbstractGeometryType
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, setAxisLabels, setGid, setSrsDimension, setSrsName, setUomLabels
-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
-
-
-
Method Detail
-
getCurveMember
EList<CurvePropertyType> getCurveMember()
Returns the value of the 'Curve Member' containment reference list. The list contents are of typeCurvePropertyType
. This property element either references a curve via the XLink-attributes or contains the curve element. A curve element is any element which is substitutable for "_Curve".- Returns:
- the value of the 'Curve Member' containment reference list.
- See Also:
Gml311Package.getMultiCurveType_CurveMember()
-
getCurveMembers
CurveArrayPropertyType getCurveMembers()
Returns the value of the 'Curve Members' containment reference. This property element contains a list of curves. The order of the elements is significant and shall be preserved when processing the array.- Returns:
- the value of the 'Curve Members' containment reference.
- See Also:
setCurveMembers(CurveArrayPropertyType)
,Gml311Package.getMultiCurveType_CurveMembers()
-
setCurveMembers
void setCurveMembers(CurveArrayPropertyType value)
Sets the value of the 'Curve Members
' containment reference.- Parameters:
value
- the new value of the 'Curve Members' containment reference.- See Also:
getCurveMembers()
-
-