Package com.luciad.format.gml32.model
Class TLcdGML32CurveArrayProperty
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32CurveArrayProperty
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
A container for an array of curves. The elements are always contained in the array property, referencing geometry elements or arrays of geometry elements via XLinks is not supported.
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theAbstractCurveelement.static final TLcdDataPropertyData property that maps to theownsattribute. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
-
Field Details
-
OWNS_PROPERTY
Data property that maps to theownsattribute. The possible values for this property are instances ofboolean. -
ABSTRACT_CURVE_PROPERTY
Data property that maps to theAbstractCurveelement. The possible values for this property are instances ofList<TLcdGML32AbstractCurve>.
-
-
Constructor Details
-
TLcdGML32CurveArrayProperty
public TLcdGML32CurveArrayProperty() -
TLcdGML32CurveArrayProperty
-
-
Method Details
-
getOwns
public boolean getOwns()Returns the value of the property that maps to theownsattribute.- Returns:
- the value of the
OWNS_PROPERTYproperty.
-
setOwns
public void setOwns(boolean aValue) Sets the value of the property that maps to theownsattribute.- Parameters:
aValue- the value to set for theOWNS_PROPERTYproperty.
-
getAbstractCurve
Returns the value of the property that maps to theAbstractCurveelement.The AbstractCurve element is the abstract head of the substitution group for all (continuous) curve elements.
- Returns:
- the value of the
ABSTRACT_CURVE_PROPERTYproperty.
-