Class TLcdGML32RingProperty
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theRing
element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetRing()
Returns the value of the property that maps to theRing
element.void
setRing
(TLcdGML32Ring aValue) Sets the value of the property that maps to theRing
element.
-
Field Details
-
RING_PROPERTY
Data property that maps to theRing
element. 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 theRing
element.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_PROPERTY
property.
-
setRing
Sets the value of the property that maps to theRing
element.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_PROPERTY
property.
-