Interface RectifiedGridType

All Superinterfaces:
AbstractGeometryType, AbstractGMLType, EObject, GridType, Notifier
All Known Implementing Classes:
RectifiedGridTypeImpl

public interface RectifiedGridType extends GridType
A representation of the model object 'Rectified Grid Type'. A rectified grid has an origin and vectors that define its post locations.

The following features are supported:

See Also:
  • Method Details

    • getOrigin

      PointPropertyType getOrigin()
      Returns the value of the 'Origin' containment reference.

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

      Returns:
      the value of the 'Origin' containment reference.
      See Also:
    • setOrigin

      void setOrigin(PointPropertyType value)
      Sets the value of the 'Origin' containment reference.
      Parameters:
      value - the new value of the 'Origin' containment reference.
      See Also:
    • getOffsetVector

      EList<VectorType> getOffsetVector()
      Returns the value of the 'Offset Vector' containment reference list. The list contents are of type VectorType.

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

      Returns:
      the value of the 'Offset Vector' containment reference list.
      See Also: