Class TLcdNVG20ExtendedData
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.nvg.nvg20.model.TLcdNVG20ExtendedData
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
The ExtendedData element offers mechanisms for adding user-defined data to NVG objects as a list of SimpleData
(similar to KML).
- Since:
- 2015.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theschemaRefattribute.static final TLcdDataPropertyData property that maps to theSectionelement.static final TLcdDataPropertyData property that maps to theSimpleDataelement. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theschemaRefattribute.Returns the value of the property that maps to theSectionelement.Returns the value of the property that maps to theSimpleDataelement.voidsetSchemaRef(String aValue) Sets the value of the property that maps to theschemaRefattribute.
-
Field Details
-
SCHEMA_REF_PROPERTY
Data property that maps to theschemaRefattribute. The possible values for this property are instances ofString. -
SIMPLE_DATA_PROPERTY
Data property that maps to theSimpleDataelement. The possible values for this property are instances ofList<TLcdNVG20SimpleData>. -
SECTION_PROPERTY
Data property that maps to theSectionelement. The possible values for this property are instances ofList<TLcdNVG20SimpleDataSection>.
-
-
Constructor Details
-
TLcdNVG20ExtendedData
public TLcdNVG20ExtendedData() -
TLcdNVG20ExtendedData
-
-
Method Details
-
getSchemaRef
Returns the value of the property that maps to theschemaRefattribute.- Returns:
- the value of the
SCHEMA_REF_PROPERTYproperty.
-
setSchemaRef
Sets the value of the property that maps to theschemaRefattribute.- Parameters:
aValue- the value to set for theSCHEMA_REF_PROPERTYproperty.
-
getSimpleData
Returns the value of the property that maps to theSimpleDataelement.- Returns:
- the value of the
SIMPLE_DATA_PROPERTYproperty.
-
getSection
Returns the value of the property that maps to theSectionelement.- Returns:
- the value of the
SECTION_PROPERTYproperty.
-