Class TLcdNVG20ExtendedData

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.nvg.nvg20.model.TLcdNVG20ExtendedData
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdNVG20ExtendedData extends TLcdDataObject
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 Details

    • SCHEMA_REF_PROPERTY

      public static final TLcdDataProperty SCHEMA_REF_PROPERTY
      Data property that maps to the schemaRef attribute. The possible values for this property are instances of String.
    • SIMPLE_DATA_PROPERTY

      public static final TLcdDataProperty SIMPLE_DATA_PROPERTY
      Data property that maps to the SimpleData element. The possible values for this property are instances of List<TLcdNVG20SimpleData>.
    • SECTION_PROPERTY

      public static final TLcdDataProperty SECTION_PROPERTY
      Data property that maps to the Section element. The possible values for this property are instances of List<TLcdNVG20SimpleDataSection>.
  • Constructor Details

    • TLcdNVG20ExtendedData

      public TLcdNVG20ExtendedData()
    • TLcdNVG20ExtendedData

      public TLcdNVG20ExtendedData(TLcdDataType aType)
  • Method Details

    • getSchemaRef

      public String getSchemaRef()
      Returns the value of the property that maps to the schemaRef attribute.
      Returns:
      the value of the SCHEMA_REF_PROPERTY property.
    • setSchemaRef

      public void setSchemaRef(String aValue)
      Sets the value of the property that maps to the schemaRef attribute.
      Parameters:
      aValue - the value to set for the SCHEMA_REF_PROPERTY property.
    • getSimpleData

      public List<TLcdNVG20SimpleData> getSimpleData()
      Returns the value of the property that maps to the SimpleData element.
      Returns:
      the value of the SIMPLE_DATA_PROPERTY property.
    • getSection

      public List<TLcdNVG20SimpleDataSection> getSection()
      Returns the value of the property that maps to the Section element.
      Returns:
      the value of the SECTION_PROPERTY property.