Package net.opengis.gml311
Interface MultiLineStringType
- All Superinterfaces:
AbstractGeometricAggregateType
,AbstractGeometryType
,AbstractGMLType
,EObject
,Notifier
- All Known Implementing Classes:
MultiLineStringTypeImpl
A representation of the model object 'Multi Line String Type'.
A MultiLineString is defined by one or more LineStrings, referenced through lineStringMember elements. Deprecated with GML version 3.0. Use MultiCurveType instead.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<LineStringPropertyType>
Returns the value of the 'Line String 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
-
getLineStringMember
EList<LineStringPropertyType> getLineStringMember()Returns the value of the 'Line String Member' containment reference list. The list contents are of typeLineStringPropertyType
. Deprecated with GML 3.0 and included only for backwards compatibility with GML 2.0. Use "curveMember" instead. This property element either references a line string via the XLink-attributes or contains the line string element.- Returns:
- the value of the 'Line String Member' containment reference list.
- See Also:
-