Package com.luciad.format.gml31.model
Class TLcdGML31KnotProperty
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31KnotProperty
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,ILcdFeatured
,ILcdSelfDescribedFeatured
,Serializable
,Cloneable
Encapsulates a knot to use it in a geometric type.
- Since:
- 10.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theKnot
element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetKnot()
Returns the value of the property that maps to theKnot
element.void
setKnot
(TLcdGML31Knot aValue) Sets the value of the property that maps to theKnot
element.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
KNOT_PROPERTY
Data property that maps to theKnot
element. The possible values for this property are instances ofTLcdGML31Knot
.
-
-
Constructor Details
-
TLcdGML31KnotProperty
public TLcdGML31KnotProperty() -
TLcdGML31KnotProperty
-
-
Method Details
-
getKnot
Returns the value of the property that maps to theKnot
element.- Returns:
- the value of the
KNOT_PROPERTY
property.
-
setKnot
Sets the value of the property that maps to theKnot
element.- Parameters:
aValue
- the value to set for theKNOT_PROPERTY
property.
-