/** * <copyright> * </copyright> * * $Id$ */ package net.opengis.gml; import org.eclipse.emf.common.util.EList; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Linear Ring Type</b></em>'. * <!-- end-user-doc --> * * <!-- begin-model-doc --> * A LinearRing is defined by four or more coordinate tuples, with linear interpolation between them; the first and last coordinates must be coincident. * <!-- end-model-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link net.opengis.gml.LinearRingType#getPos <em>Pos</em>}</li> * </ul> * </p> * * @see net.opengis.gml.GmlPackage#getLinearRingType() * @model extendedMetaData="name='LinearRingType' kind='elementOnly'" * @generated */ public interface LinearRingType extends AbstractRingType { /** * Returns the value of the '<em><b>Pos</b></em>' containment reference list. * The list contents are of type {@link net.opengis.gml.DirectPositionType}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Pos</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Pos</em>' containment reference list. * @see net.opengis.gml.GmlPackage#getLinearRingType_Pos() * @model type="net.opengis.gml.DirectPositionType" containment="true" lower="4" * extendedMetaData="kind='element' name='pos' namespace='##targetNamespace'" * @generated */ EList getPos(); } // LinearRingType