Interface AggregateInformation
-
@UML(identifier="MD_AggregateInformation", specification=ISO_19115) public interface AggregateInformation
Aggregate dataset information.- Since:
- 2.1
- Version:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdentifiergetAggregateDataSetIdentifier()Identification information about aggregate dataset.CitationgetAggregateDataSetName()Citation information about the aggregate dataset.AssociationTypegetAssociationType()Association type of the aggregate dataset.InitiativeTypegetInitiativeType()Type of initiative under which the aggregate dataset was produced.
-
-
-
Method Detail
-
getAggregateDataSetName
@UML(identifier="aggregateDataSetName", obligation=CONDITIONAL, specification=ISO_19115) Citation getAggregateDataSetName()
Citation information about the aggregate dataset.- Returns:
- Citation information about the aggregate dataset, or
null.
-
getAggregateDataSetIdentifier
@UML(identifier="aggregateDataSetIdentifier", obligation=CONDITIONAL, specification=ISO_19115) Identifier getAggregateDataSetIdentifier()
Identification information about aggregate dataset.- Returns:
- Identification information about aggregate dataset, or
null.
-
getAssociationType
@UML(identifier="associationType", obligation=MANDATORY, specification=ISO_19115) AssociationType getAssociationType()
Association type of the aggregate dataset.- Returns:
- Association type of the aggregate dataset.
-
getInitiativeType
@UML(identifier="initiativeType", obligation=OPTIONAL, specification=ISO_19115) InitiativeType getInitiativeType()
Type of initiative under which the aggregate dataset was produced.- Returns:
- Type of initiative under which the aggregate dataset was produced, or
null.
-
-