/** * <copyright> * </copyright> * * $Id$ */ package net.opengis.gml; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Abstract Ring Type</b></em>'. * <!-- end-user-doc --> * * <!-- begin-model-doc --> * * An abstraction of a ring to support surface boundaries of different complexity. * <!-- end-model-doc --> * * * @see net.opengis.gml.GmlPackage#getAbstractRingType() * @model abstract="true" * extendedMetaData="name='AbstractRingType' kind='empty'" * @generated */ public interface AbstractRingType extends AbstractGeometryType { } // AbstractRingType