Package net.opengis.gml311
Interface CompositeCurveType
-
- All Superinterfaces:
AbstractCurveType
,AbstractGeometricPrimitiveType
,AbstractGeometryType
,AbstractGMLType
,EObject
,Notifier
- All Known Implementing Classes:
CompositeCurveTypeImpl
public interface CompositeCurveType extends AbstractCurveType
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:
Gml311Package.getCompositeCurveType()
-
-
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.-
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 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:
Gml311Package.getCompositeCurveType_CurveMember()
-
-