Package com.luciad.format.gml31.model
Class TLcdGML31LineStringSegmentArrayProperty
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31LineStringSegmentArrayProperty
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,ILcdFeatured
,ILcdSelfDescribedFeatured
,Serializable
,Cloneable
- Since:
- 10.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theLineStringSegment
element. -
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theLineStringSegment
element.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
LINE_STRING_SEGMENT_PROPERTY
Data property that maps to theLineStringSegment
element. The possible values for this property are instances ofList<TLcdGML31LineStringSegment>
.
-
-
Constructor Details
-
TLcdGML31LineStringSegmentArrayProperty
public TLcdGML31LineStringSegmentArrayProperty() -
TLcdGML31LineStringSegmentArrayProperty
-
-
Method Details
-
getLineStringSegment
Returns the value of the property that maps to theLineStringSegment
element.- Returns:
- the value of the
LINE_STRING_SEGMENT_PROPERTY
property.
-