Class TLcdNVG15ExtendedData

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

public class TLcdNVG15ExtendedData 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_URL_PROPERTY

      public static final TLcdDataProperty SCHEMA_URL_PROPERTY
      Data property that maps to the schemaUrl attribute. The possible values for this property are instances of URI.
    • 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<TLcdNVG15SimpleData>.
  • Constructor Details

    • TLcdNVG15ExtendedData

      public TLcdNVG15ExtendedData()
    • TLcdNVG15ExtendedData

      public TLcdNVG15ExtendedData(TLcdDataType aType)
  • Method Details

    • getSchemaUrl

      public URI getSchemaUrl()
      Returns the value of the property that maps to the schemaUrl attribute.
      Returns:
      the value of the SCHEMA_URL_PROPERTY property.
    • setSchemaUrl

      public void setSchemaUrl(URI aValue)
      Sets the value of the property that maps to the schemaUrl attribute.
      Parameters:
      aValue - the value to set for the SCHEMA_URL_PROPERTY property.
    • getSimpleData

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