Class TLcdISO19115Aggregate

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.metadataapplication.TLcdISO19115Aggregate
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable
Direct Known Subclasses:
TLcdISO19115Initiative, TLcdISO19115MXAggregate, TLcdISO19115OtherAggregate, TLcdISO19115Series

public class TLcdISO19115Aggregate extends TLcdISO19118Object
Identifiable collection of datasets
Since:
10.0
  • Field Details

    • COMPOSED_OF_PROPERTY

      public static final TLcdDataProperty COMPOSED_OF_PROPERTY
      Data property that maps to the composedOf element. The possible values for this property are instances of List<TLcdISO19118Property<TLcdISO19115DataSet>>.
    • SERIES_METADATA_PROPERTY

      public static final TLcdDataProperty SERIES_METADATA_PROPERTY
      Data property that maps to the seriesMetadata element. The possible values for this property are instances of List<TLcdISO19118Property<TLcdISO19115Metadata>>.
    • SUBSET_PROPERTY

      public static final TLcdDataProperty SUBSET_PROPERTY
      Data property that maps to the subset element. The possible values for this property are instances of List<TLcdISO19118Property<TLcdISO19115Aggregate>>.
    • SUPERSET_PROPERTY

      public static final TLcdDataProperty SUPERSET_PROPERTY
      Data property that maps to the superset element. The possible values for this property are instances of List<TLcdISO19118Property<TLcdISO19115Aggregate>>.
  • Constructor Details

    • TLcdISO19115Aggregate

      public TLcdISO19115Aggregate()
    • TLcdISO19115Aggregate

      public TLcdISO19115Aggregate(TLcdDataType aType)
  • Method Details