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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theLinearRing
element. -
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theLinearRing
element.void
setLinearRing
(TLcdGML31LinearRing aValue) Sets the value of the property that maps to theLinearRing
element.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 theLinearRing
element. 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 theLinearRing
element.- Returns:
- the value of the
LINEAR_RING_PROPERTY
property.
-
setLinearRing
Sets the value of the property that maps to theLinearRing
element.- Parameters:
aValue
- the value to set for theLINEAR_RING_PROPERTY
property.
-