Package com.luciad.format.gml31.model
Class TLcdGML31RingProperty
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31RingProperty
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,ILcdFeatured
,ILcdSelfDescribedFeatured
,Serializable
,Cloneable
Encapsulates a ring to represent properties in features or geometry collections.
- Since:
- 10.0
- See Also:
-
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
(TLcdGML31Ring aValue) Sets the value of the property that maps to theRing
element.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
RING_PROPERTY
Data property that maps to theRing
element. The possible values for this property are instances ofTLcdGML31Ring
.
-
-
Constructor Details
-
TLcdGML31RingProperty
public TLcdGML31RingProperty() -
TLcdGML31RingProperty
-
-
Method Details
-
getRing
Returns the value of the property that maps to theRing
element.- Returns:
- the value of the
RING_PROPERTY
property.
-
setRing
Sets the value of the property that maps to theRing
element.- Parameters:
aValue
- the value to set for theRING_PROPERTY
property.
-