Uses of Interface
org.opengis.metadata.identification.AggregateInformation
Packages that use AggregateInformation
Package
Description
Information to uniquely identify the data or service.
Identification information
(includes data and service identification).
-
Uses of AggregateInformation in org.apache.sis.metadata.iso.identification
Classes in org.apache.sis.metadata.iso.identification that implement AggregateInformationModifier and TypeClassDescriptionclassAssociated resource information.Methods in org.apache.sis.metadata.iso.identification that return types with arguments of type AggregateInformationMethods in org.apache.sis.metadata.iso.identification with parameters of type AggregateInformationModifier and TypeMethodDescriptionstatic DefaultAggregateInformationDefaultAggregateInformation.castOrCopy(AggregateInformation object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Method parameters in org.apache.sis.metadata.iso.identification with type arguments of type AggregateInformationModifier and TypeMethodDescriptionvoidAbstractIdentification.setAggregationInfo(Collection<? extends AggregateInformation> newValues) Deprecated.As of ISO 19115:2014, replaced byAbstractIdentification.setAssociatedResources(Collection).Constructors in org.apache.sis.metadata.iso.identification with parameters of type AggregateInformationModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object. -
Uses of AggregateInformation in org.opengis.metadata.identification
Methods in org.opengis.metadata.identification that return types with arguments of type AggregateInformationModifier and TypeMethodDescriptionCollection<? extends AggregateInformation> Identification.getAggregationInfo()Provides aggregate dataset information.
AbstractIdentification.getAssociatedResources().