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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theowns
attribute.static final TLcdDataProperty
Data property that maps to the choice between theAbstractValue
andAbstractGeometry
andAbstractTimeObject
andNull
elements. -
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionboolean
getOwns()
Returns the value of the property that maps to theowns
attribute.getValue()
Returns the value of the property that maps to the choice between theAbstractValue
andAbstractGeometry
andAbstractTimeObject
andNull
elements.void
setOwns
(boolean aValue) Sets the value of the property that maps to theowns
attribute.
-
Field Details
-
OWNS_PROPERTY
Data property that maps to theowns
attribute. The possible values for this property are instances ofboolean
. -
VALUE_PROPERTY
Data property that maps to the choice between theAbstractValue
andAbstractGeometry
andAbstractTimeObject
andNull
elements. The possible values for this property are instances ofjava.util.List
with elements of class
-
-
Constructor Details
-
TLcdGML32ValueArrayProperty
public TLcdGML32ValueArrayProperty() -
TLcdGML32ValueArrayProperty
-
-
Method Details
-
getOwns
public boolean getOwns()Returns the value of the property that maps to theowns
attribute.- Returns:
- the value of the
OWNS_PROPERTY
property.
-
setOwns
public void setOwns(boolean aValue) Sets the value of the property that maps to theowns
attribute.- Parameters:
aValue
- the value to set for theOWNS_PROPERTY
property.
-
getValue
Returns the value of the property that maps to the choice between theAbstractValue
andAbstractGeometry
andAbstractTimeObject
andNull
elements.The possible values for this property are instances of
java.util.List
with elements of class- Returns:
- the value of the
VALUE_PROPERTY
property.
-