Package net.opengis.gml311
Interface LinearRingPropertyType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
LinearRingPropertyTypeImpl
public interface LinearRingPropertyType extends EObject
A representation of the model object 'Linear Ring Property Type'. Encapsulates a ring to represent properties in features or geometry collections.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LinearRingType
getLinearRing()
Returns the value of the 'Linear Ring' containment reference.void
setLinearRing(LinearRingType value)
Sets the value of the 'Linear Ring
' containment reference.
-
-
-
Method Detail
-
getLinearRing
LinearRingType 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)
,Gml311Package.getLinearRingPropertyType_LinearRing()
-
setLinearRing
void 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()
-
-