Package com.luciad.format.gml32.model
Class TLcdGML32ValueArrayProperty
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32ValueArrayProperty
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theownsattribute.static final TLcdDataPropertyData property that maps to the choice between theAbstractValueandAbstractGeometryandAbstractTimeObjectandNullelements. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionbooleangetOwns()Returns the value of the property that maps to theownsattribute.getValue()Returns the value of the property that maps to the choice between theAbstractValueandAbstractGeometryandAbstractTimeObjectandNullelements.voidsetOwns(boolean aValue) Sets the value of the property that maps to theownsattribute.
-
Field Details
-
OWNS_PROPERTY
Data property that maps to theownsattribute. The possible values for this property are instances ofboolean. -
VALUE_PROPERTY
Data property that maps to the choice between theAbstractValueandAbstractGeometryandAbstractTimeObjectandNullelements. The possible values for this property are instances ofjava.util.Listwith elements of class
-
-
Constructor Details
-
TLcdGML32ValueArrayProperty
public TLcdGML32ValueArrayProperty() -
TLcdGML32ValueArrayProperty
-
-
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.
-
getValue
Returns the value of the property that maps to the choice between theAbstractValueandAbstractGeometryandAbstractTimeObjectandNullelements.The possible values for this property are instances of
java.util.Listwith elements of class- Returns:
- the value of the
VALUE_PROPERTYproperty.
-