Package net.opengis.gml
Interface AbstractRingPropertyType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- AbstractRingPropertyTypeImpl
 
 public interface AbstractRingPropertyType extends EObjectA representation of the model object 'Abstract Ring Property Type'. Encapsulates a ring to represent the surface boundary property of a surface.The following features are supported: - See Also:
- GmlPackage.getAbstractRingPropertyType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description LinearRingTypegetLinearRing()Returns the value of the 'Linear Ring' containment reference.voidsetLinearRing(LinearRingType value)Sets the value of the 'Linear Ring' containment reference.
 
- 
- 
- 
Method Detail- 
getLinearRingLinearRingType getLinearRing() Returns the value of the 'Linear Ring' containment reference.If the meaning of the 'Linear Ring' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Linear Ring' containment reference.
- See Also:
- setLinearRing(LinearRingType),- GmlPackage.getAbstractRingPropertyType_LinearRing()
 
 - 
setLinearRingvoid setLinearRing(LinearRingType value) Sets the value of the 'Linear Ring' containment reference.- Parameters:
- value- the new value of the 'Linear Ring' containment reference.
- See Also:
- getLinearRing()
 
 
- 
 
-