Package net.opengis.gml311
Interface CompositeCurveType
- All Superinterfaces:
AbstractCurveType
,AbstractGeometricPrimitiveType
,AbstractGeometryType
,AbstractGMLType
,EObject
,Notifier
- All Known Implementing Classes:
CompositeCurveTypeImpl
A representation of the model object 'Composite Curve Type'.
A CompositeCurve is defined by a sequence of (orientable) curves such that the each curve in the sequence terminates at the start point of the subsequent curve in the list.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<CurvePropertyType>
Returns the value of the 'Curve Member' containment reference list.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
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getCurveMember
EList<CurvePropertyType> getCurveMember()Returns the value of the 'Curve Member' containment reference list. The list contents are of typeCurvePropertyType
. This element references or contains one curve in the composite curve. The curves are contiguous, the collection of curves is ordered. NOTE: This definition allows for a nested structure, i.e. a CompositeCurve may use, for example, another CompositeCurve as a curve member.- Returns:
- the value of the 'Curve Member' containment reference list.
- See Also:
-