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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thesrc
attribute.static final TLcdDataProperty
Data property that maps to the value defined by the simple content. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetSrc()
Returns the value of the property that maps to thesrc
attribute.Returns the value of the property that maps to the value defined by the simple content.void
Sets the value of the property that maps to thesrc
attribute.void
setValueObject
(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 thesrc
attribute. 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_PROPERTY
property.
-
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_PROPERTY
property.
-
getSrc
Returns the value of the property that maps to thesrc
attribute.- Returns:
- the value of the
SRC_PROPERTY
property.
-
setSrc
Sets the value of the property that maps to thesrc
attribute.- Parameters:
aValue
- the value to set for theSRC_PROPERTY
property.
-