Module org.opengis.geoapi
Interface AggregateInformation
- All Superinterfaces:
AssociatedResource
@Deprecated(since="3.1")
@UML(identifier="MD_AggregateInformation",
specification=ISO_19115,
version=2003)
public interface AggregateInformation
extends AssociatedResource
Deprecated.
Aggregate dataset information.
- Since:
- 2.1
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.As of ISO 19115:2014, replaced by an identifier ofgetAggregateDataSetName()
.Deprecated.As of ISO 19115:2014, replaced byAssociatedResource.getName()
.Methods inherited from interface org.opengis.metadata.identification.AssociatedResource
getAssociationType, getInitiativeType, getMetadataReference, getName
-
Method Details
-
getAggregateDataSetName
@Deprecated(since="3.1") @UML(identifier="aggregateDataSetName", obligation=CONDITIONAL, specification=ISO_19115, version=2003) Citation getAggregateDataSetName()Deprecated.As of ISO 19115:2014, replaced byAssociatedResource.getName()
.Citation information about the aggregate dataset.- Returns:
- citation information about the aggregate dataset, or
null
. - Condition:
- Aggregate data set identifier not provided.
-
getAggregateDataSetIdentifier
@Deprecated(since="3.1") @UML(identifier="aggregateDataSetIdentifier", obligation=CONDITIONAL, specification=ISO_19115, version=2003) Identifier getAggregateDataSetIdentifier()Deprecated.As of ISO 19115:2014, replaced by an identifier ofgetAggregateDataSetName()
.Identification information about aggregate dataset.- Returns:
- identification information about aggregate dataset, or
null
. - Condition:
- Aggregate data set name not provided.
-
AssociatedResource
.