Class TLcdNVG15ExtendedData
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.nvg.nvg15.model.TLcdNVG15ExtendedData
- 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 theschemaUrl
attribute.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 theschemaUrl
attribute.Returns the value of the property that maps to theSimpleData
element.void
setSchemaUrl
(URI aValue) Sets the value of the property that maps to theschemaUrl
attribute.
-
Field Details
-
SCHEMA_URL_PROPERTY
Data property that maps to theschemaUrl
attribute. The possible values for this property are instances ofURI
. -
SIMPLE_DATA_PROPERTY
Data property that maps to theSimpleData
element. The possible values for this property are instances ofList<TLcdNVG15SimpleData>
.
-
-
Constructor Details
-
TLcdNVG15ExtendedData
public TLcdNVG15ExtendedData() -
TLcdNVG15ExtendedData
-
-
Method Details
-
getSchemaUrl
Returns the value of the property that maps to theschemaUrl
attribute.- Returns:
- the value of the
SCHEMA_URL_PROPERTY
property.
-
setSchemaUrl
Sets the value of the property that maps to theschemaUrl
attribute.- Parameters:
aValue
- the value to set for theSCHEMA_URL_PROPERTY
property.
-
getSimpleData
Returns the value of the property that maps to theSimpleData
element.- Returns:
- the value of the
SIMPLE_DATA_PROPERTY
property.
-