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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theKnotelement. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKnot()Returns the value of the property that maps to theKnotelement.voidsetKnot(TLcdGML31Knot aValue) Sets the value of the property that maps to theKnotelement.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
KNOT_PROPERTY
Data property that maps to theKnotelement. 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 theKnotelement.- Returns:
- the value of the
KNOT_PROPERTYproperty.
-
setKnot
Sets the value of the property that maps to theKnotelement.- Parameters:
aValue- the value to set for theKNOT_PROPERTYproperty.
-