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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theschemaUrlattribute.static final TLcdDataPropertyData property that maps to theSimpleDataelement. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theschemaUrlattribute.Returns the value of the property that maps to theSimpleDataelement.voidsetSchemaUrl(URI aValue) Sets the value of the property that maps to theschemaUrlattribute.
-
Field Details
-
SCHEMA_URL_PROPERTY
Data property that maps to theschemaUrlattribute. The possible values for this property are instances ofURI. -
SIMPLE_DATA_PROPERTY
Data property that maps to theSimpleDataelement. 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 theschemaUrlattribute.- Returns:
- the value of the
SCHEMA_URL_PROPERTYproperty.
-
setSchemaUrl
Sets the value of the property that maps to theschemaUrlattribute.- Parameters:
aValue- the value to set for theSCHEMA_URL_PROPERTYproperty.
-
getSimpleData
Returns the value of the property that maps to theSimpleDataelement.- Returns:
- the value of the
SIMPLE_DATA_PROPERTYproperty.
-