Class TLcdISO19103Binary
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19103Binary
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thesrcattribute.static final TLcdDataPropertyData property that maps to the value defined by the simple content. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSrc()Returns the value of the property that maps to thesrcattribute.Returns the value of the property that maps to the value defined by the simple content.voidSets the value of the property that maps to thesrcattribute.voidsetValueObject(String aValue) Sets the value of the property that maps to the value defined by the simple content.
-
Field Details
-
VALUE_PROPERTY
Data property that maps to the value defined by the simple content. The possible values for this property are instances ofString. -
SRC_PROPERTY
Data property that maps to thesrcattribute. The possible values for this property are instances ofURI.
-
-
Constructor Details
-
TLcdISO19103Binary
public TLcdISO19103Binary() -
TLcdISO19103Binary
-
-
Method Details
-
getValueObject
Returns the value of the property that maps to the value defined by the simple content.- Returns:
- the value of the
VALUE_PROPERTYproperty.
-
setValueObject
Sets the value of the property that maps to the value defined by the simple content.- Parameters:
aValue- the value to set for theVALUE_PROPERTYproperty.
-
getSrc
Returns the value of the property that maps to thesrcattribute.- Returns:
- the value of the
SRC_PROPERTYproperty.
-
setSrc
Sets the value of the property that maps to thesrcattribute.- Parameters:
aValue- the value to set for theSRC_PROPERTYproperty.
-