Package com.luciad.format.gml32.model
Class TLcdGML32LinearRingProperty
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32LinearRingProperty
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
A property with the content model of gml:LinearRingPropertyType encapsulates a linear ring to represent a component of a surface boundary.
- Since:
- 10.0
-
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(TLcdGML32LinearRing aValue) Sets the value of the property that maps to theLinearRingelement.
-
Field Details
-
LINEAR_RING_PROPERTY
Data property that maps to theLinearRingelement. The possible values for this property are instances ofTLcdGML32LinearRing.
-
-
Constructor Details
-
TLcdGML32LinearRingProperty
public TLcdGML32LinearRingProperty() -
TLcdGML32LinearRingProperty
-
-
Method Details
-
getLinearRing
Returns the value of the property that maps to theLinearRingelement.A LinearRing is defined by four or more coordinate tuples, with linear interpolation between them; the first and last coordinates shall be coincident. The number of direct positions in the list shall be at least four.
- Returns:
- the value of the
LINEAR_RING_PROPERTYproperty.
-
setLinearRing
Sets the value of the property that maps to theLinearRingelement.A LinearRing is defined by four or more coordinate tuples, with linear interpolation between them; the first and last coordinates shall be coincident. The number of direct positions in the list shall be at least four.
- Parameters:
aValue- the value to set for theLINEAR_RING_PROPERTYproperty.
-