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
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(TLcdGML31Ring aValue) Sets the value of the property that maps to theRingelement.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
RING_PROPERTY
Data property that maps to theRingelement. 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 theRingelement.- Returns:
- the value of the
RING_PROPERTYproperty.
-
setRing
Sets the value of the property that maps to theRingelement.- Parameters:
aValue- the value to set for theRING_PROPERTYproperty.
-