Interface MultiLineStringType

All Superinterfaces:
AbstractGeometricAggregateType, AbstractGeometryType, AbstractGMLType, EObject, Notifier
All Known Implementing Classes:
MultiLineStringTypeImpl

public interface MultiLineStringType extends AbstractGeometricAggregateType
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 Details

    • getLineStringMember

      EList<LineStringPropertyType> getLineStringMember()
      Returns the value of the 'Line String Member' containment reference list. The list contents are of type LineStringPropertyType. 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: