Interface LinearRingType

All Superinterfaces:
AbstractGeometryType, AbstractGMLType, AbstractRingType, EObject, Notifier
All Known Implementing Classes:
LinearRingTypeImpl

public interface LinearRingType extends AbstractRingType
A representation of the model object 'Linear Ring Type'. A LinearRing is defined by four or more coordinate tuples, with linear interpolation between them; the first and last coordinates must be coincident.

The following features are supported:

See Also:
  • Method Details

    • getGroup

      FeatureMap getGroup()
      Returns the value of the 'Group' attribute list. The list contents are of type FeatureMap.Entry.

      If the meaning of the 'Group' attribute list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Group' attribute list.
      See Also:
    • getPos

      EList<DirectPositionType> getPos()
      Returns the value of the 'Pos' containment reference list. The list contents are of type DirectPositionType.

      If the meaning of the 'Pos' containment reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Pos' containment reference list.
      See Also:
    • getPointProperty

      EList<PointPropertyType> getPointProperty()
      Returns the value of the 'Point Property' containment reference list. The list contents are of type PointPropertyType. This property element either references a point via the XLink-attributes or contains the point element. pointProperty is the predefined property which can be used by GML Application Schemas whenever a GML Feature has a property with a value that is substitutable for Point.
      Returns:
      the value of the 'Point Property' containment reference list.
      See Also:
    • getPointRep

      EList<PointPropertyType> getPointRep()
      Returns the value of the 'Point Rep' containment reference list. The list contents are of type PointPropertyType. Deprecated with GML version 3.1.0. Use "pointProperty" instead. Included for backwards compatibility with GML 3.0.0.
      Returns:
      the value of the 'Point Rep' containment reference list.
      See Also:
    • getPosList

      Returns the value of the 'Pos List' containment reference.

      If the meaning of the 'Pos List' containment reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Pos List' containment reference.
      See Also:
    • setPosList

      void setPosList(DirectPositionListType value)
      Sets the value of the 'Pos List' containment reference.
      Parameters:
      value - the new value of the 'Pos List' containment reference.
      See Also:
    • getCoordinates

      CoordinatesType getCoordinates()
      Returns the value of the 'Coordinates' containment reference. Deprecated with GML version 3.1.0. Use "posList" instead.
      Returns:
      the value of the 'Coordinates' containment reference.
      See Also:
    • setCoordinates

      void setCoordinates(CoordinatesType value)
      Sets the value of the 'Coordinates' containment reference.
      Parameters:
      value - the new value of the 'Coordinates' containment reference.
      See Also:
    • getCoord

      EList<CoordType> getCoord()
      Returns the value of the 'Coord' containment reference list. The list contents are of type CoordType. Deprecated with GML version 3.0 and included for backwards compatibility with GML 2. Use "pos" elements instead.
      Returns:
      the value of the 'Coord' containment reference list.
      See Also: