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
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
(TLcdGML32LinearRing aValue) Sets the value of the property that maps to theLinearRing
element.
-
Field Details
-
LINEAR_RING_PROPERTY
Data property that maps to theLinearRing
element. 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 theLinearRing
element.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_PROPERTY
property.
-
setLinearRing
Sets the value of the property that maps to theLinearRing
element.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_PROPERTY
property.
-