Package com.luciad.format.gml31.model
Class TLcdGML31LinearRingProperty
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31LinearRingProperty
- 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 theLinearRingelement. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theLinearRingelement.voidsetLinearRing(TLcdGML31LinearRing aValue) Sets the value of the property that maps to theLinearRingelement.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
LINEAR_RING_PROPERTY
Data property that maps to theLinearRingelement. The possible values for this property are instances ofTLcdGML31LinearRing.
-
-
Constructor Details
-
TLcdGML31LinearRingProperty
public TLcdGML31LinearRingProperty() -
TLcdGML31LinearRingProperty
-
-
Method Details
-
getLinearRing
Returns the value of the property that maps to theLinearRingelement.- Returns:
- the value of the
LINEAR_RING_PROPERTYproperty.
-
setLinearRing
Sets the value of the property that maps to theLinearRingelement.- Parameters:
aValue- the value to set for theLINEAR_RING_PROPERTYproperty.
-