Class TLcdGML32RingProperty
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theRingelement. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRing()Returns the value of the property that maps to theRingelement.voidsetRing(TLcdGML32Ring aValue) Sets the value of the property that maps to theRingelement.
-
Field Details
-
RING_PROPERTY
Data property that maps to theRingelement. The possible values for this property are instances ofTLcdGML32Ring.
-
-
Constructor Details
-
TLcdGML32RingProperty
public TLcdGML32RingProperty() -
TLcdGML32RingProperty
-
-
Method Details
-
getRing
Returns the value of the property that maps to theRingelement.A ring is used to represent a single connected component of a surface boundary as specified in ISO 19107:2003, 6.3.6. Every gml:curveMember references or contains one curve, i.e. any element which is substitutable for gml:AbstractCurve. In the context of a ring, the curves describe the boundary of the surface. The sequence of curves shall be contiguous and connected in a cycle. If provided, the aggregationType attribute shall have the value "sequence".
- Returns:
- the value of the
RING_PROPERTYproperty.
-
setRing
Sets the value of the property that maps to theRingelement.A ring is used to represent a single connected component of a surface boundary as specified in ISO 19107:2003, 6.3.6. Every gml:curveMember references or contains one curve, i.e. any element which is substitutable for gml:AbstractCurve. In the context of a ring, the curves describe the boundary of the surface. The sequence of curves shall be contiguous and connected in a cycle. If provided, the aggregationType attribute shall have the value "sequence".
- Parameters:
aValue- the value to set for theRING_PROPERTYproperty.
-