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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thecomposedOfelement.static final TLcdDataPropertyData property that maps to theseriesMetadataelement.static final TLcdDataPropertyData property that maps to thesubsetelement.static final TLcdDataPropertyData property that maps to thesupersetelement.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theCOMPOSED_OF_PROPERTYproperty adapted to a list ofTLcdISO19115DataSetinstances.Gets the value of theSERIES_METADATA_PROPERTYproperty adapted to a list ofTLcdISO19115Metadatainstances.Gets the value of theSUBSET_PROPERTYproperty adapted to a list ofTLcdISO19115Aggregateinstances.Gets the value of theSUPERSET_PROPERTYproperty adapted to a list ofTLcdISO19115Aggregateinstances.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 thecomposedOfelement. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115DataSet>>. -
SERIES_METADATA_PROPERTY
Data property that maps to theseriesMetadataelement. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115Metadata>>. -
SUBSET_PROPERTY
Data property that maps to thesubsetelement. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115Aggregate>>. -
SUPERSET_PROPERTY
Data property that maps to thesupersetelement. 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_PROPERTYproperty adapted to a list ofTLcdISO19115DataSetinstances.- Returns:
- the value of the
COMPOSED_OF_PROPERTYproperty adapted to a list ofTLcdISO19115DataSetinstances. - See Also:
-
getSeriesMetadata
Gets the value of theSERIES_METADATA_PROPERTYproperty adapted to a list ofTLcdISO19115Metadatainstances.- Returns:
- the value of the
SERIES_METADATA_PROPERTYproperty adapted to a list ofTLcdISO19115Metadatainstances. - See Also:
-
getSubset
Gets the value of theSUBSET_PROPERTYproperty adapted to a list ofTLcdISO19115Aggregateinstances.- Returns:
- the value of the
SUBSET_PROPERTYproperty adapted to a list ofTLcdISO19115Aggregateinstances. - See Also:
-
getSuperset
Gets the value of theSUPERSET_PROPERTYproperty adapted to a list ofTLcdISO19115Aggregateinstances.- Returns:
- the value of the
SUPERSET_PROPERTYproperty adapted to a list ofTLcdISO19115Aggregateinstances. - See Also:
-