Uses of Class
org.apache.sis.metadata.iso.identification.DefaultAggregateInformation
Packages that use DefaultAggregateInformation
Package
Description
JAXB adapters for metadata.
Information to uniquely identify the data or service.
-
Uses of DefaultAggregateInformation in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultAggregateInformationModifier and TypeMethodDescriptionMD_AggregateInformation.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<gmd:MD_AggregateInformation>
XML element.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultAggregateInformationModifier and TypeMethodDescriptionvoid
MD_AggregateInformation.setElement
(DefaultAggregateInformation value) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of DefaultAggregateInformation in org.apache.sis.metadata.iso.identification
Methods in org.apache.sis.metadata.iso.identification that return DefaultAggregateInformationModifier and TypeMethodDescriptionstatic DefaultAggregateInformation
DefaultAggregateInformation.castOrCopy
(org.opengis.metadata.identification.AggregateInformation object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.