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
Identifiable collection of datasets
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thecomposedOf
element.static final TLcdDataProperty
Data property that maps to theseriesMetadata
element.static final TLcdDataProperty
Data property that maps to thesubset
element.static final TLcdDataProperty
Data property that maps to thesuperset
element.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of theCOMPOSED_OF_PROPERTY
property adapted to a list ofTLcdISO19115DataSet
instances.Gets the value of theSERIES_METADATA_PROPERTY
property adapted to a list ofTLcdISO19115Metadata
instances.Gets the value of theSUBSET_PROPERTY
property adapted to a list ofTLcdISO19115Aggregate
instances.Gets the value of theSUPERSET_PROPERTY
property adapted to a list ofTLcdISO19115Aggregate
instances.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
COMPOSED_OF_PROPERTY
Data property that maps to thecomposedOf
element. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115DataSet>>
. -
SERIES_METADATA_PROPERTY
Data property that maps to theseriesMetadata
element. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115Metadata>>
. -
SUBSET_PROPERTY
Data property that maps to thesubset
element. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115Aggregate>>
. -
SUPERSET_PROPERTY
Data property that maps to thesuperset
element. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115Aggregate>>
.
-
-
Constructor Details
-
TLcdISO19115Aggregate
public TLcdISO19115Aggregate() -
TLcdISO19115Aggregate
-
-
Method Details
-
getComposedOf
Gets the value of theCOMPOSED_OF_PROPERTY
property adapted to a list ofTLcdISO19115DataSet
instances.- Returns:
- the value of the
COMPOSED_OF_PROPERTY
property adapted to a list ofTLcdISO19115DataSet
instances. - See Also:
-
getSeriesMetadata
Gets the value of theSERIES_METADATA_PROPERTY
property adapted to a list ofTLcdISO19115Metadata
instances.- Returns:
- the value of the
SERIES_METADATA_PROPERTY
property adapted to a list ofTLcdISO19115Metadata
instances. - See Also:
-
getSubset
Gets the value of theSUBSET_PROPERTY
property adapted to a list ofTLcdISO19115Aggregate
instances.- Returns:
- the value of the
SUBSET_PROPERTY
property adapted to a list ofTLcdISO19115Aggregate
instances. - See Also:
-
getSuperset
Gets the value of theSUPERSET_PROPERTY
property adapted to a list ofTLcdISO19115Aggregate
instances.- Returns:
- the value of the
SUPERSET_PROPERTY
property adapted to a list ofTLcdISO19115Aggregate
instances. - See Also:
-