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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theschemaRef
attribute.static final TLcdDataProperty
Data property that maps to theSection
element.static final TLcdDataProperty
Data property that maps to theSimpleData
element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theschemaRef
attribute.Returns the value of the property that maps to theSection
element.Returns the value of the property that maps to theSimpleData
element.void
setSchemaRef
(String aValue) Sets the value of the property that maps to theschemaRef
attribute.
-
Field Details
-
SCHEMA_REF_PROPERTY
Data property that maps to theschemaRef
attribute. The possible values for this property are instances ofString
. -
SIMPLE_DATA_PROPERTY
Data property that maps to theSimpleData
element. The possible values for this property are instances ofList<TLcdNVG20SimpleData>
. -
SECTION_PROPERTY
Data property that maps to theSection
element. 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 theschemaRef
attribute.- Returns:
- the value of the
SCHEMA_REF_PROPERTY
property.
-
setSchemaRef
Sets the value of the property that maps to theschemaRef
attribute.- Parameters:
aValue
- the value to set for theSCHEMA_REF_PROPERTY
property.
-
getSimpleData
Returns the value of the property that maps to theSimpleData
element.- Returns:
- the value of the
SIMPLE_DATA_PROPERTY
property.
-
getSection
Returns the value of the property that maps to theSection
element.- Returns:
- the value of the
SECTION_PROPERTY
property.
-